| Top |
| pthread_mutex_t * | ags_ipatch_sample_get_class_mutex () |
| gboolean | ags_ipatch_sample_test_flags () |
| void | ags_ipatch_sample_set_flags () |
| void | ags_ipatch_sample_unset_flags () |
| AgsIpatchSample * | ags_ipatch_sample_new () |
| #define | AGS_IPATCH_SAMPLE() |
| #define | AGS_IPATCH_SAMPLE_CLASS() |
| #define | AGS_IPATCH_SAMPLE_GET_CLASS() |
| #define | AGS_IS_IPATCH_SAMPLE() |
| GType | ags_ipatch_sample_get_type () |
| enum | AgsIpatchSampleFlags |
| #define | AGS_TYPE_IPATCH_SAMPLE |
| struct | AgsIpatchSample |
| struct | AgsIpatchSampleClass |
pthread_mutex_t *
ags_ipatch_sample_get_class_mutex ();
Use this function's returned mutex to access mutex fields.
Since: 2.0.36
gboolean ags_ipatch_sample_test_flags (AgsIpatchSample *ipatch_sample,guint flags);
Test flags
to be set on ipatch_sample
.
Since: 2.0.36
void ags_ipatch_sample_set_flags (AgsIpatchSample *ipatch_sample,guint flags);
Enable a feature of ipatch_sample
.
Since: 2.0.36
void ags_ipatch_sample_unset_flags (AgsIpatchSample *ipatch_sample,guint flags);
Disable a feature of ipatch_sample
.
Since: 2.0.36
AgsIpatchSample * ags_ipatch_sample_new ();
Creates a new instance of AgsIpatchSample.
Since: 2.0.0
#define AGS_IPATCH_SAMPLE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_IPATCH_SAMPLE, AgsIpatchSample))
#define AGS_IPATCH_SAMPLE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_IPATCH_SAMPLE, AgsIpatchSampleClass))
#define AGS_IPATCH_SAMPLE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), AGS_TYPE_IPATCH_SAMPLE, AgsIpatchSampleClass))
#define AGS_IS_IPATCH_SAMPLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), AGS_TYPE_IPATCH_SAMPLE))
Enum values to control the behavior or indicate internal state of AgsIpatchSample by enable/disable as flags.