Top | ![]() |
![]() |
![]() |
![]() |
Functions
|
ags_mutable_set_muted () |
#define | AGS_IS_MUTABLE() |
#define | AGS_IS_MUTABLE_INTERFACE() |
#define | AGS_MUTABLE() |
#define | AGS_MUTABLE_GET_INTERFACE() |
#define | AGS_MUTABLE_INTERFACE() |
|
ags_mutable_get_type () |
Description
The AgsMutable interface gives you a unique access to mutable classes Its purpose is to set muted.
Functions
ags_mutable_set_muted ()
void ags_mutable_set_muted (AgsMutable *agsmutable
,);
gboolean muted
Mute a class instance.
Since:
AGS_IS_MUTABLE_INTERFACE()
#define AGS_IS_MUTABLE_INTERFACE(vtable) (G_TYPE_CHECK_CLASS_TYPE((vtable), AGS_TYPE_MUTABLE))
AGS_MUTABLE()
#define AGS_MUTABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_MUTABLE, AgsMutable))
AGS_MUTABLE_GET_INTERFACE()
#define AGS_MUTABLE_GET_INTERFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE((obj), AGS_TYPE_MUTABLE, AgsMutableInterface))
AGS_MUTABLE_INTERFACE()
#define AGS_MUTABLE_INTERFACE(vtable) (G_TYPE_CHECK_CLASS_CAST((vtable), AGS_TYPE_MUTABLE, AgsMutableInterface))