Add g_desktop_app_info_get_implementations()

This provides support for the draft addition of 'Implements=' to the Desktop
Entry specification.

https://bugzilla.gnome.org/show_bug.cgi?id=712391
This commit is contained in:
Ryan Lortie
2013-11-15 14:40:37 -05:00
parent 49f5737f00
commit 9aaf990960
2 changed files with 86 additions and 0 deletions

View File

@@ -165,6 +165,9 @@ gboolean g_desktop_app_info_launch_uris_as_manager (GDesktopAppInfo
GLIB_AVAILABLE_IN_2_40
gchar *** g_desktop_app_info_search (const gchar *search_string);
GLIB_AVAILABLE_IN_2_42
GList *g_desktop_app_info_get_implementations (const gchar *interface);
G_END_DECLS
#endif /* __G_DESKTOP_APP_INFO_H__ */