Method

MalcontentUserget_icon_path

unstable since: 0.14.0

Declaration [src]

const char*
mct_user_get_icon_path (
  MctUser* self
)

Description [src]

Get the value of the MctUser:icon-path property.

Available since: 0.14.0

Return value

Type: const char*

The user’s avatar icon path, or NULL if not set.

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