summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-manager.h
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2008-09-11 14:34:17 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2008-09-15 18:18:39 +0100
commit7258872225992cc44021d8ebf8a1dcc3669a5743 (patch)
tree2f7fbd6a03f9a4173490c4bd3a66391a2823c9a0 /telepathy-glib/channel-manager.h
parentb72149df6eb1680a4100134359cc8105d6da6075 (diff)
downloadtelepathy-glib-7258872225992cc44021d8ebf8a1dcc3669a5743.tar.gz
TpChannelManagerIface: add 3 fields for ensure and caps
Diffstat (limited to 'telepathy-glib/channel-manager.h')
-rw-r--r--telepathy-glib/channel-manager.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-glib/channel-manager.h b/telepathy-glib/channel-manager.h
index 3122bd018..44073d22b 100644
--- a/telepathy-glib/channel-manager.h
+++ b/telepathy-glib/channel-manager.h
@@ -94,6 +94,9 @@ struct _TpChannelManagerIface {
TpChannelManagerRequestFunc request_channel;
/* in principle we could have EnsureChannel here too */
+ /* ensure_channel and two caps-related methods */
+ GCallback _near_future[3];
+
GCallback _future[8];
};