API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.48
#define g_uint_checked_add ( dest, a, b )
Performs a checked addition of a and b, storing the result in dest.
a
b
dest
If the operation is successful, TRUE is returned. If the operation overflows then the state of dest is undefined and FALSE is returned.
TRUE
FALSE
Available since: 2.48
This function is not directly available to language bindings.
Type: -
-
A pointer to the #guint destination.
The #guint left operand.
The #guint right operand.