g_dbus_connection_register_object_with_closures2 ( dbus_connection object_path interface_info method_call_closure get_property_closure set_property_closure error -- guint )


Vocabulary
gio.ffi

Inputs
dbus_connectionan object
object_pathan object
interface_infoan object
method_call_closurean object
get_property_closurean object
set_property_closurean object
erroran object


Outputs
guintan object


Definition


LIBRARY: gio FUNCTION: guint
g_dbus_connection_register_object_with_closures2
( GDBusConnection* dbus_connection, gchar* object_path,
GDBusInterfaceInfo* interface_info, GClosure*
method_call_closure, GClosure* get_property_closure,
GClosure* set_property_closure, GError* error )