mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 08:56:16 +01:00
Add a 'these are private' note for the version macros
This commit is contained in:
parent
76175ab9ed
commit
4995ef4dd7
@ -145,6 +145,12 @@
|
||||
#error "GLIB_VERSION_MIN_REQUIRED must be >= GLIB_VERSION_2_26"
|
||||
#endif
|
||||
|
||||
/* These macros are used to mark deprecated functions in GLib headers,
|
||||
* and thus have to be exposed in installed headers. But please
|
||||
* do *not* use them in other projects. Instead, use G_DEPRECATED
|
||||
* or define your own wrappers around it.
|
||||
*/
|
||||
|
||||
/* XXX: Every new stable minor release should add a set of macros here */
|
||||
|
||||
#if GLIB_VERSION_MIN_REQUIRED >= GLIB_VERSION_2_26
|
||||
|
Loading…
Reference in New Issue
Block a user