g_string_append_uri_escaped ( string unescaped reserved_chars_allowed allow_utf8 -- GString* )


Vocabulary
glib.ffi

Inputs
stringan object
unescapedan object
reserved_chars_allowedan object
allow_utf8an object


Outputs
GString*an object


Definition


LIBRARY: glib FUNCTION: GString* g_string_append_uri_escaped
( GString* string, gchar* unescaped, gchar*
reserved_chars_allowed, gboolean allow_utf8 )