Class: Gio::UnixCredentialsMessage
- Inherits:
-
SocketControlMessage
- Object
- SocketControlMessage
- Gio::UnixCredentialsMessage
- Defined in:
- (unknown)
Overview
Class structure for GUnix::CredentialsMessage.
Class Method Summary collapse
-
.is_supported ⇒ Boolean
Checks if passing #GCredentials on a #GSocket is supported on this platform.
Instance Method Summary collapse
-
#credentials ⇒ Gio::Credentials
The credentials stored in the message.
-
#credentials=(credentials) ⇒ Gio::Credentials
The credentials stored in the message.
-
#initialize(credentials) ⇒ Gio::SocketControlMessage
constructor
Creates a new GUnix::CredentialsMessage holding credentials.
Methods inherited from SocketControlMessage
deserialize, #level, #msg_type, #serialize, #size
Constructor Details
#initialize(credentials) ⇒ Gio::SocketControlMessage
Creates a new GUnix::CredentialsMessage holding credentials.
Class Method Details
.is_supported ⇒ Boolean
Checks if passing #GCredentials on a #GSocket is supported on this platform.
Instance Method Details
#credentials ⇒ Gio::Credentials
The credentials stored in the message.
#credentials=(credentials) ⇒ Gio::Credentials
The credentials stored in the message.