Handbook
Glossary
g_dbus_connection_send_message_with_reply_sync ( dbus_connection message flags timeout_msec out_serial cancellable error -- GDBusMessage* )
Vocabulary
gio
.
ffi
Inputs
dbus_connection
an
object
message
an
object
flags
an
object
timeout_msec
an
object
out_serial
an
object
cancellable
an
object
error
an
object
Outputs
GDBusMessage*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GDBusMessage*
g_dbus_connection_send_message_with_reply_sync
( GDBusConnection* dbus_connection, GDBusMessage* message,
GDBusSendMessageFlags
flags,
gint
timeout_msec,
guint32
out_serial, GCancellable* cancellable, GError* error )