Pseudotypes - default value and arrays

Linux specific forum
User avatar
makke
New User
New User
Posts: 6
Joined: Sun Nov 27, 2016 9:23 pm
Location: Germany
Contact:

Pseudotypes - default value and arrays

Post 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.
---
Xubuntu 16.04 LTS (64 bit)
Debian 8 (64 bit)
Windows 7 (64 bit)

and, I apologize for my bad english.