API Version: 2.0
Library Version: 2.83.0
Generated by gi-docgen 2024.1
gint g_unichar_xdigit_value ( gunichar c )
Determines the numeric value of a character as a hexadecimal digit.
c
Type: gunichar
gunichar
A Unicode character.
Type: gint
gint
If c is a hex digit (according to g_unichar_isxdigit()), its numeric value. Otherwise, -1.