Class: Gio::UnixCredentialsMessage

Inherits:
SocketControlMessage show all
Defined in:
(unknown)

Overview

Class structure for GUnix::CredentialsMessage.

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from SocketControlMessage

deserialize, #level, #msg_type, #serialize, #size

Constructor Details

#initialize(credentials) ⇒ Gio::SocketControlMessage

Creates a new GUnix::CredentialsMessage holding credentials.

Parameters:

Class Method Details

.is_supportedBoolean

Checks if passing #GCredentials on a #GSocket is supported on this platform.

Returns:

  • (Boolean)

    true if supported, false otherwise

Instance Method Details

#credentialsGio::Credentials

The credentials stored in the message.

Returns:

#credentials=(credentials) ⇒ Gio::Credentials

The credentials stored in the message.

Parameters:

Returns: