summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-26 12:53:47 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-26 12:53:47 +0100
commit38c24d536a08ee81c61a0a61b8f4ed1aa21bcaaa (patch)
treeb9a620ece2ae0ef70b0ed3abaa4253f025237b49 /lib
parentd43d8cd8c8ce6c8748e628669db6cc9c5dea9253 (diff)
downloadxdg-app-38c24d536a08ee81c61a0a61b8f4ed1aa21bcaaa.tar.gz
Update test-lib.c with the appstream api change
Diffstat (limited to 'lib')
-rw-r--r--lib/test-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test-lib.c b/lib/test-lib.c
index de90392..6032ee9 100644
--- a/lib/test-lib.c
+++ b/lib/test-lib.c
@@ -102,7 +102,7 @@ main (int argc, char *argv[])
{
g_autofree char *path = g_file_get_path (xdg_app_bundle_ref_get_file (bundle));
g_autoptr(GBytes) metadata = xdg_app_bundle_ref_get_metadata (bundle);
- g_autoptr(GBytes) appdata = xdg_app_bundle_ref_get_appdata (bundle);
+ g_autoptr(GBytes) appdata = xdg_app_bundle_ref_get_appstream (bundle);
g_print ("%d %s %s %s %s %s %"G_GUINT64_FORMAT"\n%s\n",
xdg_app_ref_get_kind (XDG_APP_REF(bundle)),
xdg_app_ref_get_name (XDG_APP_REF(bundle)),