Top | ![]() |
![]() |
![]() |
![]() |
Functions
AgsLadspaPluginPreferences * | ags_ladspa_plugin_preferences_alloc () |
AgsPluginPreferences * | ags_plugin_preferences_new () |
#define | AGS_IS_PLUGIN_PREFERENCES() |
#define | AGS_IS_PLUGIN_PREFERENCES_CLASS() |
#define | AGS_PLUGIN_PREFERENCES() |
#define | AGS_PLUGIN_PREFERENCES_CLASS() |
#define | AGS_PLUGIN_PREFERENCES_GET_CLASS() |
|
ags_plugin_preferences_get_type () |
Types and Values
struct | AgsLadspaPluginPreferences |
#define | AGS_TYPE_PLUGIN_PREFERENCES |
struct | AgsPluginPreferences |
struct | AgsPluginPreferencesClass |
Implemented Interfaces
AgsPluginPreferences implements
Functions
ags_ladspa_plugin_preferences_alloc ()
AgsLadspaPluginPreferences *
ags_ladspa_plugin_preferences_alloc (gchar *ladspa_path
);
ags_plugin_preferences_new ()
AgsPluginPreferences * ags_plugin_preferences_new ();
Create a new instance of AgsPluginPreferences
Since:
AGS_IS_PLUGIN_PREFERENCES()
#define AGS_IS_PLUGIN_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PLUGIN_PREFERENCES))
AGS_IS_PLUGIN_PREFERENCES_CLASS()
#define AGS_IS_PLUGIN_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PLUGIN_PREFERENCES))
AGS_PLUGIN_PREFERENCES()
#define AGS_PLUGIN_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferences))
AGS_PLUGIN_PREFERENCES_CLASS()
#define AGS_PLUGIN_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferencesClass))
AGS_PLUGIN_PREFERENCES_GET_CLASS()
#define AGS_PLUGIN_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PLUGIN_PREFERENCES, AgsPluginPreferencesClass))