Method
PurpleImageget_path
unstable since: 3.0
[−]
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 property | Purple.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. |