[Telepathy-commits] [telepathy-doc/master] Fix build

Murray Cumming murrayc at murrayc.com
Fri Oct 31 07:20:04 PDT 2008


---
 docs/examples/list_contacts/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/examples/list_contacts/main.c b/docs/examples/list_contacts/main.c
index 9fc4d98..3477f94 100644
--- a/docs/examples/list_contacts/main.c
+++ b/docs/examples/list_contacts/main.c
@@ -25,7 +25,7 @@ GMainLoop *mainloop = NULL;
 TpDBusDaemon *bus_daemon = NULL;
 TpConnection *connection = NULL;
 
-void tp_intset_foreach(guint i, gpointer userdata)
+void on_channel_members_set_foreach(guint i, gpointer userdata)
 {
   /* TODO: Get contact details from the guint handle. */
 }
-- 
1.5.6.5



More information about the Telepathy-commits mailing list