[Telepathy-commits] [telepathy-glib/master] ChannelManagerIface: replace _near_future[3] with 3 specific _reserved fields

Will Thompson will.thompson at collabora.co.uk
Wed Sep 17 04:59:52 PDT 2008


---
 telepathy-glib/channel-manager.h |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/telepathy-glib/channel-manager.h b/telepathy-glib/channel-manager.h
index b8a1c5d..c64283d 100644
--- a/telepathy-glib/channel-manager.h
+++ b/telepathy-glib/channel-manager.h
@@ -201,10 +201,12 @@ struct _TpChannelManagerIface {
     /* in principle we could have EnsureChannel here too */
 
     /*<private>*/
-    /* extra spaces left for ensure_channel and two caps-related methods, which
-     * will be added in the near future.
+    /* We know that these three methods will be added in the near future, so
+     * reserve extra space for them.
      */
-    GCallback _near_future[3];
+    GCallback _reserved_for_ensure_channel;
+    GCallback _reserved_for_foreach_contact_channel_class;
+    GCallback _reserved_for_add_cap;
 
     GCallback _future[8];
 };
-- 
1.5.6.5




More information about the Telepathy-commits mailing list