[Pkg-telepathy-commits] [telepathy-glib] 19/111: define _TP_DEPRECATED_IN_0_24(_FOR)

Simon McVittie smcv at debian.org
Wed Mar 19 18:07:23 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 f36f3a56ede1eb4350324b13250a449c4d847566
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Fri Sep 27 15:15:52 2013 +0200

    define _TP_DEPRECATED_IN_0_24(_FOR)
---
 telepathy-glib/defs.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/telepathy-glib/defs.h b/telepathy-glib/defs.h
index 327ff17..6a6abb3 100644
--- a/telepathy-glib/defs.h
+++ b/telepathy-glib/defs.h
@@ -230,6 +230,14 @@ G_BEGIN_DECLS
 # define _TP_DEPRECATED_IN_0_22_FOR(f) /* nothing */
 #endif
 
+#if TP_VERSION_MIN_REQUIRED >= TP_VERSION_0_24
+# define _TP_DEPRECATED_IN_0_24 _TP_DEPRECATED
+# define _TP_DEPRECATED_IN_0_24_FOR(f) _TP_DEPRECATED_FOR(f)
+#else
+# define _TP_DEPRECATED_IN_0_24 /* nothing */
+# define _TP_DEPRECATED_IN_0_24_FOR(f) /* nothing */
+#endif
+
 #if TP_VERSION_MIN_REQUIRED >= TP_VERSION_1_0
 # define _TP_DEPRECATED_IN_1_0 _TP_DEPRECATED
 # define _TP_DEPRECATED_IN_1_0_FOR(f) _TP_DEPRECATED_FOR(f)

-- 
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