| Top |
Functions
|
|
ags_reset_amplitude_add () |
|
|
ags_reset_amplitude_remove () |
| AgsResetAmplitude * | ags_reset_amplitude_get_instance () |
| AgsResetAmplitude * | ags_reset_amplitude_new () |
| #define | AGS_IS_RESET_AMPLITUDE() |
| #define | AGS_RESET_AMPLITUDE() |
| #define | AGS_RESET_AMPLITUDE_CLASS() |
| #define | AGS_RESET_AMPLITUDE_GET_CLASS() |
|
|
ags_reset_amplitude_get_type () |
Types and Values
| #define | AGS_TYPE_RESET_AMPLITUDE |
| struct | AgsResetAmplitude |
| struct | AgsResetAmplitudeClass |
Functions
ags_reset_amplitude_add ()
void ags_reset_amplitude_add (AgsResetAmplitude *reset_amplitude,AgsAnalyseChannel *analyse_channel);
Add analyse_channel
.
Since:
ags_reset_amplitude_remove ()
void ags_reset_amplitude_remove (AgsResetAmplitude *reset_amplitude,AgsAnalyseChannel *analyse_channel);
Remove analyse_channel
.
Since:
ags_reset_amplitude_get_instance ()
AgsResetAmplitude * ags_reset_amplitude_get_instance ();
Get instance.
Since:
ags_reset_amplitude_new ()
AgsResetAmplitude * ags_reset_amplitude_new ();
Creates an AgsResetAmplitude.
Since:
AGS_IS_RESET_AMPLITUDE()
#define AGS_IS_RESET_AMPLITUDE(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_RESET_AMPLITUDE))
AGS_RESET_AMPLITUDE()
#define AGS_RESET_AMPLITUDE(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_RESET_AMPLITUDE, AgsResetAmplitude))
AGS_RESET_AMPLITUDE_CLASS()
#define AGS_RESET_AMPLITUDE_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_RESET_AMPLITUDE, AgsResetAmplitudeClass))
AGS_RESET_AMPLITUDE_GET_CLASS()
#define AGS_RESET_AMPLITUDE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_RESET_AMPLITUDE, AgsResetAmplitudeClass))