[Pkg-telepathy-commits] [telepathy-glib] 37/111: define _TP_AVAILABLE_IN_0_24

Simon McVittie smcv at debian.org
Wed Mar 19 18:07:24 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-glib.

commit 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 file changed, 6 insertions(+)

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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-glib.git



More information about the Pkg-telepathy-commits mailing list