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.
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>

View File

@ -140,6 +140,12 @@ A convenience function/macro to log a normal message.
@...:
@...:
@...:
@...:
<!-- ##### MACRO g_warning ##### -->
<para>
@ -177,6 +183,12 @@ variable (see <ulink url="glib-running.html">Running GLib Applications</ulink>).
@...:
@...:
@...:
@...:
<!-- ##### MACRO g_critical ##### -->
<para>
@ -219,6 +231,12 @@ the %G_DEBUG environment variable (see
@...:
@...:
@...:
@...:
<!-- ##### MACRO g_error ##### -->
<para>
@ -256,6 +274,12 @@ assertion failure.
@...:
@...:
@...:
@...:
<!-- ##### MACRO g_debug ##### -->
<para>
@ -286,6 +310,12 @@ A convenience function/macro to log a debug message.
@...:
@...:
@...:
@...:
@...:
@Since: 2.6

View File

@ -81,11 +81,14 @@ string.
</para>
<!-- ##### MACRO g_string_sprintfa ##### -->
<para>
</para>
<!-- ##### FUNCTION g_string_printf ##### -->
<para>
@ -112,6 +115,7 @@ string.
</para>
@string:
@val:
@Returns:
@ -162,6 +166,7 @@ string.
</para>
@string:
@c:
@Returns:
@ -191,7 +196,7 @@ string.
</para>
@string:
@pos:
@val:
@Returns:
@ -231,12 +236,14 @@ string.
@Returns:
o
<!-- ##### FUNCTION g_string_erase ##### -->
<para>
</para>
@string:
@pos:
@len:
@Returns:

View File

@ -140,7 +140,7 @@ this struct.
@pool:
@immediate:
@wait:
@wait_:
<!-- ##### 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_NKO: N'Ko
<!-- ##### FUNCTION g_unichar_get_script ##### -->
<para>

View File

@ -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>