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