Guitarix
|
#include "guitarix.h"
#include <sys/wait.h>
#include <glibmm/main.h>
#include <fstream>
#include <string>
#include <list>
Go to the source code of this file.
Namespaces | |
gx_child_process | |
Macros | |
#define | EXIT_PGM_NOT_FOUND 127 |
Functions | |
void | gx_child_process::gx_sigchld_handler () |
#define EXIT_PGM_NOT_FOUND 127 |
Definition at line 90 of file gx_child_process.cpp.
Referenced by gx_child_process::gx_sigchld_handler().