|  |  |  | Anjuta Developers Reference Manual |  | 
|---|---|---|---|---|
#include <libanjuta/interfaces/ianjuta-terminal.h> #define IANJUTA_TERMINAL_ERROR IAnjutaTerminal; IAnjutaTerminalIface; GQuark ianjuta_terminal_error_quark (void); pid_t ianjuta_terminal_execute_command (IAnjutaTerminal *obj, const gchar *directory, const gchar *command, GError **err);
typedef struct {
	GTypeInterface g_iface;
	
	pid_t (*execute_command) (IAnjutaTerminal *obj, const gchar* directory,  const gchar *command, GError **err);
} IAnjutaTerminalIface;
pid_t ianjuta_terminal_execute_command (IAnjutaTerminal *obj, const gchar *directory, const gchar *command, GError **err);
fixme
| 
 | Self | 
| 
 | fixme | 
| 
 | fixme | 
| 
 | Error propagation and reporting. | 
| Returns : | fixme |