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')),