mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
GAppLaunchContext: add environment-manipulating functions
Add functions for manipulating the environment under which a GAppLaunchContext will launch its children, to avoid thread-related bugs with using setenv() directly. FIXME: win32 side isn't implemented yet https://bugzilla.gnome.org/show_bug.cgi?id=659326
This commit is contained in:
committed by
Matthias Clasen
parent
117e534091
commit
de834bed30
@@ -1269,6 +1269,9 @@ g_app_info_get_default_for_uri_scheme
|
||||
g_app_info_get_fallback_for_type
|
||||
g_app_info_get_recommended_for_type
|
||||
g_app_info_launch_default_for_uri
|
||||
g_app_launch_context_setenv
|
||||
g_app_launch_context_unsetenv
|
||||
g_app_launch_context_get_environment
|
||||
g_app_launch_context_get_display
|
||||
g_app_launch_context_get_startup_notify_id
|
||||
g_app_launch_context_launch_failed
|
||||
|
Reference in New Issue
Block a user