mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
Fix docs in previous commit
This commit is contained in:
parent
3c5e1fd903
commit
820181a5de
@ -82,7 +82,7 @@ union _GTypeCValue
|
|||||||
* implement the varargs collection as a macro, because on some systems
|
* implement the varargs collection as a macro, because on some systems
|
||||||
* va_list variables cannot be passed by reference.
|
* va_list variables cannot be passed by reference.
|
||||||
*
|
*
|
||||||
* Since: 2.23.1
|
* Since: 2.24
|
||||||
*/
|
*/
|
||||||
#define G_VALUE_COLLECT_INIT(value, _value_type, var_args, flags, __error) \
|
#define G_VALUE_COLLECT_INIT(value, _value_type, var_args, flags, __error) \
|
||||||
G_STMT_START { \
|
G_STMT_START { \
|
||||||
@ -140,7 +140,7 @@ G_STMT_START { \
|
|||||||
* va_list variables cannot be passed by reference.
|
* va_list variables cannot be passed by reference.
|
||||||
*
|
*
|
||||||
* Note: If you are creating the @value argument just before calling this macro,
|
* Note: If you are creating the @value argument just before calling this macro,
|
||||||
* you should use the #G_VALUE_COLLECT_FULL variant and pass the unitialized
|
* you should use the #G_VALUE_COLLECT_INIT variant and pass the unitialized
|
||||||
* #GValue. That variant is faster than #G_VALUE_COLLECT.
|
* #GValue. That variant is faster than #G_VALUE_COLLECT.
|
||||||
*/
|
*/
|
||||||
#define G_VALUE_COLLECT(value, var_args, flags, __error) G_STMT_START { \
|
#define G_VALUE_COLLECT(value, var_args, flags, __error) G_STMT_START { \
|
||||||
|
Loading…
Reference in New Issue
Block a user