[pango/simple-fontmap: 4/22] fontmap: Improve docs slightly




commit 2f36915a0ba18539e02348928054f1fdf69ccb11
Author: Matthias Clasen <mclasen redhat com>
Date:   Wed Dec 29 13:55:23 2021 -0500

    fontmap: Improve docs slightly
    
    Mention GListModel.

 pango/pango-fontmap.c | 5 +++++
 1 file changed, 5 insertions(+)
---
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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]