Add G_VA_COPY
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Jul 2005 18:57:18 +0000 (18:57 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 13 Jul 2005 18:57:18 +0000 (18:57 +0000)
2005-07-13  Matthias Clasen  <mclasen@redhat.com>

* glib/glib-overrides.txt: Add G_VA_COPY

docs/reference/ChangeLog
docs/reference/glib/glib-overrides.txt
docs/reference/glib/tmpl/macros_misc.sgml

index 283591a..d32aab0 100644 (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 != '-'.
 
index d645afc..9b8e308 100644 (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>
index 0d070d7..7ac96ca 100644 (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>.