Handbook
Glossary
g_dbus_proxy_call_with_unix_fd_list_sync ( dbus_proxy method_name parameters flags timeout_msec fd_list out_fd_list 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
fd_list
an
object
out_fd_list
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_with_unix_fd_list_sync
( GDBusProxy* dbus_proxy, gchar* method_name, GVariant*
parameters,
GDBusCallFlags
flags,
gint
timeout_msec,
GUnixFDList* fd_list, GUnixFDList** out_fd_list,
GCancellable* cancellable, GError* error )