mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-02 09:16:17 +01:00
Fix a typo in the GSettings docs
Pointed out by Thomas Andersen https://bugzilla.gnome.org/show_bug.cgi?id=647600
This commit is contained in:
parent
bf087aabbf
commit
c1a7599568
@ -59,7 +59,7 @@
|
|||||||
* even need to be started in this case. For this reason, you should
|
* even need to be started in this case. For this reason, you should
|
||||||
* only ever modify #GSettings keys in response to explicit user action.
|
* only ever modify #GSettings keys in response to explicit user action.
|
||||||
* Particular care should be paid to ensure that modifications are not
|
* Particular care should be paid to ensure that modifications are not
|
||||||
* made during startup -- for example, when settings the initial value
|
* made during startup -- for example, when setting the initial value
|
||||||
* of preferences widgets. The built-in g_settings_bind() functionality
|
* of preferences widgets. The built-in g_settings_bind() functionality
|
||||||
* is careful not to write settings in response to notify signals as a
|
* is careful not to write settings in response to notify signals as a
|
||||||
* result of modifications that it makes to widgets.
|
* result of modifications that it makes to widgets.
|
||||||
|
Loading…
Reference in New Issue
Block a user