| Top |
| #define | AGS_IPATCH_GET_OBJ_MUTEX() |
| gboolean | ags_ipatch_test_flags () |
| void | ags_ipatch_set_flags () |
| void | ags_ipatch_unset_flags () |
| gboolean | ags_ipatch_check_suffix () |
| AgsIpatch * | ags_ipatch_new () |
| #define | AGS_IPATCH_DEFAULT_CHANNELS |
| #define | AGS_IPATCH_READ |
| #define | AGS_IPATCH_WRITE |
| enum | AgsIpatchFlags |
#define AGS_IPATCH_GET_OBJ_MUTEX(obj) (&(((AgsIpatch *) obj)->obj_mutex))
gboolean ags_ipatch_test_flags (AgsIpatch *ipatch,AgsIpatchFlags flags);
Test flags
to be set on ipatch
.
Since: 3.0.0
void ags_ipatch_set_flags (AgsIpatch *ipatch,AgsIpatchFlags flags);
Enable a feature of ipatch
.
Since: 3.0.0
void ags_ipatch_unset_flags (AgsIpatch *ipatch,AgsIpatchFlags flags);
Disable a feature of ipatch
.
Since: 3.0.0
gboolean
ags_ipatch_check_suffix (gchar *filename);
Check filename
's suffix to be supported.
Since: 3.0.0
Enum values to control the behavior or indicate internal state of AgsFifoout by enable/disable as flags.