summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-26 13:15:39 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-06-26 13:15:39 +0200
commit16b839c3490a081ae9583dc08d4fcb0f6d818b4c (patch)
tree32fe5590614010c9f674c31bd2d0f97c67682a0f
parent94bb7f4948a25a583c62ff61f6c66098a87820c5 (diff)
downloadtelepathy-glib-16b839c3490a081ae9583dc08d4fcb0f6d818b4c.tar.gz
TpBaseChannelClass: Seal interfaces member
It is deprecated and should not be used anymore.
-rw-r--r--telepathy-glib/base-channel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/base-channel.h b/telepathy-glib/base-channel.h
index 2bb96aa6e..05d67003e 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;