mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-04 16:36:17 +01:00
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:
parent
7b70e24179
commit
deef36d182
@ -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 != '-'.
|
||||
|
||||
|
@ -305,3 +305,8 @@ gint *atomic
|
||||
<STRUCT>
|
||||
<NAME>GIConv</NAME>
|
||||
</STRUCT>
|
||||
|
||||
<MACRO>
|
||||
<NAME>G_VA_COPY</NAME>
|
||||
#define G_VA_COPY(ap1,ap2)
|
||||
</MACRO>
|
||||
|
@ -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>.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user