summaryrefslogtreecommitdiff
path: root/pango2/pango-generic-family.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-07-09 10:17:40 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-07-09 11:39:36 -0400
commita1eadd9d8f0e5c662ba34f94a9bb998aa2c2c759 (patch)
tree50a989475412e1eee43a8284e4d3c46baea3171c /pango2/pango-generic-family.h
parent42079c554c0ac67d996a5ce7ee760de4dbfb3f88 (diff)
downloadpango-a1eadd9d8f0e5c662ba34f94a9bb998aa2c2c759.tar.gz
Add pango2_generic_family_get_families
This is useful when dumping fontmaps.
Diffstat (limited to 'pango2/pango-generic-family.h')
-rw-r--r--pango2/pango-generic-family.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pango2/pango-generic-family.h b/pango2/pango-generic-family.h
index ab1d0fd2..6246d3a9 100644
--- a/pango2/pango-generic-family.h
+++ b/pango2/pango-generic-family.h
@@ -20,6 +20,7 @@
#pragma once
#include "pango-font.h"
+#include <gio/gio.h>
G_BEGIN_DECLS
@@ -35,4 +36,7 @@ PANGO2_AVAILABLE_IN_ALL
void pango2_generic_family_add_family (Pango2GenericFamily *self,
Pango2FontFamily *family);
+PANGO2_AVAILABLE_IN_ALL
+GListModel * pango2_generic_family_get_families (Pango2GenericFamily *self);
+
G_END_DECLS