From 870468c74152634fe7a658b309596e1dcc712547 Mon Sep 17 00:00:00 2001 From: Benjamin Berg Date: Wed, 17 Mar 2021 10:41:48 +0100 Subject: [PATCH] doc: Add .types file for signals and properties Without this the signals/properties are simply missing from the documentation, which is obviously not very useful. --- doc/libfprint-2.types | 7 +++++++ doc/meson.build | 1 + 2 files changed, 8 insertions(+) create mode 100644 doc/libfprint-2.types diff --git a/doc/libfprint-2.types b/doc/libfprint-2.types new file mode 100644 index 0000000..23748d5 --- /dev/null +++ b/doc/libfprint-2.types @@ -0,0 +1,7 @@ +#include + +fp_context_get_type +fp_device_get_type +fp_image_device_get_type +fp_image_get_type +fp_print_get_type diff --git a/doc/meson.build b/doc/meson.build index 1da63fb..a26e7c4 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -30,6 +30,7 @@ gnome.gtkdoc(versioned_libname, content_files: content_files, expand_content_files: expand_content_files, ignore_headers: private_headers, + gobject_typesfile: 'libfprint-2.types', fixxref_args: [ '--html-dir=@0@'.format(docpath), '--extra-dir=@0@'.format(join_paths(glib_docpath, 'glib')),