diff --git a/pango.override b/pango.override
index afe43ab..0bb5209 100644
--- pango.override
+++ pango.override
@@ -27,6 +27,10 @@ headers
 #include <pygobject.h>
 #include <pango/pango.h>
 
+/* Fix problem with accessing private interface */
+PANGO_AVAILABLE_IN_ALL PangoFontMetrics *pango_font_metrics_new (void);
+PANGO_AVAILABLE_IN_ALL const char *pango_font_map_get_shape_engine_type (PangoFontMap *fontmap);
+
 typedef struct {
     PyObject *func, *data;
 } PyGtkCustomNotify;
