Method

MalcontentUserget_username

unstable since: 0.14.0

Declaration [src]

const char*
mct_user_get_username (
  MctUser* self
)

Description [src]

Get the value of the MctUser:username property.

Available since: 0.14.0

Return value

Type: const char*

The user’s username.

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