
Classes | |
| struct | StrReprDecodeState |
Enumerations | |
| enum | { KV_QUOTE_INITIAL = 0 , KV_QUOTE_STRING , KV_QUOTE_BACKSLASH , KV_QUOTE_FINISH , KV_EXPECT_DELIMITER , KV_QUOTE_ERROR , KV_UNQUOTED_CHARACTERS , KV_FINISH_SUCCESS , KV_FINISH_FAILURE } |
Functions | |
| gboolean | str_repr_decode_append_with_options (GString *value, const gchar *input, const gchar **end, const StrReprDecodeOptions *options) |
| gboolean | str_repr_decode_append (GString *value, const gchar *input, const gchar **end) |
| gboolean | str_repr_decode (GString *value, const gchar *input, const gchar **end) |
| gboolean | str_repr_decode_with_options (GString *value, const gchar *input, const gchar **end, const StrReprDecodeOptions *options) |
| anonymous enum |
| gboolean str_repr_decode | ( | GString * | value, |
| const gchar * | input, | ||
| const gchar ** | end | ||
| ) |
| gboolean str_repr_decode_append | ( | GString * | value, |
| const gchar * | input, | ||
| const gchar ** | end | ||
| ) |
| gboolean str_repr_decode_append_with_options | ( | GString * | value, |
| const gchar * | input, | ||
| const gchar ** | end, | ||
| const StrReprDecodeOptions * | options | ||
| ) |
| gboolean str_repr_decode_with_options | ( | GString * | value, |
| const gchar * | input, | ||
| const gchar ** | end, | ||
| const StrReprDecodeOptions * | options | ||
| ) |