Function
Pango.scan_word
Declaration [src]
gboolean
pango_scan_word (
const char** pos,
GString* out
)
Description [src]
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.