pub type GNumberParserError = c_uint;Expand description
GNumberParserError: @G_NUMBER_PARSER_ERROR_INVALID: string was not a valid number @G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS: string was a number, but out of bounds
Error codes returned by functions converting a string to a number.
Since: 2.54