Method

PurpleImageget_filename

unstable since: 3.0

Declaration [src]

const char*
purple_image_get_filename (
  PurpleImage* image
)

Description [src]

Gets the filename to the image.

Available since: 3.0

Gets propertyPurple.Image:filename

Return value

Type: const char*

The filename of the image.

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