Top |
xmlNode * | ags_connection_editor_bulk_to_xml_node () |
void | ags_connection_editor_bulk_from_xml_node () |
AgsConnectionEditorBulk * | ags_connection_editor_bulk_new () |
AgsConnectionEditorBulk is a composite widget to edit all aspects of AgsAudio. It consists of multiple child editor bulks.
xmlNode *
ags_connection_editor_bulk_to_xml_node
(AgsConnectionEditorBulk *connection_editor_bulk
);
Serialize connection_editor_bulk
to xmlNode.
Since: 4.0.0
void ags_connection_editor_bulk_from_xml_node (AgsConnectionEditorBulk *connection_editor_bulk
,xmlNode *node
);
Parse node
and apply to connection_editor_bulk
.
Since: 4.0.0