[next] telepathy-glib: TpBaseChannelClass: Seal interfaces member
Xavier Claessens
xclaesse at kemper.freedesktop.org
Fri Jun 29 06:37:50 PDT 2012
Module: telepathy-glib
Branch: next
Commit: 16b839c3490a081ae9583dc08d4fcb0f6d818b4c
URL: http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=16b839c3490a081ae9583dc08d4fcb0f6d818b4c
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Tue Jun 26 13:15:39 2012 +0200
TpBaseChannelClass: Seal interfaces member
It is deprecated and should not be used anymore.
---
telepathy-glib/base-channel.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/telepathy-glib/base-channel.h b/telepathy-glib/base-channel.h
index 2bb96aa..05d6700 100644
--- a/telepathy-glib/base-channel.h
+++ b/telepathy-glib/base-channel.h
@@ -56,7 +56,7 @@ struct _TpBaseChannelClass
const gchar *channel_type;
TpHandleType target_handle_type;
- const gchar **interfaces;
+ const gchar **_TP_SEAL (interfaces);
TpBaseChannelCloseFunc close;
TpBaseChannelFillPropertiesFunc fill_immutable_properties;
More information about the telepathy-commits
mailing list