From: David Zeuthen Date: Thu, 9 Sep 2010 18:14:45 +0000 (-0400) Subject: GUnixConnection: Remove comment about Linux X-Git-Tag: 2.25.16~58 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a51df8cefb17cdaea61a468076e0b67868439b4d;p=platform%2Fupstream%2Fglib.git GUnixConnection: Remove comment about Linux Since the previous commit, the g_unix_connection_send_credentials() / g_unix_connection_receive_credentials() functions now also works on FreeBSD since GUnixCredentialsMessage now works there. The main idea is that the g_unix_connection_send_credentials() / g_unix_connection_receive_credentials() functions are the "main" API for getting credentials (one way or the other). So it's better to avoid advertising where it is currently implemented. Signed-off-by: David Zeuthen --- diff --git a/gio/gunixconnection.c b/gio/gunixconnection.c index d5da2a0..cf0b6f4 100644 --- a/gio/gunixconnection.c +++ b/gio/gunixconnection.c @@ -319,8 +319,6 @@ gboolean g_unix_connection_create_pair (GUnixCo * Other ways to exchange credentials with a foreign peer includes the * #GUnixCredentialsMessage type and g_socket_get_credentials() function. * - * Note that this function only works on Linux, currently. - * * Returns: %TRUE on success, %FALSE if @error is set. * * Since: 2.26