| Top |
| gboolean | ags_connection_editor_test_flags () |
| void | ags_connection_editor_set_flags () |
| void | ags_connection_editor_unset_flags () |
| void | ags_connection_editor_set_machine () |
| AgsConnectionEditor * | ags_connection_editor_new () |
AgsConnectionEditor is a composite widget intended to assign output or input soundcards. It consists of multiple child editors.
gboolean ags_connection_editor_test_flags (AgsConnectionEditor *connection_editor,guint flags);
Test flags
of connection_editor
.
Since: 4.5.0
void ags_connection_editor_set_flags (AgsConnectionEditor *connection_editor,guint flags);
Set flags
of connection_editor
.
Since: 4.5.0
void ags_connection_editor_unset_flags (AgsConnectionEditor *connection_editor,guint flags);
Unset flags
of connection_editor
.
Since: 4.5.0
void ags_connection_editor_set_machine (AgsConnectionEditor *connection_editor,AgsMachine *machine);
Is emitted as machine gets modified.
Since: 3.0.0
AgsConnectionEditor *
ags_connection_editor_new (AgsMachine *machine);
Create a new instance of AgsConnectionEditor
Since: 3.0.0