Class
AgsFrontController
Instance methods
Methods inherited from AgsController (4)
ags_controller_add_resource
Add controller_resource
with key resource_name
to hash table.
since: 3.0.0
ags_controller_lookup_resource
Lookup key resource_name
in hash table.
since: 3.0.0
ags_controller_query_security_context
Query security_context
for login
.
since: 3.0.0
ags_controller_remove_resource
Remove key resource_name
from hash table.
since: 3.0.0
Properties
Properties inherited from AgsController (2)
Ags.Controller:context-path
The context path provided.
since: 3.0.0
Ags.Controller:server
The assigned AgsServer
.
since: 3.0.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct AgsFrontControllerClass {
AgsControllerClass controller;
gpointer (* do_request) (
AgsFrontController* front_controller,
SoupServerMessage* msg,
GHashTable* query,
GObject* security_context,
gchar* path,
gchar* login,
gchar* security_token
);
}
No description available.
Class members
controller: AgsControllerClass
No description available.
do_request: gpointer (* do_request) ( AgsFrontController* front_controller, SoupServerMessage* msg, GHashTable* query, GObject* security_context, gchar* path, gchar* login, gchar* security_token )
No description available.
Virtual methods
Ags.FrontControllerClass.do_request
Do a XML-RPC request for the given path
with query
.
since: 3.0.0