#include <gtk/gtk.h>
#include "client.h"
Strutture dati | |
| struct | _XfsmSessionControlClass |
| struct | _XfsmSessionControl |
Definizioni | |
| #define | XFSM_SESSION_CONTROL(obj) |
| #define | XFSM_SESSION_CONTROL_CLASS(klass) |
| #define | XFSM_IS_SESSION_CONTROL(obj) G_TYPE_CHECK_INSTANCE_TYPE(obj, xfsm_session_control_get_type()) |
Ridefinizioni di tipo (typedefs) | |
| typedef _XfsmSessionControl | XfsmSessionControl |
| typedef _XfsmSessionControlClass | XfsmSessionControlClass |
Funzioni | |
| GType | xfsm_session_control_get_type (void) |
| GtkWidget * | xfsm_session_control_new (void) |
| void | xfsm_session_control_append (XfsmSessionControl *, Client *) |
| void | xfsm_session_control_update (XfsmSessionControl *, Client *) |
| void | xfsm_session_control_remove (XfsmSessionControl *, Client *) |
|
|
Valore: G_TYPE_CHECK_INSTANCE_CAST(obj, xfsm_session_control_get_type(),\ XfsmSessionControl) |
|
|
Valore: G_TYPE_CHECK_CLASS_CAST(klass, xfsm_session_control_get_type(), \ XfsmSessionControlClass) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
1.4.6