summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-screenshot-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-03-21 20:28:50 +0000
committerRichard Hughes <richard@hughsie.com>2014-08-20 10:01:26 +0100
commitc63ae20cbbfe7e241fca2775f4df05da85335d13 (patch)
treee8f3a00955a29eb6ad285b2d6bf93bdb06c73601 /libappstream-glib/as-screenshot-private.h
parent451a7489300e19221bb5bed6da182839e2e3ad69 (diff)
downloadappstream-glib-c63ae20cbbfe7e241fca2775f4df05da85335d13.tar.gz
Use libyaml to read DEP-11 metadata
This is optional, but enabled by default. Use --disable-dep11 to remove the libyaml dependancy.
Diffstat (limited to 'libappstream-glib/as-screenshot-private.h')
-rw-r--r--libappstream-glib/as-screenshot-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libappstream-glib/as-screenshot-private.h b/libappstream-glib/as-screenshot-private.h
index 92ccaa9..fd868e1 100644
--- a/libappstream-glib/as-screenshot-private.h
+++ b/libappstream-glib/as-screenshot-private.h
@@ -38,6 +38,9 @@ GNode *as_screenshot_node_insert (AsScreenshot *screenshot,
gboolean as_screenshot_node_parse (AsScreenshot *screenshot,
GNode *node,
GError **error);
+gboolean as_screenshot_node_parse_dep11 (AsScreenshot *screenshot,
+ GNode *node,
+ GError **error);
G_END_DECLS