scan_string


Description:


[ Version ( deprecated = true , deprecated_since = "1.38" ) ]
public bool scan_string (ref string pos, StringBuilder @out)

Warning: scan_string is deprecated since 1.38.

Scans a string into a `GString` buffer.

The string may either be a sequence of non-white-space characters, or a quoted string with '"'. Instead a quoted string, '\"' represents a literal quote. Leading white space outside of quotes is skipped.

Parameters:

pos

in/out string position

out

a `GString` into which to write the result

Returns:

false if a parse error occurred


Namespace: Pango
Package: pango