|
Strutture dati |
| struct | _Client |
Definizioni |
| #define | CLIENT(obj) ((Client *)(obj)) |
| #define | client_get_id(client) (g_strdup(CLIENT((client))->id)) |
| #define | client_get_hostname(client) (g_strdup(CLIENT((client))->hostname)) |
| #define | client_state(client) (CLIENT((client))->state) |
Ridefinizioni di tipo (typedefs) |
| typedef _Client | Client |
Tipi enumerati (enum) |
| enum | {
CLIENT_IDLE = 0,
CLIENT_INTERACTING,
CLIENT_SAVEDONE,
CLIENT_SAVING,
CLIENT_SAVINGLOCAL,
CLIENT_WAITFORINTERACT,
CLIENT_WAITFORPHASE2,
CLIENT_DISCONNECTED
} |
Funzioni |
| Client * | client_new (SmsConn) |
| void | client_free (Client *) |
| gboolean | client_save (const Client *, FILE *fp) |
| Client * | client_load (FILE *fp) |
| gchar * | client_get_current_directory (const Client *) |
| gchar * | client_get_program (const Client *) |
| gchar * | client_get_userid (const Client *) |
| gchar ** | client_get_restart_command (const Client *) |
| gint | client_get_priority (const Client *) |
| gint | client_get_restart_style_hint (const Client *) |
| gint | client_compare_priority (const Client *, const Client *) |
| gchar ** | client_get_command (const Client *, const gchar *) |
| gboolean | client_run_command (const Client *, const gchar *, GError **) |
| void | client_kill (const Client *) |