Handbook
Glossary
g_dbus_connection_register_object_with_closures ( dbus_connection object_path interface_info method_call_closure get_property_closure set_property_closure error -- guint )
Vocabulary
gio
.
ffi
Inputs
dbus_connection
an
object
object_path
an
object
interface_info
an
object
method_call_closure
an
object
get_property_closure
an
object
set_property_closure
an
object
error
an
object
Outputs
guint
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
gobject.ffi
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
guint
g_dbus_connection_register_object_with_closures
( GDBusConnection* dbus_connection, gchar* object_path,
GDBusInterfaceInfo* interface_info, GClosure*
method_call_closure, GClosure* get_property_closure,
GClosure* set_property_closure, GError* error )