Method

PurpleConnectionget_password

since: 2.0

Declaration [src]

const char*
purple_connection_get_password (
  PurpleConnection* gc
)

Description [src]

Returns the connection’s password.

Available since: 2.0

Return value

Type: const char*

The connection’s password.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.