tpa-thread

tpa-thread

Synopsis




                    TpaThread;
void                (*TpaCallback)                      (DBusGProxy *proxy,
                                                         ...);
gboolean            tpa_thread_init                     (gboolean thread);
void                tpa_thread_shutdown                 (gboolean wait);
DBusGConnection*    tpa_thread_get_bus                  (void);
void                tpa_thread_push                     (TpaThread *thread);

Description

Details

TpaThread

typedef struct {
    TpaCallback invoke;
    DBusGProxy *proxy;
    GValueArray *args;
    gpointer data;
} TpaThread;


TpaCallback ()

void                (*TpaCallback)                      (DBusGProxy *proxy,
                                                         ...);

proxy :
... :

tpa_thread_init ()

gboolean            tpa_thread_init                     (gboolean thread);

thread :
Returns :

tpa_thread_shutdown ()

void                tpa_thread_shutdown                 (gboolean wait);

wait :

tpa_thread_get_bus ()

DBusGConnection*    tpa_thread_get_bus                  (void);

Returns :

tpa_thread_push ()

void                tpa_thread_push                     (TpaThread *thread);

thread :