Method

PangoLayoutget_log_attrs

Declaration

void
pango_layout_get_log_attrs (
  PangoLayout* layout,
  PangoLogAttr** attrs,
  gint* n_attrs
)

Description

No description available.

Parameters

attrs

Type: An array of PangoLogAttr*

No description available.

The argument will be set by the function.
The length of the array is specified in the n_attrs argument.
The caller of the method takes ownership of the data container, but not the data inside it.
n_attrs

Type: gint*

No description available.

The argument will be set by the function.