Method

MalcontentUiUserControlsset_user_display_name

since: 0.5.0

Declaration [src]

void
mct_user_controls_set_user_display_name (
  MctUserControls* self,
  const gchar* user_display_name
)

Description [src]

Available since: 0.5.0

Parameters

user_display_name

Type: const gchar*

The display name of the user to configure the controls for, or NULL if unknown.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.