Method

AgsServeradd_controller

since: 3.0.0

Declaration [src]

void
ags_server_add_controller (
  AgsServer* server,
  GObject* controller
)

Description [src]

Add controller to server.

Available since: 3.0.0

Parameters

controller

Type: GObject

The AgsController.

The data is owned by the caller of the function.