From 218b6332e376840829e22774abf4f58f902e2b64 Mon Sep 17 00:00:00 2001 From: Travis Reitter Date: Thu, 15 Apr 2010 21:25:26 -0700 Subject: [PATCH] Make a trivial comment change --- telepathy-people/tp-lowlevel.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/telepathy-people/tp-lowlevel.c b/telepathy-people/tp-lowlevel.c index c84f163..4187d5a 100644 --- a/telepathy-people/tp-lowlevel.c +++ b/telepathy-people/tp-lowlevel.c @@ -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, -- 2.7.4