GNOME Bugzilla – Bug 585852
Support function returning an strv
Last modified: 2009-06-16 11:47:08 UTC
like g_get_system_config_dirs ()
Created attachment 136631 [details] [review] proposed patch
Created attachment 136648 [details] [review] new version with non-zero-terminated support So it provides the same features as that of bug# 584568
Unlikely to matter in anything real world, but may as well do: list = g_slist_prepend(list, foo); list = g_slist_reverse(list) just in case someone has a big array. g_type_info_get_array_length can't be right OK otherwise
Thanks, pushed the original patch (without the array length non-sense) and the list optimization