Version 2.3.1, interface age 0.

Wed Nov 12 15:06:27 2003  Owen Taylor  <otaylor@redhat.com>

        * configure.in: Version 2.3.1, interface age 0.

        * NEWS: Update for 2.3.1.
This commit is contained in:
Owen Taylor
2003-11-12 20:28:35 +00:00
committed by Owen Taylor
parent 3f26235a5d
commit 9feec516be
65 changed files with 485 additions and 437 deletions

View File

@@ -27,7 +27,6 @@ the GETTEXT_PACKAGE macro suitably for your library:
The gettext manual.
</para>
<!-- ##### MACRO _ ##### -->
<para>
Marks a string for translation, gets replaced with the translated string
@@ -37,6 +36,7 @@ at runtime.
@String: the string to be translated
@Since: 2.4
<!-- ##### MACRO Q_ ##### -->
<para>
Like _(), but applies g_strip_context() to the translation. This has the

View File

@@ -58,6 +58,7 @@ The members of the <structname>GTypeModule</structname> structure should not
be accessed directly, except for the @name field.
</para>
@name:
<!-- ##### STRUCT GTypeModuleClass ##### -->
<para>
@@ -69,10 +70,6 @@ the @load and @unload functions in #GTypeModuleClass must be implemented.
@load: loads the module and registers one or more types using
g_type_module_register_type().
@unload: unloads the module
@reserved1:
@reserved2:
@reserved3:
@reserved4:
<!-- ##### FUNCTION g_type_module_use ##### -->
<para>