[tracker/wip/carlosg/tracker-3.0-api-breaks: 75/79] docs: Add GType information to libtracker-sparql gtk-doc
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/wip/carlosg/tracker-3.0-api-breaks: 75/79] docs: Add GType information to libtracker-sparql gtk-doc
- Date: Mon, 27 Jan 2020 12:24:31 +0000 (UTC)
commit 68258cc95296683ac4363bfe29cb49e6c5e6e5e7
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Jan 27 12:25:44 2020 +0100
docs: Add GType information to libtracker-sparql gtk-doc
This is necessary for object information (GObject hierarchy, properties,
signals...).
docs/reference/libtracker-sparql/libtracker-sparql.types | 15 +++++++++++++++
docs/reference/libtracker-sparql/meson.build | 1 +
2 files changed, 16 insertions(+)
---
diff --git a/docs/reference/libtracker-sparql/libtracker-sparql.types
b/docs/reference/libtracker-sparql/libtracker-sparql.types
new file mode 100644
index 000000000..e7310608f
--- /dev/null
+++ b/docs/reference/libtracker-sparql/libtracker-sparql.types
@@ -0,0 +1,15 @@
+#include <libtracker-sparql/tracker-sparql.h>
+
+tracker_endpoint_get_type
+tracker_endpoint_dbus_get_type
+tracker_namespace_manager_get_type
+tracker_notifier_get_type
+tracker_notifier_event_get_type
+tracker_notifier_event_type_get_type
+tracker_notifier_flags_get_type
+tracker_resource_get_type
+tracker_sparql_connection_get_type
+tracker_sparql_connection_flags_get_type
+tracker_sparql_cursor_get_type
+tracker_sparql_error_get_type
+tracker_sparql_statement_get_type
diff --git a/docs/reference/libtracker-sparql/meson.build b/docs/reference/libtracker-sparql/meson.build
index 505bdabcc..32fc0d5dc 100644
--- a/docs/reference/libtracker-sparql/meson.build
+++ b/docs/reference/libtracker-sparql/meson.build
@@ -32,6 +32,7 @@ gnome.gtkdoc('libtracker-sparql',
src_dir: sparqlinc,
main_xml: 'libtracker-sparql-docs.xml',
content_files: ['overview.xml', 'examples.xml', 'ontologies.xml', 'private-store.xml',
'migrating-1to2.xml', example_files],
+ gobject_typesfile: 'libtracker-sparql.types',
dependencies: tracker_sparql_dep,
fixxref_args: fixxref_args,
install: true)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]