Back to Seed Clases

Gio


Classes

Interfaces

Structs

Unions

Enums

GObject.Object
parent-child marker Gio.DBusMethodInvocation

Class Gio.DBusMethodInvocation

Import line: Gio = imports.gi.Gio;
GIR File: Gio-2.0.gir
C documentation: GDBusMethodInvocation
Class : DBusMethodInvocation
Extends: GObject.Object
Instances of the GDBusMethodInvocation class are used when
handling D-Bus method calls. It provides a way to asynchronously
return results and errors.
The normal way to obtain a GDBusMethodInvocation object is to receive
it as an argument to the handle_method_call() function in a
GDBusInterfaceVTable that was passed to g_dbus_connection_register_object().
Properties
None
Methods / Constructors
Method / Constructor Defined By
 
new Gio.DBusMethodInvocation ()
Create a new Gio.DBusMethodInvocation
Create a new Gio.DBusMethodInvocation
 
Events
None
Used by These Methods / Signals / Properties- Nowhere other than here
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:11:10 GMT+0800 (HKT)