mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
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:
@@ -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__ */
|
||||
|
Reference in New Issue
Block a user