Handbook
Glossary
g_bus_own_name_on_connection_with_closures ( connection name flags name_acquired_closure name_lost_closure -- guint )
Vocabulary
gio
.
ffi
Inputs
connection
an
object
name
an
object
flags
an
object
name_acquired_closure
an
object
name_lost_closure
an
object
Outputs
guint
an
object
Definition
USING:
alien.syntax
gobject-introspection.standard-types
gobject.ffi
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
guint
g_bus_own_name_on_connection_with_closures
( GDBusConnection* connection, gchar* name,
GBusNameOwnerFlags
flags, GClosure* name_acquired_closure,
GClosure* name_lost_closure )