GObject.Object
Gio.DBusMethodInvocation
| Import line: | Gio = imports.gi.Gio; |
| GIR File: | Gio-2.0.gir |
| C documentation: | GDBusMethodInvocation |
| Class : | DBusMethodInvocation |
| Extends: | GObject.Object |
| Show / Hide Inherited methods, properties and signals |
| Properties | Defined By | |
|---|---|---|
|
parent_instance : GObject.Object
read only
|
Gio.DBusMethodInvocation | |
|
priv : Gio.DBusMethodInvocationPrivate
read only
|
Gio.DBusMethodInvocation | |
| Method / Constructor | Defined By | |
|---|---|---|
|
new Gio.DBusMethodInvocation
(Object properties)
Create a new Gio.DBusMethodInvocation
Create a new Gio.DBusMethodInvocation
|
||
|
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
Create a new Gio.DBusMethodInvocation
|
||
|
get_connection
()
:
Gio.DBusConnection
|
Gio.DBusMethodInvocation | |
|
get_interface_name
()
:
String
|
Gio.DBusMethodInvocation | |
|
get_message
()
:
Gio.DBusMessage
|
Gio.DBusMethodInvocation | |
|
get_method_info
()
:
Gio.DBusMethodInfo
|
Gio.DBusMethodInvocation | |
|
get_method_name
()
:
String
|
Gio.DBusMethodInvocation | |
|
get_object_path
()
:
String
|
Gio.DBusMethodInvocation | |
|
get_parameters
()
:
GLib.Variant
|
Gio.DBusMethodInvocation | |
|
get_sender
()
:
String
|
Gio.DBusMethodInvocation | |
|
get_user_data
()
:
void*
|
Gio.DBusMethodInvocation | |
| Gio.DBusMethodInvocation | ||
| Gio.DBusMethodInvocation | ||
|
return_gerror
(Object error)
:
none
|
Gio.DBusMethodInvocation | |
|
return_value
(Variant parameters)
:
none
|
Gio.DBusMethodInvocation | |
| None |