summaryrefslogtreecommitdiff
path: root/pango/pango-coverage.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-11-20 22:54:27 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-11-22 09:58:18 -0500
commit0b84e14251445de349038eca15d2559dfe25ae26 (patch)
tree7c731412f3e7029130f99eb063dc6099527b5dae /pango/pango-coverage.h
parenta31741faf6e59737c561574c3a7679ea185f4154 (diff)
downloadpango-0b84e14251445de349038eca15d2559dfe25ae26.tar.gz
Add more autoptr definitions
Diffstat (limited to 'pango/pango-coverage.h')
-rw-r--r--pango/pango-coverage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-coverage.h b/pango/pango-coverage.h
index dbee7e9f..b24d73d5 100644
--- a/pango/pango-coverage.h
+++ b/pango/pango-coverage.h
@@ -101,6 +101,8 @@ PANGO_DEPRECATED_IN_1_44
PangoCoverage *pango_coverage_from_bytes (guchar *bytes,
int n_bytes);
+G_DEFINE_AUTOPTR_CLEANUP_FUNC(PangoCoverage, pango_coverage_unref)
+
G_END_DECLS
#endif /* __PANGO_COVERAGE_H__ */