| Top |
gboolean ags_osc_front_controller_test_flags (AgsOscFrontController *osc_front_controller,guint flags);
Test flags
to be set on osc_front_controller
.
Since: 3.0.0
void ags_osc_front_controller_set_flags (AgsOscFrontController *osc_front_controller,guint flags);
Set flags.
Since: 3.0.0
void ags_osc_front_controller_unset_flags (AgsOscFrontController *osc_front_controller,guint flags);
Unset flags.
Since: 3.0.0
void ags_osc_front_controller_add_message (AgsOscFrontController *osc_front_controller,GObject *message);
Add message
to osc_front_controller
.
Since: 3.0.0
void ags_osc_front_controller_remove_message (AgsOscFrontController *osc_front_controller,GObject *message);
Remove message
from osc_front_controller
.
Since: 3.0.0
void
ags_osc_front_controller_start_delegate
(AgsOscFrontController *osc_front_controller);
Start delegating.
Since: 3.0.0
void
ags_osc_front_controller_stop_delegate
(AgsOscFrontController *osc_front_controller);
Stop delegating.
Since: 3.0.0
gpointer ags_osc_front_controller_do_request (AgsOscFrontController *osc_front_controller,AgsOscConnection *osc_connection,guchar *packet,gsize packet_size);
AgsOscFrontController * ags_osc_front_controller_new ();
Instantiate new AgsOscFrontController
Since: 3.0.0