Home
last modified time | relevance | path

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

/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dapplication-tracker.h65 …void (*state_changed)(XfdashboardApplicationTracker *self, const gchar *inDesktopID, gboolean inRu…
74 const gchar *inDesktopID);
79 const gchar *inDesktopID);
H A Dapplication-tracker.c180 const gchar *inDesktopID) in _xfdashboard_application_tracker_find_item_by_desktop_id() argument
186 g_return_val_if_fail(inDesktopID && *inDesktopID, NULL); in _xfdashboard_application_tracker_find_item_by_desktop_id()
202 if(g_strcmp0(item->desktopID, inDesktopID)==0) return(item); in _xfdashboard_application_tracker_find_item_by_desktop_id()
1069 const gchar *inDesktopID) in xfdashboard_application_tracker_is_running_by_desktop_id() argument
1072 g_return_val_if_fail(inDesktopID && *inDesktopID, FALSE); in xfdashboard_application_tracker_is_running_by_desktop_id()
1074 return(_xfdashboard_application_tracker_find_item_by_desktop_id(self, inDesktopID) ? TRUE : FALSE); in xfdashboard_application_tracker_is_running_by_desktop_id()
1090 const gchar *inDesktopID) in xfdashboard_application_tracker_get_window_list_by_desktop_id() argument
1095 g_return_val_if_fail(inDesktopID && *inDesktopID, NULL); in xfdashboard_application_tracker_get_window_list_by_desktop_id()
1098 item=_xfdashboard_application_tracker_find_item_by_desktop_id(self, inDesktopID); in xfdashboard_application_tracker_get_window_list_by_desktop_id()
H A Dapplication-database.h85 const gchar *inDesktopID);
87 gchar* xfdashboard_application_database_get_file_from_desktop_id(const gchar *inDesktopID);
H A Dapplication-database.c1580 const gchar *inDesktopID) in xfdashboard_application_database_lookup_desktop_id() argument
1586 g_return_val_if_fail(inDesktopID && *inDesktopID, NULL); in xfdashboard_application_database_lookup_desktop_id()
1592 g_hash_table_lookup_extended(priv->applications, inDesktopID, NULL, &appInfo)) in xfdashboard_application_database_lookup_desktop_id()
1605 gchar* xfdashboard_application_database_get_file_from_desktop_id(const gchar *inDesktopID) in xfdashboard_application_database_get_file_from_desktop_id() argument
1611 g_return_val_if_fail(inDesktopID && *inDesktopID, NULL); in xfdashboard_application_database_get_file_from_desktop_id()
1617 if(!g_str_has_suffix(inDesktopID, ".desktop")) in xfdashboard_application_database_get_file_from_desktop_id()
1621 inDesktopID); in xfdashboard_application_database_get_file_from_desktop_id()
1679 desktopID=g_strdup(inDesktopID); in xfdashboard_application_database_get_file_from_desktop_id()
H A Ddesktop-app-info.c510 const gchar *inDesktopID) in _xfdashboard_desktop_app_info_set_desktop_id() argument
519 if(g_strcmp0(priv->desktopID, inDesktopID)) in _xfdashboard_desktop_app_info_set_desktop_id()
528 if(inDesktopID) priv->desktopID=g_strdup(inDesktopID); in _xfdashboard_desktop_app_info_set_desktop_id()
1964 GAppInfo* xfdashboard_desktop_app_info_new_from_desktop_id(const gchar *inDesktopID) in xfdashboard_desktop_app_info_new_from_desktop_id() argument
1970 g_return_val_if_fail(inDesktopID && *inDesktopID, NULL); in xfdashboard_desktop_app_info_new_from_desktop_id()
1975 desktopFilename=xfdashboard_application_database_get_file_from_desktop_id(inDesktopID); in xfdashboard_desktop_app_info_new_from_desktop_id()
1978 g_warning("Desktop ID '%s' not found", inDesktopID); in xfdashboard_desktop_app_info_new_from_desktop_id()
1985 "desktop-id", inDesktopID, in xfdashboard_desktop_app_info_new_from_desktop_id()
1992 inDesktopID); in xfdashboard_desktop_app_info_new_from_desktop_id()
H A Ddesktop-app-info.h72 GAppInfo* xfdashboard_desktop_app_info_new_from_desktop_id(const gchar *inDesktopID);
H A Dquicklaunch.c2332 const gchar *inDesktopID, in _xfdashboard_quicklaunch_on_app_tracker_state_changed() argument
2346 appInfo=xfdashboard_application_database_lookup_desktop_id(priv->appDB, inDesktopID); in _xfdashboard_quicklaunch_on_app_tracker_state_changed()
2351 inDesktopID, in _xfdashboard_quicklaunch_on_app_tracker_state_changed()
2376 inDesktopID); in _xfdashboard_quicklaunch_on_app_tracker_state_changed()
2395 inDesktopID); in _xfdashboard_quicklaunch_on_app_tracker_state_changed()
H A Dapplication-button.c197 const gchar *inDesktopID, in _xfdashboard_application_button_on_running_state_changed() argument