| Top |
| #define | AGS_IPATCH_SAMPLE_GET_OBJ_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() |
| #define | AGS_IS_IPATCH_SAMPLE_CLASS() |
| GType | ags_ipatch_sample_get_type () |
| enum | AgsIpatchSampleFlags |
| #define | AGS_TYPE_IPATCH_SAMPLE |
| struct | AgsIpatchSample |
| struct | AgsIpatchSampleClass |
#define AGS_IPATCH_SAMPLE_GET_OBJ_MUTEX(obj) (&(((AgsIpatchSample *) obj)->obj_mutex))
gboolean ags_ipatch_sample_test_flags (AgsIpatchSample *ipatch_sample,guint flags);
Test flags
to be set on ipatch_sample
.
Since: 3.0.0
void ags_ipatch_sample_set_flags (AgsIpatchSample *ipatch_sample,guint flags);
Enable a feature of ipatch_sample
.
Since: 3.0.0
void ags_ipatch_sample_unset_flags (AgsIpatchSample *ipatch_sample,guint flags);
Disable a feature of ipatch_sample
.
Since: 3.0.0
AgsIpatchSample * ags_ipatch_sample_new ();
Creates a new instance of AgsIpatchSample.
Since: 3.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))
#define AGS_IS_IPATCH_SAMPLE_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE ((class), AGS_TYPE_IPATCH_SAMPLE))
Enum values to control the behavior or indicate internal state of AgsIpatchSample by enable/disable as flags.