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