GpwShellCommand
GpwShellCommand — A GtkAction providing spawning of shell processes
Object Hierarchy
GObject
+----GtkAction
+----GpwShellCommand
Implemented Interfaces
GpwShellCommand implements
GtkBuildable.
Description
GpwShellCommand is a GtkAction with the embedded feature of spawning
the shell command specified by its "command-line" property
whenever the "activate" signal is emitted.
Details
GpwShellCommand
typedef struct _GpwShellCommand GpwShellCommand;
All fields are private and should not be used directly.
Use its public methods instead.
Property Details
The "command-line" property
"command-line" gchar* : Read / Write
The command line arg to pass to g_spawn_command_line_async() when this action is activated.
Default value: NULL