Add GDK_VERSION_3_8
This macro is needed for the new AVAILABLE_IN and DEPRECATED_IN macros.
This commit is contained in:
@ -90,6 +90,16 @@
|
|||||||
*/
|
*/
|
||||||
#define GDK_VERSION_3_6 (G_ENCODE_VERSION (3, 6))
|
#define GDK_VERSION_3_6 (G_ENCODE_VERSION (3, 6))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GDK_VERSION_3_8:
|
||||||
|
*
|
||||||
|
* A macro that evaluates to the 3.8 version of GDK, in a format
|
||||||
|
* that can be used by the C pre-processor.
|
||||||
|
*
|
||||||
|
* Since: 3.8
|
||||||
|
*/
|
||||||
|
#define GDK_VERSION_3_8 (G_ENCODE_VERSION (3, 8))
|
||||||
|
|
||||||
|
|
||||||
/* 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
|
||||||
|
Reference in New Issue
Block a user