Home | History | Annotate | Download | only in gio

Lines Matching refs:apps

1330 	     add the current list of (not yet listed) apps before it. */
1969 get_apps_from_dir (GHashTable *apps,
1990 if (!g_hash_table_lookup_extended (apps, desktop_id, NULL, NULL))
2003 g_hash_table_insert (apps, g_strdup (desktop_id), appinfo);
2020 get_apps_from_dir (apps, filename, subprefix);
2050 GHashTable *apps;
2058 apps = g_hash_table_new_full (g_str_hash, g_str_equal,
2063 get_apps_from_dir (apps, dirs[i], "");
2067 g_hash_table_iter_init (&iter, apps);
2074 g_hash_table_destroy (apps);
2707 /* Go through all apps listed as defaults */