Go to the source code of this file.
|
| typedef gboolean(* | MatchDelimiterFunc) (const gchar *cur, const gchar **new_cur, gpointer user_data) |
| |
|
| 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_with_options (GString *value, const gchar *input, const gchar **end, const StrReprDecodeOptions *options) |
| |
| gboolean | str_repr_decode_append_with_options (GString *value, const gchar *input, const gchar **end, const StrReprDecodeOptions *options) |
| |
◆ MatchDelimiterFunc
| typedef gboolean(* MatchDelimiterFunc) (const gchar *cur, const gchar **new_cur, gpointer user_data) |
◆ str_repr_decode()
| gboolean str_repr_decode |
( |
GString * |
value, |
|
|
const gchar * |
input, |
|
|
const gchar ** |
end |
|
) |
| |
◆ str_repr_decode_append()
| gboolean str_repr_decode_append |
( |
GString * |
value, |
|
|
const gchar * |
input, |
|
|
const gchar ** |
end |
|
) |
| |
◆ str_repr_decode_append_with_options()
| gboolean str_repr_decode_append_with_options |
( |
GString * |
value, |
|
|
const gchar * |
input, |
|
|
const gchar ** |
end, |
|
|
const StrReprDecodeOptions * |
options |
|
) |
| |
◆ str_repr_decode_with_options()
| gboolean str_repr_decode_with_options |
( |
GString * |
value, |
|
|
const gchar * |
input, |
|
|
const gchar ** |
end, |
|
|
const StrReprDecodeOptions * |
options |
|
) |
| |