Page 1 of 1

Pseudotypes - default value and arrays

Posted: Thu Dec 08, 2016 9:58 pm
by makke
Hello,

I test this:

Code: Select all

ImportC ""
  gdk_pixbuf_save  (*pixbuf, filename.p-utf8, type.p-utf8 = "jpeg", *error.GError = #Null)
  gdk_pixbuf_savev (*pixbuf, filename.p-utf8, type.p-utf8, Array option_keys.p-utf8(1), Array option_values.p-utf8(1), *error.GError)
EndImport
With pseudotypes it is not possible to set a default value (first import), nor is it possible to assign the pseudotype to an array (second import). Only a Linux version problem (I didn't do much in windows)? Or a "feature" ?

Any suggestions ?

Thanks.