Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.DBusMessage

Class Gio.DBusMessage

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GDBusMessage
Class : DBusMessage
Extends: GObject.Object
A type for representing D-Bus messages that can be sent or received
on a GDBusConnection.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gio.DBusConnection
Method
send_message (DBusMessage message, DBusSendMessageFlags flags, guint32 out_serial) : gboolean
Asynchronously sends message to the peer represented by connection.
Gio.DBusConnection
Method
send_message_with_reply (DBusMessage message, DBusSendMessageFlags flags, gint32 timeout_msec, guint32 out_serial, Cancellable cancellable, Function callback, void* user_data) : none
Asynchronously sends message to the peer represented by connection.
Gio.DBusConnection
Method
send_message_with_reply_finish (AsyncResult res) : Gio.DBusMessage
Finishes an operation started with g_dbus_connection_send_message_with_reply().
Gio.DBusConnection
Method
send_message_with_reply_sync (DBusMessage message, DBusSendMessageFlags flags, gint32 timeout_msec, guint32 out_serial, Cancellable cancellable) : Gio.DBusMessage
Synchronously sends message to the peer represented by connection
and blocks the calling thread until a reply is received or the
timeout is reached.
Gio.DBusMethodInvocation
Method
get_message () : Gio.DBusMessage
Gets the GDBusMessage for the method invocation.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:09 GMT+0800 (HKT)