Ardour  9.0-pre0-582-g084a23a80d
gdkspawn.h File Reference
#include <gdk/gdkscreen.h>
Include dependency graph for gdkspawn.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

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)
 
gboolean gdk_spawn_command_line_on_screen (GdkScreen *screen, const gchar *command_line, GError **error)
 

Function Documentation

◆ gdk_spawn_command_line_on_screen()

gboolean gdk_spawn_command_line_on_screen ( GdkScreen screen,
const gchar *  command_line,
GError **  error 
)

◆ gdk_spawn_on_screen()

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 
)

◆ gdk_spawn_on_screen_with_pipes()

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 
)