From 2bd9b3d7e44d9fc9985f46542824e378144bcb89 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 2 Aug 2019 11:04:34 +0100 Subject: Add PangoCoverage GType getter to the public header The `pango_coverage_get_type()` symbol is already public, but declared in a private header. Unless we move it to a public header the introspection scanner can't know that the C type maps to a GType. --- pango/pango-coverage.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pango/pango-coverage.h') diff --git a/pango/pango-coverage.h b/pango/pango-coverage.h index 9189af24..7467dbda 100644 --- a/pango/pango-coverage.h +++ b/pango/pango-coverage.h @@ -22,7 +22,7 @@ #ifndef __PANGO_COVERAGE_H__ #define __PANGO_COVERAGE_H__ -#include +#include #include #include @@ -62,6 +62,9 @@ typedef enum { PANGO_COVERAGE_EXACT } PangoCoverageLevel; +PANGO_AVAILABLE_IN_ALL +GType pango_coverage_get_type (void) G_GNUC_CONST; + PANGO_AVAILABLE_IN_ALL PangoCoverage * pango_coverage_new (void); PANGO_AVAILABLE_IN_ALL -- cgit v1.2.1