Function
Pangoscan_string
Declaration [src]
gboolean
pango_scan_string (
const char** pos,
GString* out
)
Description [src]
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.
Deprecated since: | 1.38 |
Please do not use it in newly written code. |
Parameters
pos |
const char** |
In/out string position. |
|
The argument will be modified by the function. | |
The called function takes ownership of the data, and is responsible for freeing it. | |
The value is a NUL terminated UTF-8 string. | |
out |
GString |
A |
|
The data is owned by the caller of the function. |