c
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
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
Class / Namespace Method / Signal / Properties
Gdm.Chooser
Signal
handle_disconnect (Chooser self, DBusMethodInvocation invocation) : gboolean
Gdm.Chooser
Signal
handle_select_hostname (Chooser self, DBusMethodInvocation invocation, String arg_hostname) : gboolean
Gdm.Chooser
Method
complete_disconnect (DBusMethodInvocation invocation) : none
Gdm.Chooser
Method
complete_select_hostname (DBusMethodInvocation invocation) : none
Gdm.Greeter
Signal
handle_begin_auto_login (Greeter self, DBusMethodInvocation invocation, String arg_username) : gboolean
Gdm.Greeter
Signal
handle_select_language (Greeter self, DBusMethodInvocation invocation, String arg_language) : gboolean
Gdm.Greeter
Signal
handle_select_session (Greeter self, DBusMethodInvocation invocation, String arg_session) : gboolean
Gdm.Greeter
Signal
handle_select_user (Greeter self, DBusMethodInvocation invocation, String arg_username) : gboolean
Gdm.Greeter
Signal
handle_start_session_when_ready (Greeter self, DBusMethodInvocation invocation, String arg_service_name, gboolean arg_should_start_session) : gboolean
Gdm.Greeter
Method
complete_begin_auto_login (DBusMethodInvocation invocation) : none
Gdm.Greeter
Method
complete_select_language (DBusMethodInvocation invocation) : none
Gdm.Greeter
Method
complete_select_session (DBusMethodInvocation invocation) : none
Gdm.Greeter
Method
complete_select_user (DBusMethodInvocation invocation) : none
Gdm.Greeter
Method
complete_start_session_when_ready (DBusMethodInvocation invocation) : none
Gdm.Manager
Signal
handle_open_reauthentication_channel (Manager self, DBusMethodInvocation invocation, String arg_username) : gboolean
Gdm.Manager
Signal
handle_open_session (Manager self, DBusMethodInvocation invocation) : gboolean
Gdm.Manager
Method
complete_open_reauthentication_channel (DBusMethodInvocation invocation, String address) : none
Gdm.Manager
Method
complete_open_session (DBusMethodInvocation invocation, String address) : none
Gdm.RemoteGreeter
Signal
handle_disconnect (RemoteGreeter self, DBusMethodInvocation invocation) : gboolean
Gdm.RemoteGreeter
Method
complete_disconnect (DBusMethodInvocation invocation) : none
Gdm.UserVerifier
Signal
handle_answer_query (UserVerifier self, DBusMethodInvocation invocation, String arg_service_name, String arg_answer) : gboolean
Gdm.UserVerifier
Signal
handle_begin_verification (UserVerifier self, DBusMethodInvocation invocation, String arg_service_name) : gboolean
Gdm.UserVerifier
Signal
handle_begin_verification_for_user (UserVerifier self, DBusMethodInvocation invocation, String arg_service_name, String arg_username) : gboolean
Gdm.UserVerifier
Signal
handle_cancel (UserVerifier self, DBusMethodInvocation invocation) : gboolean
Gdm.UserVerifier
Method
complete_answer_query (DBusMethodInvocation invocation) : none
Gdm.UserVerifier
Method
complete_begin_verification (DBusMethodInvocation invocation) : none
Gdm.UserVerifier
Method
complete_begin_verification_for_user (DBusMethodInvocation invocation) : none
Gdm.UserVerifier
Method
complete_cancel (DBusMethodInvocation invocation) : none
Gdm.WorkerManager
Signal
handle_hello (WorkerManager self, DBusMethodInvocation invocation) : gboolean
Gdm.WorkerManager
Signal
handle_info (WorkerManager self, DBusMethodInvocation invocation, String arg_service_name, String arg_info) : gboolean
Gdm.WorkerManager
Signal
handle_info_query (WorkerManager self, DBusMethodInvocation invocation, String arg_service_name, String arg_query) : gboolean
Gdm.WorkerManager
Signal
handle_problem (WorkerManager self, DBusMethodInvocation invocation, String arg_service_name, String arg_problem) : gboolean
Gdm.WorkerManager
Signal
handle_secret_info_query (WorkerManager self, DBusMethodInvocation invocation, String arg_service_name, String arg_query) : gboolean
Gdm.WorkerManager
Method
complete_hello (DBusMethodInvocation invocation) : none
Gdm.WorkerManager
Method
complete_info (DBusMethodInvocation invocation) : none
Gdm.WorkerManager
Method
complete_info_query (DBusMethodInvocation invocation, String answer) : none
Gdm.WorkerManager
Method
complete_problem (DBusMethodInvocation invocation) : none
Gdm.WorkerManager
Method
complete_secret_info_query (DBusMethodInvocation invocation, String answer) : none
Gio.DBusInterfaceSkeleton
Signal
g_authorize_method (DBusInterfaceSkeleton self, DBusMethodInvocation invocation) : gboolean
Gio.DBusObjectSkeleton
Signal
authorize_method (DBusObjectSkeleton self, DBusInterfaceSkeleton interface, DBusMethodInvocation invocation) : gboolean
Goa.Account
Signal
handle_ensure_credentials (Account self, DBusMethodInvocation invocation) : gboolean
Goa.Account
Signal
handle_remove (Account self, DBusMethodInvocation invocation) : gboolean
Goa.Account
Method
complete_ensure_credentials (DBusMethodInvocation invocation, gint32 expires_in) : none
Goa.Account
Method
complete_remove (DBusMethodInvocation invocation) : none
Goa.Manager
Signal
handle_add_account (Manager self, DBusMethodInvocation invocation, String arg_provider, String arg_identity, String arg_presentation_identity, Variant arg_credentials, Variant arg_details) : gboolean
Goa.Manager
Method
complete_add_account (DBusMethodInvocation invocation, String account_object_path) : none
Goa.OAuth2Based
Signal
handle_get_access_token (OAuth2Based self, DBusMethodInvocation invocation) : gboolean
Goa.OAuth2Based
Method
complete_get_access_token (DBusMethodInvocation invocation, String access_token, gint32 expires_in) : none
Goa.OAuthBased
Signal
handle_get_access_token (OAuthBased self, DBusMethodInvocation invocation) : gboolean
Goa.OAuthBased
Method
complete_get_access_token (DBusMethodInvocation invocation, String access_token, String access_token_secret, gint32 expires_in) : none
Goa.PasswordBased
Signal
handle_get_password (PasswordBased self, DBusMethodInvocation invocation, String arg_id) : gboolean
Goa.PasswordBased
Method
complete_get_password (DBusMethodInvocation invocation, String password) : none
Goa.Ticketing
Signal
handle_get_ticket (Ticketing self, DBusMethodInvocation invocation) : gboolean
Goa.Ticketing
Method
complete_get_ticket (DBusMethodInvocation invocation) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:20:05 GMT+0800 (HKT)