Deprecate GTK_ALIGN_BASELINE

We can deprecated enum values now.
This commit is contained in:
Matthias Clasen
2023-05-09 13:08:34 -04:00
parent ff920d98ec
commit 1dfa54c117

View File

@@ -29,6 +29,7 @@
#endif
#include <glib-object.h>
#include <gdk/version/gdkversionmacros.h>
G_BEGIN_DECLS
@@ -69,8 +70,8 @@ typedef enum
GTK_ALIGN_START,
GTK_ALIGN_END,
GTK_ALIGN_CENTER,
GTK_ALIGN_BASELINE,
GTK_ALIGN_BASELINE_FILL = GTK_ALIGN_BASELINE,
GTK_ALIGN_BASELINE_FILL,
GTK_ALIGN_BASELINE GDK_DEPRECATED_ENUMERATOR_IN_4_12_FOR(GTK_ALIGN_BASELINE_FILL) = GTK_ALIGN_BASELINE_FILL,
GTK_ALIGN_BASELINE_CENTER,
} GtkAlign;