Virtual table for handling properties and method calls for a D-Bus
interface.
If you want to handle getting/setting D-Bus properties asynchronously, simply
register an object with the org.freedesktop.DBus.Properties
D-Bus interface using g_dbus_connection_register_object().
GDBusInterfaceMethodCallFunc method_call;
Function for handling incoming method calls.
GDBusInterfaceGetPropertyFunc get_property;
Function for getting a property.
GDBusInterfaceSetPropertyFunc set_property;
Function for setting a property.
Since 2.26
Virtual table for handling properties and method calls for a D-Bus interface. If you want to handle getting/setting D-Bus properties asynchronously, simply register an object with the org.freedesktop.DBus.Properties D-Bus interface using g_dbus_connection_register_object(). GDBusInterfaceMethodCallFunc method_call; Function for handling incoming method calls. GDBusInterfaceGetPropertyFunc get_property; Function for getting a property. GDBusInterfaceSetPropertyFunc set_property; Function for setting a property. Since 2.26