| Top |
| #define | AGS_SFZ_GROUP_GET_OBJ_MUTEX() |
| pthread_mutex_t * | ags_sfz_group_get_class_mutex () |
| gboolean | ags_sfz_group_test_flags () |
| void | ags_sfz_group_set_flags () |
| void | ags_sfz_group_unset_flags () |
| void | ags_sfz_group_insert_control () |
| gchar * | ags_sfz_group_lookup_control () |
| AgsSFZGroup * | ags_sfz_group_new () |
| #define | AGS_IS_SFZ_GROUP() |
| #define | AGS_SFZ_GROUP() |
| #define | AGS_SFZ_GROUP_CLASS() |
| #define | AGS_SFZ_GROUP_GET_CLASS() |
| GType | ags_sfz_group_get_type () |
| enum | AgsSFZGroupFlags |
| #define | AGS_TYPE_SFZ_GROUP |
| struct | AgsSFZGroup |
| struct | AgsSFZGroupClass |
#define AGS_SFZ_GROUP_GET_OBJ_MUTEX(obj) (((AgsSFZGroup *) obj)->obj_mutex)
pthread_mutex_t *
ags_sfz_group_get_class_mutex ();
Use this function's returned mutex to access mutex fields.
Since: 2.3.0
gboolean ags_sfz_group_test_flags (AgsSFZGroup *sfz_group,guint flags);
Test flags
to be set on sfz_group
.
Since: 2.3.0
void ags_sfz_group_set_flags (AgsSFZGroup *sfz_group,guint flags);
Enable a feature of sfz_group
.
Since: 2.3.0
void ags_sfz_group_unset_flags (AgsSFZGroup *sfz_group,guint flags);
Disable a feature of sfz_group
.
Since: 2.3.0
void ags_sfz_group_insert_control (AgsSFZGroup *sfz_group,gchar *key,gchar *value);
Insert control specified by key
and value
to sfz_group
.
Since: 2.3.0
gchar * ags_sfz_group_lookup_control (AgsSFZGroup *sfz_group,gchar *key);
Lookup control specified by key
of sfz_group
.
Since: 2.3.0
AgsSFZGroup * ags_sfz_group_new ();
Creates a new instance of AgsSFZGroup.
Since: 2.3.0
#define AGS_IS_SFZ_GROUP(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_SFZ_GROUP))
#define AGS_SFZ_GROUP(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_SFZ_GROUP, AgsSFZGroup))
#define AGS_SFZ_GROUP_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_SFZ_GROUP, AgsSFZGroupClass))
#define AGS_SFZ_GROUP_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_SFZ_GROUP, AgsSFZGroupClass))
Enum values to control the behavior or indicate internal state of AgsSFZGroup by enable/disable as flags.
“nth-group” property“nth-group” gint
The nth group.
Flags: Read / Write
Allowed values: >= -1
Default value: -1
Since: 2.3.0