[Telepathy-commits] [telepathy-glib/master] tp_base_connection_channel_manager_iter_init: escape ampersands for XML validity

Simon McVittie simon.mcvittie at collabora.co.uk
Wed Sep 24 09:49:08 PDT 2008


---
 telepathy-glib/base-connection.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/telepathy-glib/base-connection.c b/telepathy-glib/base-connection.c
index 3ffd906..c77a8c0 100644
--- a/telepathy-glib/base-connection.c
+++ b/telepathy-glib/base-connection.c
@@ -2978,8 +2978,8 @@ requests_iface_init (gpointer g_iface,
  * TpChannelManagerIter iter;
  * TpChannelManager *manager;
  *
- * tp_base_connection_channel_manager_iter_init (&iter, base_conn);
- * while (tp_base_connection_channel_manager_iter_next (&iter, &manager))
+ * tp_base_connection_channel_manager_iter_init (&iter, base_conn);
+ * while (tp_base_connection_channel_manager_iter_next (&iter, &manager))
  *   {
  *     ...do something with manager...
  *   }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list