summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-12-29 13:55:23 -0500
committerMatthias Clasen <mclasen@redhat.com>2022-01-01 19:59:27 -0500
commit067c727321da5c05d90930768ce40ef6f9d83874 (patch)
tree5dc2c08365edff7b81c1ec8fa982058e11de863c
parenta260fb225fa17356da507658eb523167bef1070a (diff)
downloadpango-067c727321da5c05d90930768ce40ef6f9d83874.tar.gz
fontmap: Improve docs slightly
Mention GListModel.
-rw-r--r--pango/pango-fontmap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/pango/pango-fontmap.c b/pango/pango-fontmap.c
index 7321d975..71e3e20c 100644
--- a/pango/pango-fontmap.c
+++ b/pango/pango-fontmap.c
@@ -124,6 +124,11 @@ pango_font_map_load_font (PangoFontMap *fontmap,
* @n_families: (out): location to store the number of elements in @families
*
* List all families for a fontmap.
+ *
+ * Note that the returned families are not in any particular order.
+ *
+ * `PangoFontMap` also implemented the [iface@Gio.ListModel] interface
+ * for enumerating families.
*/
void
pango_font_map_list_families (PangoFontMap *fontmap,