Method

PurpleImageget_alt_text

unstable since: 3.0

Declaration [src]

const char*
purple_image_get_alt_text (
  PurpleImage* image
)

Description [src]

Gets the alternative text of the image.

Available since: 3.0

Gets propertyPurple.Image:alt-text

Return value

Type: const char*

The alternative text.

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