mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Stop using replaceable tags
This commit is contained in:
@@ -207,9 +207,9 @@
|
||||
* "xattr::". Keys for the "xattr-sys" namespace are constructed by
|
||||
* concatenating "xattr-sys::" with the extended attribute name. All extended
|
||||
* attribute values are returned as hex-encoded strings in which bytes outside
|
||||
* the ASCII range are encoded as hexadecimal escape sequences of the form
|
||||
* \x<replaceable>nn</replaceable>.
|
||||
**/
|
||||
* the ASCII range are encoded as escape sequences of the form \x`nn`
|
||||
* where `nn` is a 2-digit hexadecimal number.
|
||||
*/
|
||||
|
||||
/*
|
||||
* _g_file_attribute_value_free:
|
||||
|
@@ -2172,11 +2172,11 @@ g_settings_is_writable (GSettings *settings,
|
||||
/**
|
||||
* g_settings_get_child:
|
||||
* @settings: a #GSettings object
|
||||
* @name: the name of the 'child' schema
|
||||
* @name: the name of the child schema
|
||||
*
|
||||
* Creates a 'child' settings object which has a base path of
|
||||
* <replaceable>base-path</replaceable>/@name, where
|
||||
* <replaceable>base-path</replaceable> is the base path of @settings.
|
||||
* Creates a child settings object which has a base path of
|
||||
* `base-path/@name`, where `base-path` is the base path of
|
||||
* @settings.
|
||||
*
|
||||
* 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