[Gimp-user] How to use "gimp-plugin-icon-register" scheme function?



I'm writing a plugin using scheme, and i want to set a icon for this, using the
Procedure Browser  this function:

(gimp-plugin-icon-register STRING INT32  INT32 INT8ARRAY)

So i tried it:

(gimp-plugin-icon-register "drawing-nuvem" ICON-TYPE-IMAGE-FILE 3 #(00 00 00 ))

But i don't know how to format the INT8ARRAY, i'm getting a generic error:
Error: Procedure execution of gimp-plugin-icon-register failed 

How to format vector for any of these: ICON-TYPE-ICON-NAME,
ICON-TYPE-INLINE-PIXBUF, ICON-TYPE-IMAGE-FILE?
Thanks

-- 
Natanael_755 (via www.gimpusers.com/forums)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]