Function

Pangoscan_string

deprecated: 1.38 since: 1.0

Declaration

gboolean
pango_scan_string (
  const char** pos,
  GString* out
)

Description

No description available.

Available since: 1.0

Deprecated since: 1.38

Please do not use it in newly written code.

Parameters

pos

Type: const char**

No description available.

The argument will be modified by the function.
The caller of the function takes ownership of the data, and is responsible for freeing it.
The value is a NUL terminated UTF-8 string.
out

Type: GString

No description available.

The data is owned by the caller of the function.

Return value

Type: gboolean

No description available.