Home
last modified time | relevance | path

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

/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dapplication-database.c1609 gchar *foundDesktopFile; in xfdashboard_application_database_get_file_from_desktop_id() local
1665 foundDesktopFile=NULL; in xfdashboard_application_database_get_file_from_desktop_id()
1666 for(; searchPaths && !foundDesktopFile; searchPaths=g_list_next(searchPaths)) in xfdashboard_application_database_get_file_from_desktop_id()
1683 while(!foundDesktopFile && desktopIDIter && *desktopIDIter) in xfdashboard_application_database_get_file_from_desktop_id()
1693 foundDesktopFile=g_file_get_path(desktopFile); in xfdashboard_application_database_get_file_from_desktop_id()
1700 if(!foundDesktopFile) in xfdashboard_application_database_get_file_from_desktop_id()
1771 return(foundDesktopFile); in xfdashboard_application_database_get_file_from_desktop_id()