scan_word
Description:
[ Version ( deprecated = true , deprecated_since = "1.38" ) ]
public bool scan_word (ref string pos, StringBuilder @out)
Warning: scan_word is deprecated since 1.38.
Scans a word into a `GString` buffer.
A word consists of [A-Za-z_] followed by zero or more [A-Za-z_0-9]. Leading white space 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