Home
last modified time | relevance | path

Searched refs:allAppIDs (Results 1 – 1 of 1) sorted by relevance

/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dapplications-search-provider.c228 GList *allAppIDs; in _xfdashboard_applications_search_provider_save_statistics() local
270 allAppIDs=g_hash_table_get_keys(_xfdashboard_applications_search_provider_statistics.stats); in _xfdashboard_applications_search_provider_save_statistics()
275 g_list_length(allAppIDs)); in _xfdashboard_applications_search_provider_save_statistics()
278 for(iter=allAppIDs; iter; iter=g_list_next(iter)) in _xfdashboard_applications_search_provider_save_statistics()
342 GList *allAppIDs; in _xfdashboard_applications_search_provider_load_statistics() local
430 allAppIDs=NULL; in _xfdashboard_applications_search_provider_load_statistics()
451 if(allAppIDs) g_list_free_full(allAppIDs, g_free); in _xfdashboard_applications_search_provider_load_statistics()
458 allAppIDs=g_list_prepend(allAppIDs, appID); in _xfdashboard_applications_search_provider_load_statistics()
471 for(iter=allAppIDs; iter; iter=g_list_next(iter)) in _xfdashboard_applications_search_provider_load_statistics()
520 if(allAppIDs) g_list_free_full(allAppIDs, g_free); in _xfdashboard_applications_search_provider_load_statistics()