#include <dbus-connection.h>
Data Fields | |
| DBusObjectPathUnregisterFunction | unregister_function |
| Function to unregister this handler. | |
| DBusObjectPathMessageFunction | message_function |
| Function to handle messages. | |
| void(* | dbus_internal_pad1 )(void *) |
| Reserved for future expansion. | |
| void(* | dbus_internal_pad2 )(void *) |
| Reserved for future expansion. | |
| void(* | dbus_internal_pad3 )(void *) |
| Reserved for future expansion. | |
| void(* | dbus_internal_pad4 )(void *) |
| Reserved for future expansion. | |
Attach the vtable to a particular path using dbus_connection_register_object_path() or dbus_connection_register_fallback().
Definition at line 316 of file dbus-connection.h.
1.5.6