vg4->image->getname()
Get filename of an image, if any.
SYNTAX
const char *
vg4->image->getname(const struct VG_Image *imgp)
FUNCTION PARAMETERS
imgp | Image |
RETURN VALUE
Returns the filename or size of the file
DESCRIPTION
Get filename of an image, if any.
If the image has no underlying file or was modified,
the size of the file will be returned as a string.
SEE ALSO