Handbook
Glossary
g_dbus_proxy_new_for_bus ( bus_type flags info name object_path interface_name cancellable callback user_data -- )
Vocabulary
gio
.
ffi
Inputs
bus_type
an
object
flags
an
object
info
an
object
name
an
object
object_path
an
object
interface_name
an
object
cancellable
an
object
callback
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_dbus_proxy_new_for_bus
(
GBusType
bus_type,
GDBusProxyFlags
flags,
GDBusInterfaceInfo* info, gchar* name, gchar* object_path,
gchar* interface_name, GCancellable* cancellable,
GAsyncReadyCallback
callback,
gpointer
user_data )