Add G_VA_COPY

2005-07-13  Matthias Clasen  <mclasen@redhat.com>

	* glib/glib-overrides.txt: Add G_VA_COPY
This commit is contained in:
Matthias Clasen 2005-07-13 18:57:18 +00:00 committed by Matthias Clasen
parent 7b70e24179
commit deef36d182
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,7 @@
2005-07-13 Matthias Clasen <mclasen@redhat.com>
* glib/glib-overrides.txt: Add G_VA_COPY
* glib/tmpl/option.sgml: Document that short names must
be printable ASCII characters != '-'.

View File

@ -305,3 +305,8 @@ gint *atomic
<STRUCT>
<NAME>GIConv</NAME>
</STRUCT>
<MACRO>
<NAME>G_VA_COPY</NAME>
#define G_VA_COPY(ap1,ap2)
</MACRO>

View File

@ -81,7 +81,6 @@ yourself, because this macro may use <function>memmove()</function> and GLib
does not include <function>string.h</function> for you.
</para>
<!-- # Unused Parameters # -->
@ap1: the <type>va_list</type> variable to place a copy of @ap2 in.
@ap2: a <type>va_list</type>.