Method

MalcontentUserget_display_name

unstable since: 0.14.0

Declaration [src]

const char*
mct_user_get_display_name (
  MctUser* self
)

Description [src]

Get the value of the MctUser:display-name property.

Available since: 0.14.0

Return value

Type: const char*

The user’s display name.

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