Virtual Method
Pango.FontMap.list_families
Declaration [src]
void
list_families (
PangoFontMap* fontmap,
PangoFontFamily*** families,
int* n_families
)
Description [src]
List all families for a fontmap.
Note that the returned families are not in any particular order.
PangoFontMap
also implemented the Gio.ListModel interface
for enumerating 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_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 |
|
Direction: out | |
The called function takes ownership of the data, and is responsible for freeing it |