Method

PurpleImageget_friendly_filename

unstable since: 3.0

[]

Declaration [src]

const gchar*
purple_image_get_friendly_filename (
  PurpleImage* image
)
[]

Description [src]

Returns the “friendly filename” for the image, to be displayed or used as a default name when saving a file to the disk. See #purple_image_set_friendly_filename.

If the friendly filename was not set, it will be generated with

purple_image_generate_filename.

Available since: 3.0

[]

Return value

Type: const gchar*

The friendly filename.

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