mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
gversionmacros: Add version macros for GLib 2.58
Signed-off-by: Philip Withnall <withnall@endlessm.com> Reviewed-by: nobody
This commit is contained in:
parent
aab83f7475
commit
affe33b7e7
@ -195,6 +195,16 @@
|
|||||||
*/
|
*/
|
||||||
#define GLIB_VERSION_2_56 (G_ENCODE_VERSION (2, 56))
|
#define GLIB_VERSION_2_56 (G_ENCODE_VERSION (2, 56))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GLIB_VERSION_2_58:
|
||||||
|
*
|
||||||
|
* A macro that evaluates to the 2.58 version of GLib, in a format
|
||||||
|
* that can be used by the C pre-processor.
|
||||||
|
*
|
||||||
|
* Since: 2.58
|
||||||
|
*/
|
||||||
|
#define GLIB_VERSION_2_58 (G_ENCODE_VERSION (2, 58))
|
||||||
|
|
||||||
/* evaluates to the current stable version; for development cycles,
|
/* evaluates to the current stable version; for development cycles,
|
||||||
* this means the next stable target
|
* this means the next stable target
|
||||||
*/
|
*/
|
||||||
@ -510,4 +520,18 @@
|
|||||||
# define GLIB_AVAILABLE_IN_2_56 _GLIB_EXTERN
|
# define GLIB_AVAILABLE_IN_2_56 _GLIB_EXTERN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_58
|
||||||
|
# define GLIB_DEPRECATED_IN_2_58 GLIB_DEPRECATED
|
||||||
|
# define GLIB_DEPRECATED_IN_2_58_FOR(f) GLIB_DEPRECATED_FOR(f)
|
||||||
|
#else
|
||||||
|
# define GLIB_DEPRECATED_IN_2_58 _GLIB_EXTERN
|
||||||
|
# define GLIB_DEPRECATED_IN_2_58_FOR(f) _GLIB_EXTERN
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if GLIB_VERSION_MAX_ALLOWED < GLIB_VERSION_2_58
|
||||||
|
# define GLIB_AVAILABLE_IN_2_58 GLIB_UNAVAILABLE(2, 58)
|
||||||
|
#else
|
||||||
|
# define GLIB_AVAILABLE_IN_2_58 _GLIB_EXTERN
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __G_VERSION_MACROS_H__ */
|
#endif /* __G_VERSION_MACROS_H__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user