Classes | |
struct | icd_context |
Functions | |
gboolean | icd_context_init (void) |
icd_context * | icd_context_get (void) |
void | icd_context_run (void) |
void | icd_context_stop (void) |
void | icd_context_destroy (void) |
Variables | |
static struct icd_context | icd_ctx |
void icd_context_destroy | ( | void | ) |
destroy context
struct icd_context * icd_context_get | ( | void | ) |
return the global context
gboolean icd_context_init | ( | void | ) |
Initialize context
void icd_context_run | ( | void | ) |
start the main loop
void icd_context_stop | ( | void | ) |
stop running the main loop
struct icd_context icd_ctx [static] |
the global ICd context