Go to the source code of this file.
|
| void | str_repr_encode (GString *escaped_string, const gchar *str, gssize str_len, const gchar *forbidden_chars) |
| |
| void | str_repr_encode_append (GString *escaped_string, const gchar *str, gssize str_len, const gchar *forbidden_chars) |
| |
◆ str_repr_encode()
| void str_repr_encode |
( |
GString * |
escaped_string, |
|
|
const gchar * |
str, |
|
|
gssize |
str_len, |
|
|
const gchar * |
forbidden_chars |
|
) |
| |
◆ str_repr_encode_append()
| void str_repr_encode_append |
( |
GString * |
escaped_string, |
|
|
const gchar * |
str, |
|
|
gssize |
str_len, |
|
|
const gchar * |
forbidden_chars |
|
) |
| |