Hello, first sorry if this becomes a double post, Nabble was problematic for a while...
GtkAboutDialog#setAuthors: accepts an array of strings. How can I use this method in GST? I tried:
myAboutDialog setAuthors: {'foo', 'bar'}.
without success.
Canol Gökel