mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
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>
This commit is contained in:
parent
964eb62343
commit
a51df8cefb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user