Handbook
Glossary
g_dbus_proxy_call ( dbus_proxy method_name parameters flags timeout_msec cancellable callback user_data -- )
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
callback
an
object
user_data
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_dbus_proxy_call
( GDBusProxy* dbus_proxy, gchar* method_name, GVariant*
parameters,
GDBusCallFlags
flags,
gint
timeout_msec,
GCancellable* cancellable,
GAsyncReadyCallback
callback,
gpointer
user_data )