updates from new doc builds

This commit is contained in:
Tim Janik
2006-12-28 14:14:29 +00:00
parent 34bef7ab9f
commit 0f27a7cd04
8 changed files with 73 additions and 32 deletions

View File

@@ -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. use Bohem GC alike algorithms to produce more accurate results.
It can also be in conjunction with debugging features of the system's It can also be in conjunction with debugging features of the system's
malloc implementation such as glibc's MALLOC_CHECK_=2 to debug 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. usually is a better suited debugging tool.
</para> </para>
</listitem> </listitem>

View File

@@ -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 @Since: 2.6

View File

@@ -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. 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 @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> 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, @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>. 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, @G_SPAWN_STDOUT_TO_DEV_NULL: the child's standad output will be discarded,

View File

@@ -75,7 +75,7 @@ The returned string should be freed when no longer needed.
</para> </para>
@length: @length:
@fill_char: @fill_char:
@Returns: @Returns:

View File

@@ -43,7 +43,7 @@ string.
</para> </para>
@init: @init:
@Returns: @Returns:
<!-- ##### FUNCTION g_string_new_len ##### --> <!-- ##### FUNCTION g_string_new_len ##### -->
@@ -61,8 +61,8 @@ string.
</para> </para>
@dfl_size: @dfl_size:
@Returns: @Returns:
<!-- ##### FUNCTION g_string_assign ##### --> <!-- ##### FUNCTION g_string_assign ##### -->
@@ -72,7 +72,7 @@ string.
@string: @string:
@rval: @rval:
@Returns: @Returns:
<!-- ##### MACRO g_string_sprintf ##### --> <!-- ##### MACRO g_string_sprintf ##### -->
@@ -81,17 +81,20 @@ string.
</para> </para>
<!-- ##### MACRO g_string_sprintfa ##### --> <!-- ##### MACRO g_string_sprintfa ##### -->
<para> <para>
</para> </para>
<!-- ##### FUNCTION g_string_printf ##### --> <!-- ##### FUNCTION g_string_printf ##### -->
<para> <para>
</para> </para>
@string: @string:
@format: @format:
@Varargs: @Varargs:
@@ -101,9 +104,9 @@ string.
</para> </para>
@string: @string:
@format: @format:
@Varargs: @Varargs:
<!-- ##### FUNCTION g_string_append ##### --> <!-- ##### FUNCTION g_string_append ##### -->
@@ -111,8 +114,9 @@ string.
</para> </para>
@string: @string:
@Returns: @val:
@Returns:
<!-- ##### FUNCTION g_string_append_c ##### --> <!-- ##### FUNCTION g_string_append_c ##### -->
@@ -140,10 +144,10 @@ string.
</para> </para>
@string: @string:
@val: @val:
@len: @len:
@Returns: @Returns:
<!-- ##### FUNCTION g_string_prepend ##### --> <!-- ##### FUNCTION g_string_prepend ##### -->
@@ -153,7 +157,7 @@ string.
@string: @string:
@val: @val:
@Returns: @Returns:
<!-- ##### FUNCTION g_string_prepend_c ##### --> <!-- ##### FUNCTION g_string_prepend_c ##### -->
@@ -162,7 +166,8 @@ string.
</para> </para>
@string: @string:
@Returns: @c:
@Returns:
<!-- ##### FUNCTION g_string_prepend_unichar ##### --> <!-- ##### FUNCTION g_string_prepend_unichar ##### -->
@@ -183,7 +188,7 @@ string.
@string: @string:
@val: @val:
@len: @len:
@Returns: @Returns:
<!-- ##### FUNCTION g_string_insert ##### --> <!-- ##### FUNCTION g_string_insert ##### -->
@@ -191,8 +196,8 @@ string.
</para> </para>
@string:
@pos: @pos:
@val: @val:
@Returns: @Returns:
@@ -216,7 +221,7 @@ string.
@string: @string:
@pos: @pos:
@wc: @wc:
@Returns: @Returns:
<!-- ##### FUNCTION g_string_insert_len ##### --> <!-- ##### FUNCTION g_string_insert_len ##### -->
@@ -228,17 +233,19 @@ string.
@pos: @pos:
@val: @val:
@len: @len:
@Returns: @Returns:
o o
<!-- ##### FUNCTION g_string_erase ##### --> <!-- ##### FUNCTION g_string_erase ##### -->
<para> <para>
</para> </para>
@string: @string:
@pos:
@len: @len:
@Returns: @Returns:
<!-- ##### FUNCTION g_string_truncate ##### --> <!-- ##### FUNCTION g_string_truncate ##### -->
@@ -246,9 +253,9 @@ o
</para> </para>
@string: @string:
@len: @len:
@Returns: @Returns:
<!-- ##### FUNCTION g_string_set_size ##### --> <!-- ##### FUNCTION g_string_set_size ##### -->
@@ -267,7 +274,7 @@ o
</para> </para>
@string: @string:
@free_segment: @free_segment:
@Returns: @Returns:
@@ -292,8 +299,8 @@ o
</para> </para>
@str: @str:
@Returns: @Returns:
<!-- ##### FUNCTION g_string_equal ##### --> <!-- ##### FUNCTION g_string_equal ##### -->

View File

@@ -140,7 +140,7 @@ this struct.
@pool: @pool:
@immediate: @immediate:
@wait: @wait_:
<!-- ##### FUNCTION g_thread_pool_set_max_unused_threads ##### --> <!-- ##### FUNCTION g_thread_pool_set_max_unused_threads ##### -->

View File

@@ -463,7 +463,6 @@ url="http://www.unicode.org/reports/tr24/">Unicode Standard Annex
@G_UNICODE_SCRIPT_PHAGS_PA: Phags-pa @G_UNICODE_SCRIPT_PHAGS_PA: Phags-pa
@G_UNICODE_SCRIPT_NKO: N'Ko @G_UNICODE_SCRIPT_NKO: N'Ko
<!-- ##### FUNCTION g_unichar_get_script ##### --> <!-- ##### FUNCTION g_unichar_get_script ##### -->
<para> <para>

View File

@@ -232,11 +232,13 @@ than to write one yourself using g_enum_register_static().
</para> </para>
@name: A nul-terminated string used as the name of the new type. @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 @const_static_values: An array of #GEnumValue structs for the possible
enumeration values. The array is terminated by a struct with all enumeration values. The array is terminated by a struct with all
members being 0. GObject keeps a reference to the data, so it cannot members being 0. GObject keeps a reference to the data, so it cannot
be stack-allocated. be stack-allocated.
@Returns: The new type identifier.
<!-- ##### FUNCTION g_flags_register_static ##### --> <!-- ##### FUNCTION g_flags_register_static ##### -->
@@ -250,10 +252,13 @@ than to write one yourself using g_flags_register_static().
</para> </para>
@name: A nul-terminated string used as the name of the new type. @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 @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. 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. GObject keeps a reference to the data, so it cannot be stack-allocated.
@Returns: The new type identifier.
<!-- ##### FUNCTION g_enum_complete_type_info ##### --> <!-- ##### FUNCTION g_enum_complete_type_info ##### -->
<para> <para>