Top | ![]() |
![]() |
![]() |
![]() |
Functions
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkBox ╰── AgsConnectionEditorCollection
Implemented Interfaces
AgsConnectionEditorCollection implements
Description
AgsConnectionEditorCollection is a composite widget to edit all aspects of
Functions
ags_connection_editor_collection_get_bulk ()
GList * ags_connection_editor_collection_get_bulk (AgsConnectionEditorCollection *connection_editor_collection
);
Get bulk.
Since:
ags_connection_editor_collection_add_bulk ()
void ags_connection_editor_collection_add_bulk (AgsConnectionEditorCollection *connection_editor_collection
,AgsConnectionEditorBulk *bulk
);
Add bulk
to connection_editor_collection
.
Since:
ags_connection_editor_collection_remove_bulk ()
void ags_connection_editor_collection_remove_bulk (AgsConnectionEditorCollection *connection_editor_collection
,AgsConnectionEditorBulk *bulk
);
Remove bulk
from connection_editor_collection
.
Since:
ags_connection_editor_collection_new ()
AgsConnectionEditorCollection *
ags_connection_editor_collection_new (GType channel_type
);
Creates an AgsConnectionEditorCollection
Since:
AGS_CONNECTION_EDITOR_COLLECTION()
#define AGS_CONNECTION_EDITOR_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_CONNECTION_EDITOR_COLLECTION, AgsConnectionEditorCollection))
AGS_CONNECTION_EDITOR_COLLECTION_CLASS()
#define AGS_CONNECTION_EDITOR_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_CONNECTION_EDITOR_COLLECTION, AgsConnectionEditorCollectionClass))
AGS_CONNECTION_EDITOR_COLLECTION_GET_CLASS()
#define AGS_CONNECTION_EDITOR_COLLECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_CONNECTION_EDITOR_COLLECTION, AgsConnectionEditorCollectionClass))
AGS_IS_CONNECTION_EDITOR_COLLECTION()
#define AGS_IS_CONNECTION_EDITOR_COLLECTION(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_CONNECTION_EDITOR_COLLECTION))
AGS_IS_CONNECTION_EDITOR_COLLECTION_CLASS()
#define AGS_IS_CONNECTION_EDITOR_COLLECTION_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_CONNECTION_EDITOR_COLLECTION))