[Vala] Vala owned array of unowned objects



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


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