Constructor
GioUnixCredentialsMessagenew
since: 2.26
Declaration [src]
GSocketControlMessage*
g_unix_credentials_message_new (
void
)
Description [src]
Creates a new GUnixCredentialsMessage
with credentials matching the current processes.
Available since: 2.26
Return value
Type: GSocketControlMessage
A new GUnixCredentialsMessage
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |