Make a trivial comment change
authorTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 16 Apr 2010 04:25:26 +0000 (21:25 -0700)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Fri, 16 Apr 2010 04:25:26 +0000 (21:25 -0700)
telepathy-people/tp-lowlevel.c

index c84f163..4187d5a 100644 (file)
@@ -86,8 +86,9 @@ tp_lowlevel_connection_open_contact_list_channel_async (TpLowlevel *lowlevel,
       connection_ensure_channel_cb, result, NULL, G_OBJECT (conn));
 }
 
-/* FIXME: if possible, make this static, or at least hide it in the .metadata
- * file */
+/* XXX: ideally, we'd either make this static or hide it in the .metadata file,
+ * but neither seems to be supported (without breaking the binding to the async
+ * function) */
 TpChannel *
 tp_lowlevel_connection_open_contact_list_channel_finish (TpLowlevel *lowlevel,
     GAsyncResult *result,