Mark 2.2 API additions.

This commit is contained in:
Matthias Clasen
2002-11-28 00:15:45 +00:00
parent d2c266b3dd
commit a69dc4b65d
16 changed files with 114 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ To free a #GByteArray, use g_byte_array_free().
</para>
<example>
<title>Using a <structname>GByteArray</structname>.</title>
<title>Using a <structname>GByteArray</structname></title>
<programlisting>
GByteArray *gbarray;
gint i;

View File

@@ -38,7 +38,7 @@ To set the size of a pointer array, use g_ptr_array_set_size().
To free a pointer array, use g_ptr_array_free().
</para>
<example>
<title>Using a <structname>GPtrArray</structname>.</title>
<title>Using a <structname>GPtrArray</structname></title>
<programlisting>
GPtrArray *gparray;
gchar *string1 = "one", *string2 = "two", *string3 = "three";