Function Macro

GLibsize_checked_add

since: 2.48

Declaration [src]

#define g_size_checked_add (
  dest,
  a,
  b
)

Description [src]

Performs a checked addition of a and b, storing the result in dest.

If the operation is successful, TRUE is returned. If the operation overflows then the state of dest is undefined and FALSE is returned.

Available since: 2.48

This function is not directly available to language bindings.

Parameters

dest

Type: -

A pointer to the #gsize destination.

a

Type: -

The #gsize left operand.

b

Type: -

The #gsize right operand.