Blame SOURCES/0001-Include-file-to-build-docs-with-meson.patch

32934c
From a3ba6b49575c74890e38462c41aa27ada74047be Mon Sep 17 00:00:00 2001
32934c
From: Victor Toso <me@victortoso.com>
32934c
Date: Fri, 27 Jul 2018 20:25:44 +0200
32934c
Subject: [PATCH] Include file to build docs with meson
32934c
32934c
Include missing file from tarball in order to switch to meson
32934c
without missing the docs
32934c
---
32934c
 doc/grilo/grilo.types | 19 +++++++++++++++++++
32934c
 1 file changed, 19 insertions(+)
32934c
 create mode 100644 doc/grilo/grilo.types
32934c
32934c
diff --git a/doc/grilo/grilo.types b/doc/grilo/grilo.types
32934c
new file mode 100644
32934c
index 0000000..ce9358c
32934c
--- /dev/null
32934c
+++ b/doc/grilo/grilo.types
32934c
@@ -0,0 +1,19 @@
32934c
+% add a _get_type for every GObject whose properties and signals you want
32934c
+% documented
32934c
+% add the relevant includes to be able to call those _get_type functions
32934c
+
32934c
+% adding a get_type here will:
32934c
+% - change output file name from grilo-(whatever).html to (whatever).html
32934c
+% - document properties and signals
32934c
+
32934c
+#include <grilo.h>
32934c
+
32934c
+grl_data_get_type
32934c
+grl_config_get_type
32934c
+grl_related_keys_get_type
32934c
+grl_media_get_type
32934c
+grl_plugin_get_type
32934c
+grl_source_get_type
32934c
+grl_registry_get_type
32934c
+grl_caps_get_type
32934c
+grl_operation_options_get_type
32934c
-- 
32934c
2.17.1
32934c