summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2023-05-02 03:42:57 +0000
committerMatthias Clasen <mclasen@redhat.com>2023-05-02 03:42:57 +0000
commit06e133fb08058d6ddb55315241ea5f35c31e19f2 (patch)
treea2915a1c52d9d4b960b3e5f1f6264afc8fd19199
parent12c14a188f0e880bde88e18fa7fe845458e8770a (diff)
parentae6e7366bf893f9da9d58f53c536e057be1b070d (diff)
downloadpango-06e133fb08058d6ddb55315241ea5f35c31e19f2.tar.gz
Merge branch 'ricotz/listmodel' into 'main'
fonts: Consistently use PANGO_TYPE_FONT_FACE as GListModel item-type See merge request GNOME/pango!686
-rw-r--r--pango/fonts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/fonts.c b/pango/fonts.c
index e259f8c7..748f8a43 100644
--- a/pango/fonts.c
+++ b/pango/fonts.c
@@ -2402,7 +2402,7 @@ pango_font_family_get_property (GObject *object,
switch (property_id)
{
case PROP_ITEM_TYPE:
- g_value_set_gtype (value, PANGO_TYPE_FONT);
+ g_value_set_gtype (value, PANGO_TYPE_FONT_FACE);
break;
case PROP_N_ITEMS: