[next] telepathy-glib: TpBaseConnection: G_GNUC_BEGIN_IGNORE_DEPRECATIONS is not needed anymore
Xavier Claessens
xclaesse at kemper.freedesktop.org
Tue Jun 26 03:21:33 PDT 2012
Module: telepathy-glib
Branch: next
Commit: 402734546fddcee4c9226a6574dc4c886376d536
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=402734546fddcee4c9226a6574dc4c886376d536
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Wed Jun 6 14:11:06 2012 +0200
TpBaseConnection: G_GNUC_BEGIN_IGNORE_DEPRECATIONS is not needed anymore
---
telepathy-glib/base-connection.h | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/telepathy-glib/base-connection.h b/telepathy-glib/base-connection.h
index 1945cdb..82e8ab6 100644
--- a/telepathy-glib/base-connection.h
+++ b/telepathy-glib/base-connection.h
@@ -191,14 +191,12 @@ gboolean tp_base_connection_channel_manager_iter_next (
TpBaseConnection *c_ = (conn); \
GError *e_ = NULL; \
\
- G_GNUC_BEGIN_IGNORE_DEPRECATIONS \
if (!tp_base_connection_check_connected (c_, &e_)) \
{ \
dbus_g_method_return_error ((context), e_); \
g_error_free (e_); \
return; \
} \
- G_GNUC_END_IGNORE_DEPRECATIONS \
} G_STMT_END
TpDBusDaemon *tp_base_connection_get_dbus_daemon (TpBaseConnection *self);
More information about the telepathy-commits
mailing list