DBusObjectPathVTable Struct Reference

#include <stdapis/dbus-1.0/dbus/dbus-connection.h>

struct DBusObjectPathVTable

Detailed Description

Virtual table that must be implemented to handle a portion of the object path hierarchy. Attach the vtable to a particular path using dbus_connection_register_object_path() or dbus_connection_register_fallback().

Member Attribute Documentation

dbus_internal_pad1

void(*dbus_internal_pad1

Reserved for future expansion

dbus_internal_pad2

void(*dbus_internal_pad2

Reserved for future expansion

dbus_internal_pad3

void(*dbus_internal_pad3

Reserved for future expansion

dbus_internal_pad4

void(*dbus_internal_pad4

Reserved for future expansion

message_function

Function to handle messages

unregister_function

Function to unregister this handler