g_string_append_quoted


Description:


[ Version ( since = "4.17" ) ]
public void g_string_append_quoted (StringBuilder string, string unquoted)

Quotes a string unquoted and appends to an existing StringBuilder string.

The shell will interpret the quoted string to mean unquoted. The quoting style used is undefined (check g_shell_quote ()).

Parameters:

string

A StringBuilder.

unquoted

A literal string.


Namespace: Xfce