Function

Pangoget_log_attrs

since: 1.0

Declaration

void
pango_get_log_attrs (
  const char* text,
  int length,
  int level,
  PangoLanguage* language,
  PangoLogAttr* attrs,
  int attrs_len
)

Description

No description available.

Available since: 1.0

Parameters

text

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
length

Type: int

No description available.

level

Type: int

No description available.

language

Type: PangoLanguage

No description available.

The data is owned by the caller of the function.
attrs

Type: An array of PangoLogAttr

No description available.

The length of the array is specified in the attrs_len argument.
The data is owned by the caller of the function.
attrs_len

Type: int

No description available.