Handbook
Glossary
g_dbus_proxy_new_sync ( connection flags info name object_path interface_name cancellable error -- GDBusProxy* )
Vocabulary
gio
.
ffi
Inputs
connection
an
object
flags
an
object
info
an
object
name
an
object
object_path
an
object
interface_name
an
object
cancellable
an
object
error
an
object
Outputs
GDBusProxy*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GDBusProxy*
g_dbus_proxy_new_sync
( GDBusConnection* connection,
GDBusProxyFlags
flags,
GDBusInterfaceInfo* info, gchar* name, gchar* object_path,
gchar* interface_name, GCancellable* cancellable, GError*
error )