Searched defs:apps (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/
H A Dgdesktopappinfo.c1330 add the current list of (not yet listed) apps before it. */
1969 get_apps_from_dir (GHashTable *apps, argument
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; local
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);
[all...]

Completed in 153 milliseconds