mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
gversionmacros: fix a typo
This commit is contained in:
parent
db325cd6a3
commit
3b4c9f5fcc
@ -100,10 +100,10 @@
|
||||
/**
|
||||
* GLIB_VERSION_2_38:
|
||||
*
|
||||
* A macro that evaluates to the 2.36 version of GLib, in a format
|
||||
* A macro that evaluates to the 2.38 version of GLib, in a format
|
||||
* that can be used by the C pre-processor.
|
||||
*
|
||||
* Since: 2.36
|
||||
* Since: 2.38
|
||||
*/
|
||||
#define GLIB_VERSION_2_38 (G_ENCODE_VERSION (2, 38))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user