Remove the credentials argument from g_unix_connect_send_credentials()

Instead, make it always send the current credentials.
This commit is contained in:
Matthias Clasen
2010-05-13 14:25:29 -04:00
parent 33952347ff
commit 9e90b381f5
3 changed files with 8 additions and 12 deletions

View File

@@ -72,7 +72,6 @@ gint g_unix_connection_receive_fd (GUnixCo
GError **error);
gboolean g_unix_connection_send_credentials (GUnixConnection *connection,
GCredentials *credentials,
GCancellable *cancellable,
GError **error);