savev
open fun savev(filename: String, type: String, optionKeys: List<String>? = null, optionValues: List<String>? = null): <Error class: unknown class><Boolean>(source)
Vector version of gdk_pixbuf_save().
Saves pixbuf to a file in type, which is currently "jpeg", "png", "tiff", "ico" or "bmp".
If @error is set, FALSE will be returned.
See method@GdkPixbuf.Pixbuf.save for more details.
Return
whether an error was set
Parameters
filename
name of file to save.
type
name of file format.
optionKeys 
name of options to set
optionValues 
values for named options