Method

CMUserget_display_name

Declaration [src]

const char*
cm_user_get_display_name (
  CmUser* self
)

Description [src]

Get the user’s human readable display name.

Return value

Type: const char*

The user’s display name.

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