Function Macro

GLibuint64_checked_add

since: 2.48

Declaration [src]

#define g_uint64_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 #guint64 destination.

a

Type: -

The #guint64 left operand.

b

Type: -

The #guint64 right operand.