ddbus.c_lib

Undocumented in source.

Members

Aliases

DBusAddTimeoutFunction
alias DBusAddTimeoutFunction = uint function(DBusTimeout*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusAddWatchFunction
alias DBusAddWatchFunction = uint function(DBusWatch*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusAllowUnixUserFunction
alias DBusAllowUnixUserFunction = uint function(DBusConnection*, c_ulong, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusAllowWindowsUserFunction
alias DBusAllowWindowsUserFunction = uint function(DBusConnection*, const(char)*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusCondVarFreeFunction
alias DBusCondVarFreeFunction = void function(DBusCondVar*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusCondVarNewFunction
alias DBusCondVarNewFunction = DBusCondVar* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusCondVarWaitFunction
alias DBusCondVarWaitFunction = void function(DBusCondVar*, DBusMutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusCondVarWaitTimeoutFunction
alias DBusCondVarWaitTimeoutFunction = uint function(DBusCondVar*, DBusMutex*, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusCondVarWakeAllFunction
alias DBusCondVarWakeAllFunction = void function(DBusCondVar*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusCondVarWakeOneFunction
alias DBusCondVarWakeOneFunction = void function(DBusCondVar*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusDispatchStatusFunction
alias DBusDispatchStatusFunction = void function(DBusConnection*, DBusDispatchStatus, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusFreeFunction
alias DBusFreeFunction = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusHandleMessageFunction
alias DBusHandleMessageFunction = DBusHandlerResult function(DBusConnection*, DBusMessage*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusMutexFreeFunction
alias DBusMutexFreeFunction = void function(DBusMutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusMutexLockFunction
alias DBusMutexLockFunction = uint function(DBusMutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusMutexNewFunction
alias DBusMutexNewFunction = DBusMutex* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusMutexUnlockFunction
alias DBusMutexUnlockFunction = uint function(DBusMutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusNewConnectionFunction
alias DBusNewConnectionFunction = void function(DBusServer*, DBusConnection*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusObjectPathMessageFunction
alias DBusObjectPathMessageFunction = DBusHandlerResult function(DBusConnection*, DBusMessage*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusObjectPathUnregisterFunction
alias DBusObjectPathUnregisterFunction = void function(DBusConnection*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusPendingCallNotifyFunction
alias DBusPendingCallNotifyFunction = void function(DBusPendingCall*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusRecursiveMutexFreeFunction
alias DBusRecursiveMutexFreeFunction = void function(DBusMutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusRecursiveMutexLockFunction
alias DBusRecursiveMutexLockFunction = void function(DBusMutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusRecursiveMutexNewFunction
alias DBusRecursiveMutexNewFunction = DBusMutex* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusRecursiveMutexUnlockFunction
alias DBusRecursiveMutexUnlockFunction = void function(DBusMutex*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusRemoveTimeoutFunction
alias DBusRemoveTimeoutFunction = void function(DBusTimeout*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusRemoveWatchFunction
alias DBusRemoveWatchFunction = void function(DBusWatch*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusTimeoutToggledFunction
alias DBusTimeoutToggledFunction = void function(DBusTimeout*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusWakeupMainFunction
alias DBusWakeupMainFunction = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusWatchToggledFunction
alias DBusWatchToggledFunction = void function(DBusWatch*, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bool_t
alias dbus_bool_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_int16_t
alias dbus_int16_t = short
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_int32_t
alias dbus_int32_t = int
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_int64_t
alias dbus_int64_t = c_long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_uint16_t
alias dbus_uint16_t = ushort
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_uint32_t
alias dbus_uint32_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_uint64_t
alias dbus_uint64_t = c_ulong
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_unichar_t
alias dbus_unichar_t = uint
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

DBusBusType
enum DBusBusType
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusDispatchStatus
enum DBusDispatchStatus
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusHandlerResult
enum DBusHandlerResult
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusThreadFunctionsMask
enum DBusThreadFunctionsMask
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusWatchFlags
enum DBusWatchFlags
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

dbus_address_entries_free
void dbus_address_entries_free(DBusAddressEntry** entries)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_address_entry_get_method
const(char)* dbus_address_entry_get_method(DBusAddressEntry* entry)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_address_entry_get_value
const(char)* dbus_address_entry_get_value(DBusAddressEntry* entry, const(char)* key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_address_escape_value
char* dbus_address_escape_value(const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_address_unescape_value
char* dbus_address_unescape_value(const(char)* value, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_add_match
void dbus_bus_add_match(DBusConnection* connection, const(char)* rule, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_get
DBusConnection* dbus_bus_get(DBusBusType type, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_get_id
char* dbus_bus_get_id(DBusConnection* connection, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_get_private
DBusConnection* dbus_bus_get_private(DBusBusType type, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_get_unique_name
const(char)* dbus_bus_get_unique_name(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_get_unix_user
c_ulong dbus_bus_get_unix_user(DBusConnection* connection, const(char)* name, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_name_has_owner
dbus_bool_t dbus_bus_name_has_owner(DBusConnection* connection, const(char)* name, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_register
dbus_bool_t dbus_bus_register(DBusConnection* connection, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_release_name
int dbus_bus_release_name(DBusConnection* connection, const(char)* name, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_remove_match
void dbus_bus_remove_match(DBusConnection* connection, const(char)* rule, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_request_name
int dbus_bus_request_name(DBusConnection* connection, const(char)* name, uint flags, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_set_unique_name
dbus_bool_t dbus_bus_set_unique_name(DBusConnection* connection, const(char)* unique_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_bus_start_service_by_name
dbus_bool_t dbus_bus_start_service_by_name(DBusConnection* connection, const(char)* name, dbus_uint32_t flags, dbus_uint32_t* reply, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_add_filter
dbus_bool_t dbus_connection_add_filter(DBusConnection* connection, DBusHandleMessageFunction function_, void* user_data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_allocate_data_slot
dbus_bool_t dbus_connection_allocate_data_slot(dbus_int32_t* slot_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_borrow_message
DBusMessage* dbus_connection_borrow_message(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_can_send_type
dbus_bool_t dbus_connection_can_send_type(DBusConnection* connection, int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_close
void dbus_connection_close(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_dispatch
DBusDispatchStatus dbus_connection_dispatch(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_flush
void dbus_connection_flush(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_free_data_slot
void dbus_connection_free_data_slot(dbus_int32_t* slot_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_free_preallocated_send
void dbus_connection_free_preallocated_send(DBusConnection* connection, DBusPreallocatedSend* preallocated)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_adt_audit_session_data
dbus_bool_t dbus_connection_get_adt_audit_session_data(DBusConnection* connection, void** data, dbus_int32_t* data_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_data
void* dbus_connection_get_data(DBusConnection* connection, dbus_int32_t slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_dispatch_status
DBusDispatchStatus dbus_connection_get_dispatch_status(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_is_anonymous
dbus_bool_t dbus_connection_get_is_anonymous(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_is_authenticated
dbus_bool_t dbus_connection_get_is_authenticated(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_is_connected
dbus_bool_t dbus_connection_get_is_connected(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_max_message_size
c_long dbus_connection_get_max_message_size(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_max_message_unix_fds
c_long dbus_connection_get_max_message_unix_fds(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_max_received_size
c_long dbus_connection_get_max_received_size(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_max_received_unix_fds
c_long dbus_connection_get_max_received_unix_fds(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_object_path_data
dbus_bool_t dbus_connection_get_object_path_data(DBusConnection* connection, const(char)* path, void** data_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_outgoing_size
c_long dbus_connection_get_outgoing_size(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_outgoing_unix_fds
c_long dbus_connection_get_outgoing_unix_fds(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_server_id
char* dbus_connection_get_server_id(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_socket
dbus_bool_t dbus_connection_get_socket(DBusConnection* connection, int* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_unix_fd
dbus_bool_t dbus_connection_get_unix_fd(DBusConnection* connection, int* fd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_unix_process_id
dbus_bool_t dbus_connection_get_unix_process_id(DBusConnection* connection, c_ulong* pid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_unix_user
dbus_bool_t dbus_connection_get_unix_user(DBusConnection* connection, c_ulong* uid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_get_windows_user
dbus_bool_t dbus_connection_get_windows_user(DBusConnection* connection, char** windows_sid_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_has_messages_to_send
dbus_bool_t dbus_connection_has_messages_to_send(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_list_registered
dbus_bool_t dbus_connection_list_registered(DBusConnection* connection, const(char)* parent_path, char*** child_entries)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_open
DBusConnection* dbus_connection_open(const(char)* address, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_open_private
DBusConnection* dbus_connection_open_private(const(char)* address, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_pop_message
DBusMessage* dbus_connection_pop_message(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_preallocate_send
DBusPreallocatedSend* dbus_connection_preallocate_send(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_read_write
dbus_bool_t dbus_connection_read_write(DBusConnection* connection, int timeout_milliseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_read_write_dispatch
dbus_bool_t dbus_connection_read_write_dispatch(DBusConnection* connection, int timeout_milliseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_ref
DBusConnection* dbus_connection_ref(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_register_fallback
dbus_bool_t dbus_connection_register_fallback(DBusConnection* connection, const(char)* path, const(DBusObjectPathVTable)* vtable, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_register_object_path
dbus_bool_t dbus_connection_register_object_path(DBusConnection* connection, const(char)* path, const(DBusObjectPathVTable)* vtable, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_remove_filter
void dbus_connection_remove_filter(DBusConnection* connection, DBusHandleMessageFunction function_, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_return_message
void dbus_connection_return_message(DBusConnection* connection, DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_send
dbus_bool_t dbus_connection_send(DBusConnection* connection, DBusMessage* message, dbus_uint32_t* client_serial)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_send_preallocated
void dbus_connection_send_preallocated(DBusConnection* connection, DBusPreallocatedSend* preallocated, DBusMessage* message, dbus_uint32_t* client_serial)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_send_with_reply
dbus_bool_t dbus_connection_send_with_reply(DBusConnection* connection, DBusMessage* message, DBusPendingCall** pending_return, int timeout_milliseconds)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_send_with_reply_and_block
DBusMessage* dbus_connection_send_with_reply_and_block(DBusConnection* connection, DBusMessage* message, int timeout_milliseconds, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_allow_anonymous
void dbus_connection_set_allow_anonymous(DBusConnection* connection, dbus_bool_t value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_change_sigpipe
void dbus_connection_set_change_sigpipe(dbus_bool_t will_modify_sigpipe)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_data
dbus_bool_t dbus_connection_set_data(DBusConnection* connection, dbus_int32_t slot, void* data, DBusFreeFunction free_data_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_dispatch_status_function
void dbus_connection_set_dispatch_status_function(DBusConnection* connection, DBusDispatchStatusFunction function_, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_exit_on_disconnect
void dbus_connection_set_exit_on_disconnect(DBusConnection* connection, dbus_bool_t exit_on_disconnect)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_max_message_size
void dbus_connection_set_max_message_size(DBusConnection* connection, c_long size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_max_message_unix_fds
void dbus_connection_set_max_message_unix_fds(DBusConnection* connection, c_long n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_max_received_size
void dbus_connection_set_max_received_size(DBusConnection* connection, c_long size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_max_received_unix_fds
void dbus_connection_set_max_received_unix_fds(DBusConnection* connection, c_long n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_route_peer_messages
void dbus_connection_set_route_peer_messages(DBusConnection* connection, dbus_bool_t value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_timeout_functions
dbus_bool_t dbus_connection_set_timeout_functions(DBusConnection* connection, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_unix_user_function
void dbus_connection_set_unix_user_function(DBusConnection* connection, DBusAllowUnixUserFunction function_, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_wakeup_main_function
void dbus_connection_set_wakeup_main_function(DBusConnection* connection, DBusWakeupMainFunction wakeup_main_function, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_watch_functions
dbus_bool_t dbus_connection_set_watch_functions(DBusConnection* connection, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_set_windows_user_function
void dbus_connection_set_windows_user_function(DBusConnection* connection, DBusAllowWindowsUserFunction function_, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_steal_borrowed_message
void dbus_connection_steal_borrowed_message(DBusConnection* connection, DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_try_register_fallback
dbus_bool_t dbus_connection_try_register_fallback(DBusConnection* connection, const(char)* path, const(DBusObjectPathVTable)* vtable, void* user_data, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_try_register_object_path
dbus_bool_t dbus_connection_try_register_object_path(DBusConnection* connection, const(char)* path, const(DBusObjectPathVTable)* vtable, void* user_data, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_unref
void dbus_connection_unref(DBusConnection* connection)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_connection_unregister_object_path
dbus_bool_t dbus_connection_unregister_object_path(DBusConnection* connection, const(char)* path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_error_free
void dbus_error_free(DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_error_has_name
dbus_bool_t dbus_error_has_name(const(DBusError)* error, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_error_init
void dbus_error_init(DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_error_is_set
dbus_bool_t dbus_error_is_set(const(DBusError)* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_free
void dbus_free(void* memory)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_free_string_array
void dbus_free_string_array(char** str_array)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_get_local_machine_id
char* dbus_get_local_machine_id()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_get_version
void dbus_get_version(int* major_version_p, int* minor_version_p, int* micro_version_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_malloc
void* dbus_malloc(size_t bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_malloc0
void* dbus_malloc0(size_t bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_allocate_data_slot
dbus_bool_t dbus_message_allocate_data_slot(dbus_int32_t* slot_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_append_args
dbus_bool_t dbus_message_append_args(DBusMessage* message, int first_arg_type, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_append_args_valist
dbus_bool_t dbus_message_append_args_valist(DBusMessage* message, int first_arg_type, va_list var_args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_contains_unix_fds
dbus_bool_t dbus_message_contains_unix_fds(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_copy
DBusMessage* dbus_message_copy(const(DBusMessage)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_demarshal
DBusMessage* dbus_message_demarshal(const(char)* str, int len, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_demarshal_bytes_needed
int dbus_message_demarshal_bytes_needed(const(char)* str, int len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_free_data_slot
void dbus_message_free_data_slot(dbus_int32_t* slot_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_args
dbus_bool_t dbus_message_get_args(DBusMessage* message, DBusError* error, int first_arg_type, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_args_valist
dbus_bool_t dbus_message_get_args_valist(DBusMessage* message, DBusError* error, int first_arg_type, va_list var_args)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_auto_start
dbus_bool_t dbus_message_get_auto_start(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_data
void* dbus_message_get_data(DBusMessage* message, dbus_int32_t slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_destination
const(char)* dbus_message_get_destination(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_error_name
const(char)* dbus_message_get_error_name(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_interface
const(char)* dbus_message_get_interface(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_member
const(char)* dbus_message_get_member(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_no_reply
dbus_bool_t dbus_message_get_no_reply(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_path
const(char)* dbus_message_get_path(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_path_decomposed
dbus_bool_t dbus_message_get_path_decomposed(DBusMessage* message, char*** path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_reply_serial
dbus_uint32_t dbus_message_get_reply_serial(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_sender
const(char)* dbus_message_get_sender(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_serial
dbus_uint32_t dbus_message_get_serial(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_signature
const(char)* dbus_message_get_signature(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_get_type
int dbus_message_get_type(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_has_destination
dbus_bool_t dbus_message_has_destination(DBusMessage* message, const(char)* bus_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_has_interface
dbus_bool_t dbus_message_has_interface(DBusMessage* message, const(char)* iface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_has_member
dbus_bool_t dbus_message_has_member(DBusMessage* message, const(char)* member)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_has_path
dbus_bool_t dbus_message_has_path(DBusMessage* message, const(char)* object_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_has_sender
dbus_bool_t dbus_message_has_sender(DBusMessage* message, const(char)* unique_bus_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_has_signature
dbus_bool_t dbus_message_has_signature(DBusMessage* message, const(char)* signature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_is_error
dbus_bool_t dbus_message_is_error(DBusMessage* message, const(char)* error_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_is_method_call
dbus_bool_t dbus_message_is_method_call(DBusMessage* message, const(char)* iface, const(char)* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_is_signal
dbus_bool_t dbus_message_is_signal(DBusMessage* message, const(char)* iface, const(char)* signal_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_abandon_container
void dbus_message_iter_abandon_container(DBusMessageIter* iter, DBusMessageIter* sub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_append_basic
dbus_bool_t dbus_message_iter_append_basic(DBusMessageIter* iter, int type, const(void)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_append_fixed_array
dbus_bool_t dbus_message_iter_append_fixed_array(DBusMessageIter* iter, int element_type, const(void)* value, int n_elements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_close_container
dbus_bool_t dbus_message_iter_close_container(DBusMessageIter* iter, DBusMessageIter* sub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_get_arg_type
int dbus_message_iter_get_arg_type(DBusMessageIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_get_array_len
int dbus_message_iter_get_array_len(DBusMessageIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_get_basic
void dbus_message_iter_get_basic(DBusMessageIter* iter, void* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_get_element_type
int dbus_message_iter_get_element_type(DBusMessageIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_get_fixed_array
void dbus_message_iter_get_fixed_array(DBusMessageIter* iter, void* value, int* n_elements)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_get_signature
char* dbus_message_iter_get_signature(DBusMessageIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_has_next
dbus_bool_t dbus_message_iter_has_next(DBusMessageIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_init
dbus_bool_t dbus_message_iter_init(DBusMessage* message, DBusMessageIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_init_append
void dbus_message_iter_init_append(DBusMessage* message, DBusMessageIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_next
dbus_bool_t dbus_message_iter_next(DBusMessageIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_open_container
dbus_bool_t dbus_message_iter_open_container(DBusMessageIter* iter, int type, const(char)* contained_signature, DBusMessageIter* sub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_iter_recurse
void dbus_message_iter_recurse(DBusMessageIter* iter, DBusMessageIter* sub)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_lock
void dbus_message_lock(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_marshal
dbus_bool_t dbus_message_marshal(DBusMessage* msg, char** marshalled_data_p, int* len_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_new
DBusMessage* dbus_message_new(int message_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_new_error
DBusMessage* dbus_message_new_error(DBusMessage* reply_to, const(char)* error_name, const(char)* error_message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_new_error_printf
DBusMessage* dbus_message_new_error_printf(DBusMessage* reply_to, const(char)* error_name, const(char)* error_format, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_new_method_call
DBusMessage* dbus_message_new_method_call(const(char)* bus_name, const(char)* path, const(char)* iface, const(char)* method)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_new_method_return
DBusMessage* dbus_message_new_method_return(DBusMessage* method_call)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_new_signal
DBusMessage* dbus_message_new_signal(const(char)* path, const(char)* iface, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_ref
DBusMessage* dbus_message_ref(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_auto_start
void dbus_message_set_auto_start(DBusMessage* message, dbus_bool_t auto_start)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_data
dbus_bool_t dbus_message_set_data(DBusMessage* message, dbus_int32_t slot, void* data, DBusFreeFunction free_data_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_destination
dbus_bool_t dbus_message_set_destination(DBusMessage* message, const(char)* destination)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_error_name
dbus_bool_t dbus_message_set_error_name(DBusMessage* message, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_interface
dbus_bool_t dbus_message_set_interface(DBusMessage* message, const(char)* iface)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_member
dbus_bool_t dbus_message_set_member(DBusMessage* message, const(char)* member)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_no_reply
void dbus_message_set_no_reply(DBusMessage* message, dbus_bool_t no_reply)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_path
dbus_bool_t dbus_message_set_path(DBusMessage* message, const(char)* object_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_reply_serial
dbus_bool_t dbus_message_set_reply_serial(DBusMessage* message, dbus_uint32_t reply_serial)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_sender
dbus_bool_t dbus_message_set_sender(DBusMessage* message, const(char)* sender)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_set_serial
void dbus_message_set_serial(DBusMessage* message, dbus_uint32_t serial)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_type_from_string
int dbus_message_type_from_string(const(char)* type_str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_type_to_string
const(char)* dbus_message_type_to_string(int type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_message_unref
void dbus_message_unref(DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_move_error
void dbus_move_error(DBusError* src, DBusError* dest)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_parse_address
dbus_bool_t dbus_parse_address(const(char)* address, DBusAddressEntry*** entry, int* array_len, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_allocate_data_slot
dbus_bool_t dbus_pending_call_allocate_data_slot(dbus_int32_t* slot_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_block
void dbus_pending_call_block(DBusPendingCall* pending)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_cancel
void dbus_pending_call_cancel(DBusPendingCall* pending)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_free_data_slot
void dbus_pending_call_free_data_slot(dbus_int32_t* slot_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_get_completed
dbus_bool_t dbus_pending_call_get_completed(DBusPendingCall* pending)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_get_data
void* dbus_pending_call_get_data(DBusPendingCall* pending, dbus_int32_t slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_ref
DBusPendingCall* dbus_pending_call_ref(DBusPendingCall* pending)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_set_data
dbus_bool_t dbus_pending_call_set_data(DBusPendingCall* pending, dbus_int32_t slot, void* data, DBusFreeFunction free_data_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_set_notify
dbus_bool_t dbus_pending_call_set_notify(DBusPendingCall* pending, DBusPendingCallNotifyFunction function_, void* user_data, DBusFreeFunction free_user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_steal_reply
DBusMessage* dbus_pending_call_steal_reply(DBusPendingCall* pending)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_pending_call_unref
void dbus_pending_call_unref(DBusPendingCall* pending)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_realloc
void* dbus_realloc(void* memory, size_t bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_allocate_data_slot
dbus_bool_t dbus_server_allocate_data_slot(dbus_int32_t* slot_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_disconnect
void dbus_server_disconnect(DBusServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_free_data_slot
void dbus_server_free_data_slot(dbus_int32_t* slot_p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_get_address
char* dbus_server_get_address(DBusServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_get_data
void* dbus_server_get_data(DBusServer* server, int slot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_get_id
char* dbus_server_get_id(DBusServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_get_is_connected
dbus_bool_t dbus_server_get_is_connected(DBusServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_listen
DBusServer* dbus_server_listen(const(char)* address, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_ref
DBusServer* dbus_server_ref(DBusServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_set_auth_mechanisms
dbus_bool_t dbus_server_set_auth_mechanisms(DBusServer* server, const(char*)* mechanisms)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_set_data
dbus_bool_t dbus_server_set_data(DBusServer* server, int slot, void* data, DBusFreeFunction free_data_func)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_set_new_connection_function
void dbus_server_set_new_connection_function(DBusServer* server, DBusNewConnectionFunction function_, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_set_timeout_functions
dbus_bool_t dbus_server_set_timeout_functions(DBusServer* server, DBusAddTimeoutFunction add_function, DBusRemoveTimeoutFunction remove_function, DBusTimeoutToggledFunction toggled_function, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_set_watch_functions
dbus_bool_t dbus_server_set_watch_functions(DBusServer* server, DBusAddWatchFunction add_function, DBusRemoveWatchFunction remove_function, DBusWatchToggledFunction toggled_function, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_server_unref
void dbus_server_unref(DBusServer* server)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_set_error
void dbus_set_error(DBusError* error, const(char)* name, const(char)* message, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_set_error_const
void dbus_set_error_const(DBusError* error, const(char)* name, const(char)* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_set_error_from_message
dbus_bool_t dbus_set_error_from_message(DBusError* error, DBusMessage* message)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_setenv
dbus_bool_t dbus_setenv(const(char)* variable, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_shutdown
void dbus_shutdown()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_signature_iter_get_current_type
int dbus_signature_iter_get_current_type(const(DBusSignatureIter)* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_signature_iter_get_element_type
int dbus_signature_iter_get_element_type(const(DBusSignatureIter)* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_signature_iter_get_signature
char* dbus_signature_iter_get_signature(const(DBusSignatureIter)* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_signature_iter_init
void dbus_signature_iter_init(DBusSignatureIter* iter, const(char)* signature)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_signature_iter_next
dbus_bool_t dbus_signature_iter_next(DBusSignatureIter* iter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_signature_iter_recurse
void dbus_signature_iter_recurse(const(DBusSignatureIter)* iter, DBusSignatureIter* subiter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_signature_validate
dbus_bool_t dbus_signature_validate(const(char)* signature, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_signature_validate_single
dbus_bool_t dbus_signature_validate_single(const(char)* signature, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_threads_init
dbus_bool_t dbus_threads_init(const(DBusThreadFunctions)* functions)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_threads_init_default
dbus_bool_t dbus_threads_init_default()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_timeout_get_data
void* dbus_timeout_get_data(DBusTimeout* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_timeout_get_enabled
dbus_bool_t dbus_timeout_get_enabled(DBusTimeout* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_timeout_get_interval
int dbus_timeout_get_interval(DBusTimeout* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_timeout_handle
dbus_bool_t dbus_timeout_handle(DBusTimeout* timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_timeout_set_data
void dbus_timeout_set_data(DBusTimeout* timeout, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_type_is_basic
dbus_bool_t dbus_type_is_basic(int typecode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_type_is_container
dbus_bool_t dbus_type_is_container(int typecode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_type_is_fixed
dbus_bool_t dbus_type_is_fixed(int typecode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_type_is_valid
dbus_bool_t dbus_type_is_valid(int typecode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_validate_bus_name
dbus_bool_t dbus_validate_bus_name(const(char)* name, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_validate_error_name
dbus_bool_t dbus_validate_error_name(const(char)* name, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_validate_interface
dbus_bool_t dbus_validate_interface(const(char)* name, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_validate_member
dbus_bool_t dbus_validate_member(const(char)* name, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_validate_path
dbus_bool_t dbus_validate_path(const(char)* path, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_validate_utf8
dbus_bool_t dbus_validate_utf8(const(char)* alleged_utf8, DBusError* error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_watch_get_data
void* dbus_watch_get_data(DBusWatch* watch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_watch_get_enabled
dbus_bool_t dbus_watch_get_enabled(DBusWatch* watch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_watch_get_fd
int dbus_watch_get_fd(DBusWatch* watch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_watch_get_flags
uint dbus_watch_get_flags(DBusWatch* watch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_watch_get_socket
int dbus_watch_get_socket(DBusWatch* watch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_watch_get_unix_fd
int dbus_watch_get_unix_fd(DBusWatch* watch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_watch_handle
dbus_bool_t dbus_watch_handle(DBusWatch* watch, uint flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
dbus_watch_set_data
void dbus_watch_set_data(DBusWatch* watch, void* data, DBusFreeFunction free_data_function)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

DBus8ByteStruct
struct DBus8ByteStruct
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusAddressEntry
struct DBusAddressEntry
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusCondVar
struct DBusCondVar
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusConnection
struct DBusConnection
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusError
struct DBusError
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusMessage
struct DBusMessage
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusMessageIter
struct DBusMessageIter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusMutex
struct DBusMutex
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusObjectPathVTable
struct DBusObjectPathVTable
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusPendingCall
struct DBusPendingCall
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusPreallocatedSend
struct DBusPreallocatedSend
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusServer
struct DBusServer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusSignatureIter
struct DBusSignatureIter
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusThreadFunctions
struct DBusThreadFunctions
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusTimeout
struct DBusTimeout
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
DBusWatch
struct DBusWatch
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

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

Meta