Add g_desktop_app_info_search()

This commit is contained in:
Ryan Lortie
2013-07-28 13:41:22 -04:00
parent 951b90f224
commit 52552e4231
2 changed files with 831 additions and 103 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -164,6 +164,8 @@ gboolean g_desktop_app_info_launch_uris_as_manager (GDesktopAppInfo
gpointer pid_callback_data,
GError **error);
GLIB_AVAILABLE_IN_2_40
gchar *** g_desktop_app_info_search (const gchar *search_string);
G_END_DECLS