Function

PangoFontdescriptions_free

Declaration

void
pango_font_descriptions_free (
  PangoFontDescription** descs,
  int n_descs
)

Description

No description available.

Parameters

descs

Type: An array of PangoFontDescription*

No description available.

The argument can be NULL.
The length of the array is specified in the n_descs argument.
The called function takes ownership of the data, and is responsible for freeing it.
n_descs

Type: int

No description available.