summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel.h
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-14 11:58:42 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2008-07-14 11:58:42 +0000
commitc054f0ad505911ef350c6cd638929bf53a7d1400 (patch)
treed01588613b196ceb5d55bb0e7392e99370c2ba51 /telepathy-glib/channel.h
parent6593411ea81b5d5214e341758fc26da6b524ea57 (diff)
downloadtelepathy-glib-c054f0ad505911ef350c6cd638929bf53a7d1400.tar.gz
Make TpChannel public
20080714115842-53eee-c795cd0e38f92f430cd5528628b266b0c250841b.gz
Diffstat (limited to 'telepathy-glib/channel.h')
-rw-r--r--telepathy-glib/channel.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/telepathy-glib/channel.h b/telepathy-glib/channel.h
index 1736c1e06..0fee3c801 100644
--- a/telepathy-glib/channel.h
+++ b/telepathy-glib/channel.h
@@ -34,6 +34,21 @@ typedef struct _TpChannel TpChannel;
typedef struct _TpChannelPrivate TpChannelPrivate;
typedef struct _TpChannelClass TpChannelClass;
+struct _TpChannelClass {
+ TpProxyClass parent_class;
+ /*<private>*/
+ GCallback _1;
+ GCallback _2;
+ GCallback _3;
+ GCallback _4;
+};
+
+struct _TpChannel {
+ TpProxy parent;
+
+ TpChannelPrivate *priv;
+};
+
GType tp_channel_get_type (void);
#define TP_ERRORS_REMOVED_FROM_GROUP (tp_errors_removed_from_group_quark ())