mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-14 23:50:29 +01:00
build/trivial: move declaration of NM_AVAILABLE_IN_0_9_10 macro
Move the declaration of the macro to make it more similar to the version file on master.
This commit is contained in:
parent
c27385b401
commit
a51a95b7b3
1 changed files with 6 additions and 6 deletions
|
|
@ -103,6 +103,12 @@
|
|||
# define NM_DEPRECATED_IN_0_9_10_FOR(f)
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_0_9_10
|
||||
# define NM_AVAILABLE_IN_0_9_10 G_UNAVAILABLE(0.9,10)
|
||||
#else
|
||||
# define NM_AVAILABLE_IN_0_9_10
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MIN_REQUIRED >= NM_VERSION_1_0
|
||||
# define NM_DEPRECATED_IN_1_0 G_DEPRECATED
|
||||
# define NM_DEPRECATED_IN_1_0_FOR(f) G_DEPRECATED_FOR(f)
|
||||
|
|
@ -111,12 +117,6 @@
|
|||
# define NM_DEPRECATED_IN_1_0_FOR(f)
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_0_9_10
|
||||
# define NM_AVAILABLE_IN_0_9_10 G_UNAVAILABLE(0.9,10)
|
||||
#else
|
||||
# define NM_AVAILABLE_IN_0_9_10
|
||||
#endif
|
||||
|
||||
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_0
|
||||
# define NM_AVAILABLE_IN_1_0 G_UNAVAILABLE(1,0)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue