mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 16:33:40 +02:00
tests: add tests for GDesktopAppInfo Implements=
https://bugzilla.gnome.org/show_bug.cgi?id=712391
This commit is contained in:
@@ -51,6 +51,13 @@ main (int argc, char **argv)
|
||||
}
|
||||
g_free (results);
|
||||
}
|
||||
else if (g_str_equal (argv[1], "implementations"))
|
||||
{
|
||||
GList *results;
|
||||
|
||||
results = g_desktop_app_info_get_implementations (argv[2]);
|
||||
print_app_list (results);
|
||||
}
|
||||
else if (g_str_equal (argv[1], "show-info"))
|
||||
{
|
||||
GAppInfo *info;
|
||||
|
Reference in New Issue
Block a user