Is there a way to return an array of unowned objects without using pointers?


This returns an unowned array to owned/refcounted objects, but how to return
array to unowned objects?

unowned Object[] get_array_of_unowned_objects ();

Thanks for any help.
Aaron
_______________________________________________
Vala-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to