Top |
AgsController * | osc-xmlrpc-controller | Read / Write |
AgsServer * | xmlrpc-server | Read / Write |
void ags_osc_xmlrpc_server_add_websocket_handler (AgsOscXmlrpcServer *osc_xmlrpc_server
,char *path
,char *origin
,char **protocols
,SoupServerWebsocketCallback callback
,gpointer user_data
,GDestroyNotify destroy
);
Add websocket handler to soup server.
osc_xmlrpc_server |
||
path |
the path |
|
origin |
the origin |
|
protocols |
the protocls as string vector |
|
callback |
the callback |
|
user_data |
user data |
|
destroy |
destroy notify function |
Since: 3.0.0
void
ags_osc_xmlrpc_server_add_default_controller
(AgsOscXmlrpcServer *osc_xmlrpc_server
);
AgsOscXmlrpcServer * ags_osc_xmlrpc_server_new ();
Creates a new instance of AgsOscXmlrpcServer
Since: 3.0.0
“osc-xmlrpc-controller”
property “osc-xmlrpc-controller” AgsController *
The assigned AgsOscXmlrpcController.
Owner: AgsOscXmlrpcServer
Flags: Read / Write
Since: 3.0.0