Docs: Mention that G_VA_COPY() must be followed by va_end()

This commit is contained in:
Avinash Sonawane 2021-08-16 20:05:59 +00:00 committed by Philip Withnall
parent 27daa925b6
commit 31f793b71a

View File

@ -1880,6 +1880,9 @@
* In order to use this function, you must include string.h yourself,
* because this macro may use memmove() and GLib does not include
* string.h for you.
*
* Each invocation of `G_VA_COPY (ap1, ap2)` must be matched with a
* corresponding `va_end (ap1)` call in the same function.
*/
/**