DBusThreadFunctions

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

condvar_free
DBusCondVarFreeFunction condvar_free;
Undocumented in source.
condvar_new
DBusCondVarNewFunction condvar_new;
Undocumented in source.
condvar_wait
DBusCondVarWaitFunction condvar_wait;
Undocumented in source.
condvar_wait_timeout
DBusCondVarWaitTimeoutFunction condvar_wait_timeout;
Undocumented in source.
condvar_wake_all
DBusCondVarWakeAllFunction condvar_wake_all;
Undocumented in source.
condvar_wake_one
DBusCondVarWakeOneFunction condvar_wake_one;
Undocumented in source.
mask
uint mask;
Undocumented in source.
mutex_free
DBusMutexFreeFunction mutex_free;
Undocumented in source.
mutex_lock
DBusMutexLockFunction mutex_lock;
Undocumented in source.
mutex_new
DBusMutexNewFunction mutex_new;
Undocumented in source.
mutex_unlock
DBusMutexUnlockFunction mutex_unlock;
Undocumented in source.
padding1
void function() padding1;
Undocumented in source.
padding2
void function() padding2;
Undocumented in source.
padding3
void function() padding3;
Undocumented in source.
padding4
void function() padding4;
Undocumented in source.
recursive_mutex_free
DBusRecursiveMutexFreeFunction recursive_mutex_free;
Undocumented in source.
recursive_mutex_lock
DBusRecursiveMutexLockFunction recursive_mutex_lock;
Undocumented in source.
recursive_mutex_new
DBusRecursiveMutexNewFunction recursive_mutex_new;
Undocumented in source.
recursive_mutex_unlock
DBusRecursiveMutexUnlockFunction recursive_mutex_unlock;
Undocumented in source.

Meta