Top | ![]() |
![]() |
![]() |
![]() |
Functions
AgsPreferences * | ags_preferences_new () |
#define | AGS_IS_PREFERENCES() |
#define | AGS_IS_PREFERENCES_CLASS() |
#define | AGS_PREFERENCES() |
#define | AGS_PREFERENCES_CLASS() |
#define | AGS_PREFERENCES_GET_CLASS() |
|
ags_preferences_get_type () |
Types and Values
#define | AGS_PREFERENCES_DEFAULT_FILENAME |
enum | AgsPreferencesFlags |
#define | AGS_TYPE_PREFERENCES |
struct | AgsPreferences |
struct | AgsPreferencesClass |
Object Hierarchy
GObject ╰──GInitiallyUnowned ╰──GtkWidget ╰──GtkWindow ╰──GtkDialog ╰── AgsPreferences
Implemented Interfaces
AgsPreferences implements
Functions
ags_preferences_new ()
AgsPreferences * ags_preferences_new ();
Create a new instance of AgsPreferences
Since:
AGS_IS_PREFERENCES()
#define AGS_IS_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PREFERENCES))
AGS_IS_PREFERENCES_CLASS()
#define AGS_IS_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_TYPE((class), AGS_TYPE_PREFERENCES))
AGS_PREFERENCES()
#define AGS_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PREFERENCES, AgsPreferences))
AGS_PREFERENCES_CLASS()
#define AGS_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PREFERENCES, AgsPreferencesClass))
AGS_PREFERENCES_GET_CLASS()
#define AGS_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PREFERENCES, AgsPreferencesClass))