Remove length parameter for g_settings_[gs]et_strv
authorMilan Bouchet-Valat <nalimilan@club.fr>
Tue, 1 Jun 2010 21:16:19 +0000 (23:16 +0200)
committerRyan Lortie <desrt@desrt.ca>
Wed, 2 Jun 2010 01:54:23 +0000 (03:54 +0200)
commitbf9edb5cd5a75a4bc9946f0ef106c3d541fdb89f
tree5121e0df50e35900b4e763ef9cbb12b8f3c05090
parentdc7b1c5b42175cd3e52b57c427545d6c4d9b1cee
Remove length parameter for g_settings_[gs]et_strv

Length of the array is redundant since it's NULL-terminated. This is not
consistent with many GLib and GTK+ functions, and adds complexity with
no real gain, while these convenience functions should be kept simple.

Closes bug #620312
gio/gsettings.c
gio/gsettings.h