From c63ae20cbbfe7e241fca2775f4df05da85335d13 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 21 Mar 2014 20:28:50 +0000 Subject: Use libyaml to read DEP-11 metadata This is optional, but enabled by default. Use --disable-dep11 to remove the libyaml dependancy. --- libappstream-glib/as-screenshot-private.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libappstream-glib/as-screenshot-private.h') 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 -- cgit v1.2.1