mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
gstrfuncs: Remove g_strescape docs from the header
They are not visible in the API reference with gi-docgen.
This commit is contained in:
parent
c167562b38
commit
701412530b
@ -330,14 +330,6 @@ g_strdup_inline (const char *str)
|
|||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_ALL
|
||||||
gchar* g_strcompress (const gchar *source) G_GNUC_MALLOC;
|
gchar* g_strcompress (const gchar *source) G_GNUC_MALLOC;
|
||||||
|
|
||||||
/* Copy a string escaping nonprintable characters like in C strings.
|
|
||||||
* Inverse of g_strcompress. The exceptions parameter, if non-NULL, points
|
|
||||||
* to a string containing characters that are not to be escaped.
|
|
||||||
*
|
|
||||||
* Deprecated API: gchar* g_strescape (const gchar *source);
|
|
||||||
* Luckily this function wasn't used much, using NULL as second parameter
|
|
||||||
* provides mostly identical semantics.
|
|
||||||
*/
|
|
||||||
GLIB_AVAILABLE_IN_ALL
|
GLIB_AVAILABLE_IN_ALL
|
||||||
gchar* g_strescape (const gchar *source,
|
gchar* g_strescape (const gchar *source,
|
||||||
const gchar *exceptions) G_GNUC_MALLOC;
|
const gchar *exceptions) G_GNUC_MALLOC;
|
||||||
|
Loading…
Reference in New Issue
Block a user