summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-internal.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-internal.h
parent6593411ea81b5d5214e341758fc26da6b524ea57 (diff)
downloadtelepathy-glib-c054f0ad505911ef350c6cd638929bf53a7d1400.tar.gz
Make TpChannel public
20080714115842-53eee-c795cd0e38f92f430cd5528628b266b0c250841b.gz
Diffstat (limited to 'telepathy-glib/channel-internal.h')
-rw-r--r--telepathy-glib/channel-internal.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/telepathy-glib/channel-internal.h b/telepathy-glib/channel-internal.h
index a1ef862cd..25b4a3dc5 100644
--- a/telepathy-glib/channel-internal.h
+++ b/telepathy-glib/channel-internal.h
@@ -26,21 +26,6 @@
G_BEGIN_DECLS
-struct _TpChannelClass {
- TpProxyClass parent_class;
- /*<private>*/
- GCallback _1;
- GCallback _2;
- GCallback _3;
- GCallback _4;
-};
-
-struct _TpChannel {
- TpProxy parent;
-
- TpChannelPrivate *priv;
-};
-
typedef void (*TpChannelProc) (TpChannel *self);
typedef struct {