diff options
Diffstat (limited to 'libappstream-glib/as-screenshot-private.h')
-rw-r--r-- | libappstream-glib/as-screenshot-private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libappstream-glib/as-screenshot-private.h b/libappstream-glib/as-screenshot-private.h index 2e25c80..92ccaa9 100644 --- a/libappstream-glib/as-screenshot-private.h +++ b/libappstream-glib/as-screenshot-private.h @@ -33,7 +33,8 @@ G_BEGIN_DECLS GNode *as_screenshot_node_insert (AsScreenshot *screenshot, - GNode *parent); + GNode *parent, + gdouble api_version); gboolean as_screenshot_node_parse (AsScreenshot *screenshot, GNode *node, GError **error); |