summaryrefslogtreecommitdiff
path: root/libappstream-glib/as-app-private.h
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-04-20 11:21:46 +0100
committerRichard Hughes <richard@hughsie.com>2014-04-20 11:30:43 +0100
commitbc7eca965c4b11284ce917d6f759b9c95a95a76f (patch)
treee5c4a4c3bc7f4d0e812d731e7e858c98b0502292 /libappstream-glib/as-app-private.h
parent61cbe244197eecf1b80708e31fbaba8f757a58da (diff)
downloadappstream-glib-bc7eca965c4b11284ce917d6f759b9c95a95a76f.tar.gz
Add as_app_get_source_kind()
This is required if we need to know where the data in an AsApp came from.
Diffstat (limited to 'libappstream-glib/as-app-private.h')
-rw-r--r--libappstream-glib/as-app-private.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libappstream-glib/as-app-private.h b/libappstream-glib/as-app-private.h
index 48f8de3..20369a0 100644
--- a/libappstream-glib/as-app-private.h
+++ b/libappstream-glib/as-app-private.h
@@ -32,6 +32,9 @@
G_BEGIN_DECLS
+void as_app_set_source_kind (AsApp *app,
+ AsAppSourceKind source_kind);
+
GNode *as_app_node_insert (AsApp *app,
GNode *parent,
gdouble api_version);