gdk: add missing GDK_VERSION_3_6 symbol
This commit is contained in:
@ -80,6 +80,16 @@
|
|||||||
*/
|
*/
|
||||||
#define GDK_VERSION_3_4 (G_ENCODE_VERSION (3, 4))
|
#define GDK_VERSION_3_4 (G_ENCODE_VERSION (3, 4))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* GDK_VERSION_3_6:
|
||||||
|
*
|
||||||
|
* A macro that evaluates to the 3.6 version of GDK, in a format
|
||||||
|
* that can be used by the C pre-processor.
|
||||||
|
*
|
||||||
|
* Since: 3.6
|
||||||
|
*/
|
||||||
|
#define GDK_VERSION_3_6 (G_ENCODE_VERSION (3, 6))
|
||||||
|
|
||||||
|
|
||||||
/* 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