Class
AgsAudioOscXmlrpcController
Description
class AgsAudio.OscXmlrpcController : Ags.Controller
implements Ags.PluginController {
flags: AgsOscXmlrpcControllerFlags,
osc_xmlrpc_server: GObject*,
do_reset: volatile gboolean,
delegate_mutex: GMutex,
delegate_cond: GCond,
message: GList*,
queued_response: GList*
}
No description available.
Instance methods
Methods inherited from AgsController (4)
ags_controller_add_resource
Add controller_resource
with key resource_name
to hash table.
ags_controller_lookup_resource
Lookup key resource_name
in hash table.
ags_controller_query_security_context
Query security_context
for login
.
ags_controller_remove_resource
Remove key resource_name
from hash table.
Methods inherited from AgsPluginController (1)
ags_plugin_controller_do_request
Do request.
Properties
Properties inherited from AgsController (2)
Ags.Controller:context-path
The context path provided.
Ags.Controller:server
The assigned AgsServer
.
Signals
AgsAudio.OscXmlrpcController::start-delegate
The ::start-delegate signal is emited during start of delegating messages.
since: 3.0.0
AgsAudio.OscXmlrpcController::stop-delegate
The ::stop-delegate signal is emited during stop of delegating messages.
since: 3.0.0
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 AgsAudioOscXmlrpcControllerClass {
AgsControllerClass controller;
void (* start_delegate) (
AgsOscXmlrpcController* osc_xmlrpc_controller
);
void (* stop_delegate) (
AgsOscXmlrpcController* osc_xmlrpc_controller
);
}
No description available.
Class members
controller: AgsControllerClass
No description available.
start_delegate: void (* start_delegate) ( AgsOscXmlrpcController* osc_xmlrpc_controller )
No description available.
stop_delegate: void (* stop_delegate) ( AgsOscXmlrpcController* osc_xmlrpc_controller )
No description available.