diff options
Diffstat (limited to 'lib/test-lib.c')
-rw-r--r-- | lib/test-lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test-lib.c b/lib/test-lib.c index de903922..6032ee94 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)), |