Typedefs | |
typedef void() | osso_application_exit_cb (gboolean die_now, gpointer data) |
Functions | |
osso_return_t | osso_application_set_exit_cb (osso_context_t *osso, osso_application_exit_cb *cb, gpointer data) |
int | osso_state_open_write (osso_context_t *osso) |
int | osso_state_open_read (osso_context_t *osso) |
void | osso_state_close (osso_context_t *osso, gint fd) |
|
|
|
|
|
This function closes the state file.
|
|
This function opens a state file for reading.
|
|
This function opens a state file for writing. If the state file already exists, it will be silently truncated.
|