Ags.PluginController¶
- Implementations:
None
Methods¶
|
Virtual Methods¶
|
Properties¶
None
Signals¶
None
Fields¶
None
Class Details¶
- class Ags.PluginController¶
- Bases:
- Structure:
- do_request(msg, query, security_context, path, login, security_token)¶
- Parameters:
msg (
Soup.ServerMessage
) – theSoup.ServerMessage
query ({
object
:object
}) – theGLib.HashTable
security_context (
GObject.Object
) – theAgs.SecurityContext
path (
str
) – the context path to accesslogin (
str
) – the loginsecurity_token (
str
) – the security token
- Returns:
the
GLib.List
-struct containing #AgsResponse- Return type:
Do request.
New in version 3.0.0.
- do_do_request(msg, query, security_context, path, login, security_token) virtual¶
- Parameters:
msg (
Soup.ServerMessage
) – theSoup.ServerMessage
query ({
object
:object
}) – theGLib.HashTable
security_context (
GObject.Object
) – theAgs.SecurityContext
path (
str
) – the context path to accesslogin (
str
) – the loginsecurity_token (
str
) – the security token
- Returns:
the
GLib.List
-struct containing #AgsResponse- Return type:
Do request.
New in version 3.0.0.