#include <exec.h>
Data Fields | |
GPtrArray * | args |
GPid | pid |
gint | exit_code |
ExecState | state |
GMutex * | state_mutex |
ExecFunc | lib_proc |
ExecFunc | pre_proc |
ExecFunc | read_proc |
ExecFunc | post_proc |
gchar * | working_dir |
gboolean | piped |
gpointer | exec |
gboolean | parse_progress |
Definition at line 36 of file exec.h.
GPtrArray* ExecCmd::args |
GPid ExecCmd::pid |
GMutex* ExecCmd::state_mutex |
gchar* ExecCmd::working_dir |