Method

GdkPixbuf.Pixbuf.savev_utf8

Declaration [src]

gboolean
gdk_pixbuf_savev_utf8 (
  GdkPixbuf* pixbuf,
  const char* filename,
  const char* type,
  char** option_keys,
  char** option_values,
  GError** error
)

Description [src]

Same as gdk_pixbuf_savev()

Parameters

filename const char*
 

name of file to save.

 The data is owned by the caller of the function
 The string is a NUL terminated UTF-8 string
type const char*
 

name of file format.

 The data is owned by the caller of the function
 The string is a NUL terminated UTF-8 string
option_keys An array of utf8
 

name of options to set

 Can be NULL
 The data is owned by the caller of the function
option_values An array of utf8
 

values for named options

 Can be NULL
 The data is owned by the caller of the function

Return value

Returns: gboolean

whether an error was set