Method
Pango.FontMap.list_families
Declaration [src]
void
pango_font_map_list_families (
  PangoFontMap* fontmap,
  PangoFontFamily*** families,
  int* n_families
)
Parameters
| families | An array of PangoFontFamily | 
| location to store a pointer to an array of  | |
| Direction: out | |
| The length of the array is in the n_familiesargument | |
| Ownership of the container type is transferred to the callee | |
| n_families | int* | 
| location to store the number of elements in  | |
| Direction: out | |
| Ownership of the data is transferred to the callee |