Interface
AgsMutable
Prerequisite
In order to implement Mutable, your type must inherit fromGObject
.
Interface structure
struct AgsMutableInterface {
GTypeInterface ginterface;
void (* set_muted) (
AgsMutable* agsmutable,
gboolean muted
);
}
No description available.
Interface members
ginterface |
|
No description available. |
|
set_muted |
|
No description available. |