Handbook
Glossary
g_dbus_proxy_call_sync ( dbus_proxy method_name parameters flags timeout_msec cancellable error -- GVariant* )
Vocabulary
gio
.
ffi
Inputs
dbus_proxy
an
object
method_name
an
object
parameters
an
object
flags
an
object
timeout_msec
an
object
cancellable
an
object
error
an
object
Outputs
GVariant*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GVariant*
g_dbus_proxy_call_sync
( GDBusProxy* dbus_proxy, gchar* method_name, GVariant*
parameters,
GDBusCallFlags
flags,
gint
timeout_msec,
GCancellable* cancellable, GError* error )