GUnixConnection: Remove comment about Linux
authorDavid Zeuthen <davidz@redhat.com>
Thu, 9 Sep 2010 18:14:45 +0000 (14:14 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 9 Sep 2010 18:17:52 +0000 (14:17 -0400)
commita51df8cefb17cdaea61a468076e0b67868439b4d
treef5586f8214f294c1e50c1d2969fb3f0a759786da
parent964eb62343b53cf9172d409adacbb58d78896092
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 <davidz@redhat.com>
gio/gunixconnection.c