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
  Show / Hide Inherited methods, properties and signals
The GDBusMessage structure contains only private data and should only be accessed using the provided API.
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, Object out_values) : Boolean
Gio.DBusConnection
Method
send_message_with_reply (DBusMessage message, Number timeout_msec, Number out_serial, Cancellable cancellable, Function callback, void* user_data) : Number
Gio.DBusConnection
Method
send_message_with_reply_finish (AsyncResult res) : Gio.DBusMessage
Gio.DBusConnection
Method
send_message_with_reply_sync (DBusMessage message, Number timeout_msec, Object out_values, Cancellable cancellable) : Gio.DBusMessage
Gio.DBusMethodInvocation
Method
new Gio.DBusMethodInvocation.c_new (String sender, String object_path, String interface_name, String method_name, DBusMethodInfo method_info, DBusConnection connection, DBusMessage message, Variant parameters, void* user_data) : Gio.DBusMethodInvocation
Create a new Gio.DBusMethodInvocation
Gio.DBusMethodInvocation
Method
get_message () : Gio.DBusMessage
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:33:28 GMT+0800 (HKT)