summaryrefslogtreecommitdiff
path: root/lib/xdg-app-bundle-ref.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-26 14:20:28 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-26 14:20:28 +0100
commit87be89a7b8c389bb19b1f7f1866b138bbc25f2a7 (patch)
tree9eae231df9735e5da299b9582ad4c61f89e3a77e /lib/xdg-app-bundle-ref.h
parent1ee1ed6eb947ddcd223965cb592a094666782404 (diff)
downloadxdg-app-87be89a7b8c389bb19b1f7f1866b138bbc25f2a7.tar.gz
lib: Add xdg_app_bundle_ref_get_origin()
Diffstat (limited to 'lib/xdg-app-bundle-ref.h')
-rw-r--r--lib/xdg-app-bundle-ref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xdg-app-bundle-ref.h b/lib/xdg-app-bundle-ref.h
index a74e026..9abf1be 100644
--- a/lib/xdg-app-bundle-ref.h
+++ b/lib/xdg-app-bundle-ref.h
@@ -51,6 +51,7 @@ XDG_APP_EXTERN GBytes *xdg_app_bundle_ref_get_metadata (XdgAppBundleR
XDG_APP_EXTERN GBytes *xdg_app_bundle_ref_get_appstream (XdgAppBundleRef *self);
XDG_APP_EXTERN GBytes *xdg_app_bundle_ref_get_icon (XdgAppBundleRef *self,
int size);
+XDG_APP_EXTERN char *xdg_app_bundle_ref_get_origin (XdgAppBundleRef *self);
XDG_APP_EXTERN guint64 xdg_app_bundle_ref_get_installed_size (XdgAppBundleRef *self);