Top | ![]() |
![]() |
![]() |
![]() |
#define | AGS_TRACK_GET_OBJ_MUTEX() |
pthread_mutex_t * | ags_track_get_class_mutex () |
gboolean | ags_track_test_flags () |
void | ags_track_set_flags () |
void | ags_track_unset_flags () |
gint | ags_track_sort_func () |
AgsTrack * | ags_track_duplicate () |
AgsTrack * | ags_track_new () |
#define | AGS_IS_TRACK() |
#define | AGS_TRACK() |
#define | AGS_TRACK_CLASS() |
#define | AGS_TRACK_GET_CLASS() |
GType | ags_track_get_type () |
pthread_mutex_t *
ags_track_get_class_mutex ();
Use this function's returned mutex to access mutex fields.
Since: 2.0.0
gboolean ags_track_test_flags (AgsTrack *track
,guint flags
);
Test flags
to be set on track
.
Since: 2.0.0
void ags_track_set_flags (AgsTrack *track
,guint flags
);
Set flags
on track
.
Since: 2.0.0
void ags_track_unset_flags (AgsTrack *track
,guint flags
);
Unset flags
on track
.
Since: 2.0.0
gint ags_track_sort_func (gconstpointer a
,gconstpointer b
);
Sort tracks.
Since: 2.0.0
AgsTrack *
ags_track_duplicate (AgsTrack *track
);
Duplicate a track.
Since: 2.0.0
#define AGS_TRACK_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_TRACK, AgsTrackClass))
#define AGS_TRACK_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_TRACK, AgsTrackClass))
Enum values to control the behavior or indicate internal state of AgsTrack by enable/disable as flags.