API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
since: 2.2
#define G_UNLIKELY ( expr )
Hints the compiler that the expression is unlikely to evaluate to a true value. The compiler may use this information for optimizations.
if (G_UNLIKELY (random () == 1)) g_print ("a random one");
Available since: 2.2
This function is not directly available to language bindings.
expr
Type: -
-
The expression.