diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2018-06-21 17:10:43 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2018-06-21 17:10:43 +0000 |
commit | ca98ce42804c5bb70e15bd58da76b9d237564296 (patch) | |
tree | c99e17c256ae9256cb3d63792dada5e068923dc5 /docs | |
parent | 67001014957496b64a325abf9dc05550f8b018a1 (diff) | |
parent | 2b560457a0867639ceab8d04490e0ef902470799 (diff) | |
download | glib-ca98ce42804c5bb70e15bd58da76b9d237564296.tar.gz |
Merge branch 'master' into 'master'
Use posix_spawn for optimized process launching
See merge request GNOME/glib!95
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gio/gio-sections.txt | 1 | ||||
-rw-r--r-- | docs/reference/glib/glib-sections.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt index bca2e3670..0eb560716 100644 --- a/docs/reference/gio/gio-sections.txt +++ b/docs/reference/gio/gio-sections.txt @@ -1624,6 +1624,7 @@ g_desktop_app_info_get_boolean g_desktop_app_info_has_key GDesktopAppLaunchCallback g_desktop_app_info_launch_uris_as_manager +g_desktop_app_info_launch_uris_as_manager_with_fds <SUBSECTION> g_desktop_app_info_list_actions g_desktop_app_info_get_action_name diff --git a/docs/reference/glib/glib-sections.txt b/docs/reference/glib/glib-sections.txt index e1b165684..01da779e8 100644 --- a/docs/reference/glib/glib-sections.txt +++ b/docs/reference/glib/glib-sections.txt @@ -1233,6 +1233,7 @@ GSpawnError G_SPAWN_ERROR GSpawnFlags GSpawnChildSetupFunc +g_spawn_async_with_fds g_spawn_async_with_pipes g_spawn_async g_spawn_sync |