mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
updates from new doc builds
This commit is contained in:
parent
34bef7ab9f
commit
0f27a7cd04
@ -136,7 +136,7 @@ variables like <envar>LANG</envar>, <envar>PATH</envar> or <envar>HOME</envar>.
|
||||
use Bohem GC alike algorithms to produce more accurate results.
|
||||
It can also be in conjunction with debugging features of the system's
|
||||
malloc implementation such as glibc's MALLOC_CHECK_=2 to debug
|
||||
erroneous slice allocation code, allthough <term>debug-blocks</term>
|
||||
erroneous slice allocation code, allthough <literal>debug-blocks</literal>
|
||||
usually is a better suited debugging tool.
|
||||
</para>
|
||||
</listitem>
|
||||
|
@ -138,6 +138,12 @@ A convenience function/macro to log a normal message.
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
|
||||
@ -175,6 +181,12 @@ variable (see <ulink url="glib-running.html">Running GLib Applications</ulink>).
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
|
||||
@ -217,6 +229,12 @@ the %G_DEBUG environment variable (see
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
|
||||
@ -254,6 +272,12 @@ assertion failure.
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
|
||||
@ -286,6 +310,12 @@ A convenience function/macro to log a debug message.
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
|
||||
@...:
|
||||
@Since: 2.6
|
||||
|
||||
|
@ -62,7 +62,7 @@ Flags passed to g_spawn_sync(), g_spawn_async() and g_spawn_async_with_pipes().
|
||||
will be closed before calling <function>exec()</function> in the child.
|
||||
@G_SPAWN_DO_NOT_REAP_CHILD: the child will not be automatically reaped; you
|
||||
must use g_child_watch_add() yourself (or call <function>waitpid()</function>
|
||||
or handle <literal>SIGCHLD</literal> yourself), or the child will become a zombie.
|
||||
or handle <literal>SIGCHLD</literal> yourself), or the child will become a zombie.
|
||||
@G_SPAWN_SEARCH_PATH: <literal>argv[0]</literal> need not be an absolute path,
|
||||
it will be looked for in the user's <envar>PATH</envar>.
|
||||
@G_SPAWN_STDOUT_TO_DEV_NULL: the child's standad output will be discarded,
|
||||
|
@ -75,7 +75,7 @@ The returned string should be freed when no longer needed.
|
||||
</para>
|
||||
|
||||
@length:
|
||||
@fill_char:
|
||||
@fill_char:
|
||||
@Returns:
|
||||
|
||||
|
||||
|
@ -43,7 +43,7 @@ string.
|
||||
</para>
|
||||
|
||||
@init:
|
||||
@Returns:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_new_len ##### -->
|
||||
@ -61,8 +61,8 @@ string.
|
||||
|
||||
</para>
|
||||
|
||||
@dfl_size:
|
||||
@Returns:
|
||||
@dfl_size:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_assign ##### -->
|
||||
@ -72,7 +72,7 @@ string.
|
||||
|
||||
@string:
|
||||
@rval:
|
||||
@Returns:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### MACRO g_string_sprintf ##### -->
|
||||
@ -81,17 +81,20 @@ string.
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### MACRO g_string_sprintfa ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_printf ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@string:
|
||||
@format:
|
||||
@Varargs:
|
||||
|
||||
@ -101,9 +104,9 @@ string.
|
||||
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@string:
|
||||
@format:
|
||||
@Varargs:
|
||||
@Varargs:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_append ##### -->
|
||||
@ -111,8 +114,9 @@ string.
|
||||
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@Returns:
|
||||
@string:
|
||||
@val:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_append_c ##### -->
|
||||
@ -140,10 +144,10 @@ string.
|
||||
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@string:
|
||||
@val:
|
||||
@len:
|
||||
@Returns:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_prepend ##### -->
|
||||
@ -153,7 +157,7 @@ string.
|
||||
|
||||
@string:
|
||||
@val:
|
||||
@Returns:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_prepend_c ##### -->
|
||||
@ -162,7 +166,8 @@ string.
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@Returns:
|
||||
@c:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_prepend_unichar ##### -->
|
||||
@ -183,7 +188,7 @@ string.
|
||||
@string:
|
||||
@val:
|
||||
@len:
|
||||
@Returns:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_insert ##### -->
|
||||
@ -191,8 +196,8 @@ string.
|
||||
|
||||
</para>
|
||||
|
||||
|
||||
@pos:
|
||||
@string:
|
||||
@pos:
|
||||
@val:
|
||||
@Returns:
|
||||
|
||||
@ -216,7 +221,7 @@ string.
|
||||
@string:
|
||||
@pos:
|
||||
@wc:
|
||||
@Returns:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_insert_len ##### -->
|
||||
@ -228,17 +233,19 @@ string.
|
||||
@pos:
|
||||
@val:
|
||||
@len:
|
||||
@Returns:
|
||||
@Returns:
|
||||
o
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_erase ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@string:
|
||||
@pos:
|
||||
@len:
|
||||
@Returns:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_truncate ##### -->
|
||||
@ -246,9 +253,9 @@ o
|
||||
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@string:
|
||||
@len:
|
||||
@Returns:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_set_size ##### -->
|
||||
@ -267,7 +274,7 @@ o
|
||||
</para>
|
||||
|
||||
@string:
|
||||
@free_segment:
|
||||
@free_segment:
|
||||
@Returns:
|
||||
|
||||
|
||||
@ -292,8 +299,8 @@ o
|
||||
|
||||
</para>
|
||||
|
||||
@str:
|
||||
@Returns:
|
||||
@str:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_string_equal ##### -->
|
||||
|
@ -140,7 +140,7 @@ this struct.
|
||||
|
||||
@pool:
|
||||
@immediate:
|
||||
@wait:
|
||||
@wait_:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_thread_pool_set_max_unused_threads ##### -->
|
||||
|
@ -463,7 +463,6 @@ url="http://www.unicode.org/reports/tr24/">Unicode Standard Annex
|
||||
@G_UNICODE_SCRIPT_PHAGS_PA: Phags-pa
|
||||
@G_UNICODE_SCRIPT_NKO: N'Ko
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_unichar_get_script ##### -->
|
||||
<para>
|
||||
|
||||
|
@ -232,11 +232,13 @@ than to write one yourself using g_enum_register_static().
|
||||
</para>
|
||||
|
||||
@name: A nul-terminated string used as the name of the new type.
|
||||
@_static_values:
|
||||
@Returns: The new type identifier.
|
||||
<!-- # Unused Parameters # -->
|
||||
@const_static_values: An array of #GEnumValue structs for the possible
|
||||
enumeration values. The array is terminated by a struct with all
|
||||
members being 0. GObject keeps a reference to the data, so it cannot
|
||||
be stack-allocated.
|
||||
@Returns: The new type identifier.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_flags_register_static ##### -->
|
||||
@ -250,10 +252,13 @@ than to write one yourself using g_flags_register_static().
|
||||
</para>
|
||||
|
||||
@name: A nul-terminated string used as the name of the new type.
|
||||
@_static_values:
|
||||
@Returns: The new type identifier.
|
||||
<!-- # Unused Parameters # -->
|
||||
@const_static_values: An array of #GFlagsValue structs for the possible
|
||||
flags values. The array is terminated by a struct with all members being 0.
|
||||
GObject keeps a reference to the data, so it cannot be stack-allocated.
|
||||
@Returns: The new type identifier.
|
||||
|
||||
|
||||
<!-- ##### FUNCTION g_enum_complete_type_info ##### -->
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user