From 38c24d536a08ee81c61a0a61b8f4ed1aa21bcaaa Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Fri, 26 Feb 2016 12:53:47 +0100 Subject: Update test-lib.c with the appstream api change --- lib/test-lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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)), -- cgit v1.2.1