Method

Pango.Context.list_families

Declaration [src]

void
pango_context_list_families (
  PangoContext* context,
  PangoFontFamily*** families,
  int* n_families
)

Description [src]

List all families for a context.

Parameters

families An array of PangoFontFamily
 

location to store a pointer to an array of PangoFontFamily. This array should be freed with g_free().

 Direction: out
 The length of the array is in the n_families argument
 The called function takes ownership of the data container, but not the data inside it
n_families int*
 

location to store the number of elements in descs

 Direction: out
 The called function takes ownership of the data, and is responsible for freeing it