X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgsettings.c;h=2934f2b4be3869fa0ff660a145308be983d3a2c7;hb=a60402374ac62bf99a22f84f0801d5513b12fd66;hp=ab7f4383512021d22a1514c12d709fa6aea5fc7e;hpb=c269d2d422d5a0be99f0fcf71762db547481031b;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gsettings.c b/gio/gsettings.c index ab7f438..2934f2b 100644 --- a/gio/gsettings.c +++ b/gio/gsettings.c @@ -159,6 +159,11 @@ * (20,30) * * + * + * "" + * Empty strings have to be provided in GVariant form + * + * * * * ]| @@ -2469,16 +2474,9 @@ g_settings_list_keys (GSettings *settings) * The list is exactly the list of strings for which it is not an error * to call g_settings_get_child(). * - * For GSettings objects that are lists, this value can change at any - * time. Note that there is a race condition here: you may - * request a child after listing it only for it to have been destroyed - * in the meantime. For this reason, g_settings_get_child() may return - * %NULL even for a child that was listed by this function. - * - * For GSettings objects that are not lists, you should probably not be - * calling this function from "normal" code (since you should already - * know what children are in your schema). This function may still be - * useful there for introspection reasons, however. + * There is little reason to call this function from "normal" code, since + * you should already know what children are in your schema. This function + * may still be useful there for introspection reasons, however. * * You should free the return value with g_strfreev() when you are done * with it.