mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 22:52:09 +01:00
trivial GSettings docs fix
This commit is contained in:
parent
a38fed1b43
commit
6ae4d31e75
@ -877,6 +877,58 @@ Turns the argument into a string literal by using the '#' stringizing operator.
|
|||||||
|
|
||||||
@x: text to convert to a literal string.
|
@x: text to convert to a literal string.
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_variant_dup_bytestring ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@value:
|
||||||
|
@length:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_variant_dup_bytestring_array ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@value:
|
||||||
|
@length:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_variant_get_bytestring ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@value:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_variant_get_bytestring_array ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@value:
|
||||||
|
@length:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_variant_new_bytestring ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@string:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
|
<!-- ##### FUNCTION g_variant_new_bytestring_array ##### -->
|
||||||
|
<para>
|
||||||
|
|
||||||
|
</para>
|
||||||
|
|
||||||
|
@strv:
|
||||||
|
@length:
|
||||||
|
@Returns:
|
||||||
|
|
||||||
<!-- ##### FUNCTION g_warn_message ##### -->
|
<!-- ##### FUNCTION g_warn_message ##### -->
|
||||||
<para>
|
<para>
|
||||||
|
|
||||||
|
@ -1964,8 +1964,8 @@ g_settings_delay (GSettings *settings)
|
|||||||
*
|
*
|
||||||
* Applies any changes that have been made to the settings. This
|
* Applies any changes that have been made to the settings. This
|
||||||
* function does nothing unless @settings is in 'delay-apply' mode;
|
* function does nothing unless @settings is in 'delay-apply' mode;
|
||||||
* see g_settings_set_delay_apply(). In the normal case settings are
|
* see g_settings_delay(). In the normal case settings are always
|
||||||
* always applied immediately.
|
* applied immediately.
|
||||||
**/
|
**/
|
||||||
void
|
void
|
||||||
g_settings_apply (GSettings *settings)
|
g_settings_apply (GSettings *settings)
|
||||||
@ -1985,8 +1985,8 @@ g_settings_apply (GSettings *settings)
|
|||||||
*
|
*
|
||||||
* Reverts all non-applied changes to the settings. This function
|
* Reverts all non-applied changes to the settings. This function
|
||||||
* does nothing unless @settings is in 'delay-apply' mode; see
|
* does nothing unless @settings is in 'delay-apply' mode; see
|
||||||
* g_settings_set_delay_apply(). In the normal case settings are
|
* g_settings_delay(). In the normal case settings are always applied
|
||||||
* always applied immediately.
|
* immediately.
|
||||||
*
|
*
|
||||||
* Change notifications will be emitted for affected keys.
|
* Change notifications will be emitted for affected keys.
|
||||||
**/
|
**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user