Method

PurpleImageget_path

unstable since: 3.0

Declaration [src]

const gchar*
purple_image_get_path (
  PurpleImage* image
)

Description [src]

Returns the physical path of the image file. It is set only, if the image is really backed by an existing file. In the other case it returns NULL.

Available since: 3.0

Gets propertyPurple.Image:path

Return value

Type: const gchar*

The physical path of the image, or NULL.

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