Interface
AgsCountable
Prerequisite
In order to implement Countable, your type must inherit fromGObject
.
Interface structure
struct AgsCountableInterface {
GTypeInterface ginterface;
guint64 (* get_sequencer_counter) (
AgsCountable* countable
);
guint64 (* get_notation_counter) (
AgsCountable* countable
);
guint64 (* get_wave_counter) (
AgsCountable* countable
);
guint64 (* get_midi_counter) (
AgsCountable* countable
);
}
No description available.
Interface members
ginterface |
|
No description available. |
|
get_sequencer_counter |
|
No description available. |
|
get_notation_counter |
|
No description available. |
|
get_wave_counter |
|
No description available. |
|
get_midi_counter |
|
No description available. |