mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gsettings: Fix a minor formatting problem in get_child() docs
gi-docgen didn’t nest the `<tt>` tags properly for `@name` inside a longer backticks span. Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
@@ -2506,8 +2506,8 @@ g_settings_is_writable (GSettings *settings,
|
||||
* @name: the name of the child schema
|
||||
*
|
||||
* Creates a child settings object which has a base path of
|
||||
* `base-path/@name`, where `base-path` is the base path of
|
||||
* @settings.
|
||||
* `base-path/name`, where `base-path` is the base path of
|
||||
* @settings and `name` is as specified by the caller.
|
||||
*
|
||||
* The schema for the child settings object must have been declared
|
||||
* in the schema of @settings using a `<child>` element.
|
||||
|
Reference in New Issue
Block a user