| Top |
| #define | AGS_SFZ_GROUP_GET_OBJ_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_SFZ_GROUP_GET_OBJ_MUTEX(obj) (&(((AgsSFZGroup *) obj)->obj_mutex))
gboolean ags_sfz_group_test_flags (AgsSFZGroup *sfz_group,guint flags);
Test flags
to be set on sfz_group
.
Since: 3.0.0
void ags_sfz_group_set_flags (AgsSFZGroup *sfz_group,guint flags);
Enable a feature of sfz_group
.
Since: 3.0.0
void ags_sfz_group_unset_flags (AgsSFZGroup *sfz_group,guint flags);
Disable a feature of sfz_group
.
Since: 3.0.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: 3.0.0
gchar * ags_sfz_group_lookup_control (AgsSFZGroup *sfz_group,gchar *key);
Lookup control specified by key
of sfz_group
.
Since: 3.0.0
AgsSFZGroup * ags_sfz_group_new ();
Creates a new instance of AgsSFZGroup.
Since: 3.0.0
Enum values to control the behavior or indicate internal state of AgsSFZGroup by enable/disable as flags.