mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
Use a GPid on gdk_spawn_on_screen[_with_pipes]. Take 2
Really fixes https://bugzilla.gnome.org/show_bug.cgi?id=602289
This commit is contained in:
parent
2e4ba929ba
commit
f62e000be4
@ -37,7 +37,7 @@ gboolean gdk_spawn_on_screen (GdkScreen *screen,
|
||||
GSpawnFlags flags,
|
||||
GSpawnChildSetupFunc child_setup,
|
||||
gpointer user_data,
|
||||
gint *child_pid,
|
||||
GPid *child_pid,
|
||||
GError **error);
|
||||
|
||||
gboolean gdk_spawn_on_screen_with_pipes (GdkScreen *screen,
|
||||
@ -47,7 +47,7 @@ gboolean gdk_spawn_on_screen_with_pipes (GdkScreen *screen,
|
||||
GSpawnFlags flags,
|
||||
GSpawnChildSetupFunc child_setup,
|
||||
gpointer user_data,
|
||||
gint *child_pid,
|
||||
GPid *child_pid,
|
||||
gint *standard_input,
|
||||
gint *standard_output,
|
||||
gint *standard_error,
|
||||
|
Loading…
Reference in New Issue
Block a user