From 6ae4d31e75b123bcf4caf867f36cc59570a37a57 Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Wed, 7 Jul 2010 10:46:13 -0400 Subject: [PATCH] trivial GSettings docs fix --- docs/reference/glib/tmpl/glib-unused.sgml | 52 +++++++++++++++++++++++++++++++ gio/gsettings.c | 8 ++--- 2 files changed, 56 insertions(+), 4 deletions(-) diff --git a/docs/reference/glib/tmpl/glib-unused.sgml b/docs/reference/glib/tmpl/glib-unused.sgml index 139c500..8824266 100644 --- a/docs/reference/glib/tmpl/glib-unused.sgml +++ b/docs/reference/glib/tmpl/glib-unused.sgml @@ -877,6 +877,58 @@ Turns the argument into a string literal by using the '#' stringizing operator. @x: text to convert to a literal string. + + + + + +@value: +@length: +@Returns: + + + + + + +@value: +@length: +@Returns: + + + + + + +@value: +@Returns: + + + + + + +@value: +@length: +@Returns: + + + + + + +@string: +@Returns: + + + + + + +@strv: +@length: +@Returns: + diff --git a/gio/gsettings.c b/gio/gsettings.c index a0eb7c2..b914f4f 100644 --- a/gio/gsettings.c +++ b/gio/gsettings.c @@ -1964,8 +1964,8 @@ g_settings_delay (GSettings *settings) * * Applies any changes that have been made to the settings. This * function does nothing unless @settings is in 'delay-apply' mode; - * see g_settings_set_delay_apply(). In the normal case settings are - * always applied immediately. + * see g_settings_delay(). In the normal case settings are always + * applied immediately. **/ void g_settings_apply (GSettings *settings) @@ -1985,8 +1985,8 @@ g_settings_apply (GSettings *settings) * * Reverts all non-applied changes to the settings. This function * does nothing unless @settings is in 'delay-apply' mode; see - * g_settings_set_delay_apply(). In the normal case settings are - * always applied immediately. + * g_settings_delay(). In the normal case settings are always applied + * immediately. * * Change notifications will be emitted for affected keys. **/ -- 2.7.4