Go to the source code of this file.
◆ parse_double()
| gboolean parse_double |
( |
const gchar * |
str, |
|
|
gdouble * |
result |
|
) |
| |
◆ parse_generic_number()
| gboolean parse_generic_number |
( |
const char * |
str, |
|
|
GenericNumber * |
number |
|
) |
| |
◆ parse_int64()
| gboolean parse_int64 |
( |
const gchar * |
str, |
|
|
gint64 * |
result |
|
) |
| |
◆ parse_int64_base16()
| gboolean parse_int64_base16 |
( |
const gchar * |
str, |
|
|
gint64 * |
result |
|
) |
| |
◆ parse_int64_base8()
| gboolean parse_int64_base8 |
( |
const gchar * |
str, |
|
|
gint64 * |
result |
|
) |
| |
◆ parse_int64_base_any()
| gboolean parse_int64_base_any |
( |
const gchar * |
str, |
|
|
gint64 * |
result |
|
) |
| |
◆ parse_int64_with_suffix()
| gboolean parse_int64_with_suffix |
( |
const gchar * |
str, |
|
|
gint64 * |
result |
|
) |
| |