Top | ![]() |
![]() |
![]() |
![]() |
AgsPreferences * | ags_preferences_new () |
#define | AGS_IS_PREFERENCES() |
#define | AGS_PREFERENCES() |
#define | AGS_PREFERENCES_CLASS() |
#define | AGS_PREFERENCES_GET_CLASS() |
GType | ags_preferences_get_type () |
#define | AGS_PREFERENCES_DEFAULT_FILENAME |
enum | AgsPreferencesFlags |
#define | AGS_TYPE_PREFERENCES |
struct | AgsPreferences |
struct | AgsPreferencesClass |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── AgsPreferences
AgsPreferences implements AtkImplementorIface, GtkBuildable, AgsConnectable and AgsApplicable.
AgsPreferences * ags_preferences_new ();
Create a new instance of AgsPreferences
Since: 2.0.0
#define AGS_IS_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_TYPE((obj), AGS_TYPE_PREFERENCES))
#define AGS_PREFERENCES(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj), AGS_TYPE_PREFERENCES, AgsPreferences))
#define AGS_PREFERENCES_CLASS(class) (G_TYPE_CHECK_CLASS_CAST((class), AGS_TYPE_PREFERENCES, AgsPreferencesClass))
#define AGS_PREFERENCES_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS((obj), AGS_TYPE_PREFERENCES, AgsPreferencesClass))