API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.16
#define g_assert_cmphex ( n1, cmp, n2 )
Debugging macro to compare to unsigned integers.
This is a variant of g_assert_cmpuint() that displays the numbers in hexadecimal notation in the message.
g_assert_cmpuint()
Available since: 2.16
This function is not directly available to language bindings.
n1
Type: -
-
An unsigned integer.
cmp
The comparison operator to use. One of ==, !=, <, >, <=, >=.
==
!=
<
>
<=
>=
n2
Another unsigned integer.