22 #ifndef __GDK_SPAWN_H__
23 #define __GDK_SPAWN_H__
25 #if defined(GTK_DISABLE_SINGLE_INCLUDES) && !defined (__GDK_H_INSIDE__) && !defined (GDK_COMPILATION)
26 #error "Only <gdk/gdk.h> can be included directly."
33 #ifndef GDK_DISABLE_DEPRECATED
35 const gchar *working_directory,
39 GSpawnChildSetupFunc child_setup,
45 const gchar *working_directory,
49 GSpawnChildSetupFunc child_setup,
53 gint *standard_output,
58 const gchar *command_line,
gboolean gdk_spawn_command_line_on_screen(GdkScreen *screen, const gchar *command_line, GError **error)
G_BEGIN_DECLS gboolean gdk_spawn_on_screen(GdkScreen *screen, const gchar *working_directory, gchar **argv, gchar **envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, gint *child_pid, GError **error)
gboolean gdk_spawn_on_screen_with_pipes(GdkScreen *screen, const gchar *working_directory, gchar **argv, gchar **envp, GSpawnFlags flags, GSpawnChildSetupFunc child_setup, gpointer user_data, gint *child_pid, gint *standard_input, gint *standard_output, gint *standard_error, GError **error)