[folks] Cut some obsolete comments in TpLowlevel.



commit 2eda0f418ed33f57f35ca792bc685ac139af9ba1
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Thu Sep 16 10:36:30 2010 -0700

    Cut some obsolete comments in TpLowlevel.

 backends/telepathy/lib/tp-lowlevel.c |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)
---
diff --git a/backends/telepathy/lib/tp-lowlevel.c b/backends/telepathy/lib/tp-lowlevel.c
index 6b83d15..4ab461d 100644
--- a/backends/telepathy/lib/tp-lowlevel.c
+++ b/backends/telepathy/lib/tp-lowlevel.c
@@ -95,9 +95,6 @@ folks_tp_lowlevel_connection_open_contact_list_channel_async (
       connection_ensure_channel_cb, result, NULL, G_OBJECT (conn));
 }
 
-/* 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) */
 /**
  * folks_tp_lowlevel_connection_open_contact_list_channel_finish:
  * @lowlevel: a #FolksTpLowlevel
@@ -206,9 +203,6 @@ folks_tp_lowlevel_connection_get_contacts_by_handle_async (
       G_OBJECT (conn));
 }
 
-/* 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) */
 /**
  * folks_tp_lowlevel_connection_get_contacts_by_handle_finish:
  * @tp_lowlevel: a #FolksTpLowlevel
@@ -318,9 +312,6 @@ folks_tp_lowlevel_connection_get_contacts_by_id_async (
       G_OBJECT (conn));
 }
 
-/* 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) */
 /**
  * folks_tp_lowlevel_connection_get_contacts_by_id_finish:
  * @tp_lowlevel: a #FolksTpLowlevel



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]