[next] telepathy-glib: define _TP_AVAILABLE_IN_0_24

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Tue Oct 29 14:31:37 CET 2013


Module: telepathy-glib
Branch: next
Commit: 587b16ca92e5342a8685a2b391a84afc8977c458
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=587b16ca92e5342a8685a2b391a84afc8977c458

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon Oct 28 14:39:56 2013 +0100

define _TP_AVAILABLE_IN_0_24

_TP_DEPRECATED_IN_0_24 was already defined but not this one.

---

 telepathy-glib/defs.h |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/telepathy-glib/defs.h b/telepathy-glib/defs.h
index 6a6abb3..7531caf 100644
--- a/telepathy-glib/defs.h
+++ b/telepathy-glib/defs.h
@@ -278,6 +278,12 @@ G_BEGIN_DECLS
 # define _TP_AVAILABLE_IN_0_22 /* nothing */
 #endif
 
+#if TP_VERSION_MAX_ALLOWED < TP_VERSION_0_24
+# define _TP_AVAILABLE_IN_0_24 _TP_UNAVAILABLE(0, 24)
+#else
+# define _TP_AVAILABLE_IN_0_24 /* nothing */
+#endif
+
 #if TP_VERSION_MAX_ALLOWED < TP_VERSION_1_0
 # define _TP_AVAILABLE_IN_1_0 _TP_UNAVAILABLE(1, 0)
 #else



More information about the telepathy-commits mailing list