| 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_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
Enum values to control the behavior or indicate internal state of AgsIpatchSample by enable/disable as flags.