Top | ![]() |
![]() |
![]() |
![]() |
void | ags_connection_editor_set_machine () |
AgsConnectionEditor * | ags_connection_editor_new () |
#define | AGS_CONNECTION_EDITOR() |
#define | AGS_CONNECTION_EDITOR_CLASS() |
#define | AGS_CONNECTION_EDITOR_GET_CLASS() |
#define | AGS_IS_CONNECTION_EDITOR() |
GType | ags_connection_editor_get_type () |
#define | AGS_CONNECTION_EDITOR_DEFAULT_VERSION |
#define | AGS_CONNECTION_EDITOR_DEFAULT_BUILD_ID |
enum | AgsConnectionEditorFlags |
#define | AGS_TYPE_CONNECTION_EDITOR |
struct | AgsConnectionEditor |
struct | AgsConnectionEditorClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── AgsConnectionEditor
AgsConnectionEditor implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.
AgsConnectionEditor is a composite widget intended to assign output or input soundcards. It consists of multiple child editors.
void ags_connection_editor_set_machine (AgsConnectionEditor *connection_editor
,AgsMachine *machine
);
Is emitted as machine gets modified.
Since: 2.0.0
AgsConnectionEditor *
ags_connection_editor_new (AgsMachine *machine
);
Create a new instance of AgsConnectionEditor
Since: 2.0.0
#define AGS_CONNECTION_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR, AgsConnectionEditor))
#define AGS_CONNECTION_EDITOR_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR, AgsConnectionEditorClass))
#define AGS_CONNECTION_EDITOR_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR, AgsConnectionEditorClass))
#define AGS_IS_CONNECTION_EDITOR(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR))
#define AGS_CONNECTION_EDITOR_DEFAULT_BUILD_ID "Sun Aug 26 19:06:10 UTC 2018"
“machine”
property“machine” AgsMachine *
The machine which this machine editor is assigned with.
Flags: Read / Write
“set-machine”
signalvoid user_function (AgsConnectionEditor *agsconnectioneditor, GObject *arg1, gpointer user_data)
Flags: Run Last