Glib-Perl - GSList in a signal callback?



Does Glib-Perl know how to deal with GSList instances being passed as
parameters to a signal callback?  AFAICT, Glib-Perl uses introspection to
figure out how to marshall parameters into Perl objects, however GSLists
have no inherent type, meaning G_TYPE_POINTER is used, causing Glib-Perl
to simply return an integer value instead of an expanded list.  So, does
this sound right, or am I missing something?

Brett.




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