![]() | ![]() | ![]() | Anjuta Developers Reference Manual | ![]() |
---|
ianjuta-terminal —
#define IANJUTA_TERMINAL_ERROR struct IAnjutaTerminal; struct IAnjutaTerminalIface; GQuark ianjuta_terminal_error_quark (void); pid_t ianjuta_terminal_execute_command (IAnjutaTerminal *obj, const gchar *directory, const gchar *command, GError **err);
struct IAnjutaTerminalIface { GTypeInterface g_iface; pid_t (*execute_command) (IAnjutaTerminal *obj, const gchar* directory, const gchar *command, GError **err); };
pid_t ianjuta_terminal_execute_command (IAnjutaTerminal *obj, const gchar *directory, const gchar *command, GError **err);
obj : | |
directory : | |
command : | |
err : | |
Returns : |
<< ianjuta-transformable | ianjuta-wizard >> |