Class

AgsController

[]

Description

class Ags.Controller : GObject.Object
{
  obj_mutex: GRecMutex,
  server: GObject*,
  context_path: gchar*,
  resource: GHashTable*
}

No description available.

[]

Ancestors

Descendants

[]

Constructors

ags_controller_new

Instantiate new AgsController.

since: 3.0.0

[]

Instance methods

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

Methods inherited from GObject (43)
[]

Properties

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)

Class structure

[]

Virtual methods

Ags.ControllerClass.query_security_context

Query security_context for login.

since: 3.0.0