mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
stop using deprecated pango api
This commit is contained in:
parent
5bac4f13a0
commit
17d2ba94d6
@ -871,7 +871,7 @@ create_ascii_glyphs (PangoFont *font)
|
||||
if (!pango_coverage_get (coverage, i))
|
||||
break;
|
||||
}
|
||||
pango_coverage_unref (coverage);
|
||||
g_object_unref (coverage);
|
||||
if (i < MAX_ASCII_GLYPH)
|
||||
return NULL;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user