mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-16 04:28:05 +02:00
gversionmacros.h: add GLIB_AVAILABLE_IN_ALL
Add a macro to declare that a particular symbol is available in all versions of GLib. All newly-added symbols should have proper version macros (like GLIB_AVAILABLE_IN_2_36) and this macro is less likely to get used 'by accident' for those than one with a name like GLIB_EXTERN or GLIB_PUBLIC. https://bugzilla.gnome.org/show_bug.cgi?id=688681
This commit is contained in:
parent
c219181cb2
commit
0a2b586259
@ -184,6 +184,7 @@
|
|||||||
* do *not* use them in other projects. Instead, use G_DEPRECATED
|
* do *not* use them in other projects. Instead, use G_DEPRECATED
|
||||||
* or define your own wrappers around it.
|
* or define your own wrappers around it.
|
||||||
*/
|
*/
|
||||||
|
#define GLIB_AVAILABLE_IN_ALL
|
||||||
|
|
||||||
/* XXX: Every new stable minor release should add a set of macros here */
|
/* XXX: Every new stable minor release should add a set of macros here */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user