From: Travis Reitter Date: Fri, 16 Apr 2010 04:25:26 +0000 (-0700) Subject: Make a trivial comment change X-Git-Tag: FOLKS_0_1_9~131 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=218b6332e376840829e22774abf4f58f902e2b64;p=platform%2Fupstream%2Ffolks.git Make a trivial comment change --- 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,