summaryrefslogtreecommitdiff
path: root/examples/pangowin32tobmp.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-01-10 16:52:34 +0000
committerMatthias Clasen <mclasen@redhat.com>2022-01-10 16:52:34 +0000
commit1d580bd003b8c998e2e410c12ca84f097c56f853 (patch)
tree6127a158d45897d110ab0fe7b59a6304105247af /examples/pangowin32tobmp.c
parent523f0cd58d6ef400e23c3862854c241932669da0 (diff)
parentc295c78c8ff51885073bd7f95aa742afc5f20dbd (diff)
downloadpango-1d580bd003b8c998e2e410c12ca84f097c56f853.tar.gz
Merge branch 'deprecate-coverage-ref' into 'main'
Drop uses of pango_coverage_ref/unref See merge request GNOME/pango!577
Diffstat (limited to 'examples/pangowin32tobmp.c')
-rw-r--r--examples/pangowin32tobmp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/pangowin32tobmp.c b/examples/pangowin32tobmp.c
index a71017e7..c27eac94 100644
--- a/examples/pangowin32tobmp.c
+++ b/examples/pangowin32tobmp.c
@@ -125,7 +125,7 @@ int main (int argc, char **argv)
/* ... */
- pango_coverage_unref (coverage);
+ g_object_unref (coverage);
pango_font_description_free (desc);
g_object_unref (font);
}
@@ -239,7 +239,7 @@ int main (int argc, char **argv)
pango_glyph_string_free (glyphs);
pango_item_free (item);
- pango_coverage_unref (coverage);
+ g_object_unref (coverage);
g_object_unref (font);
}
pango_font_description_free (desc);