summaryrefslogtreecommitdiff
path: root/pango/pangocairo-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pangocairo-private.h')
-rw-r--r--pango/pangocairo-private.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/pango/pangocairo-private.h b/pango/pangocairo-private.h
index 64e9a4d9..b964d7f4 100644
--- a/pango/pangocairo-private.h
+++ b/pango/pangocairo-private.h
@@ -56,14 +56,12 @@ struct _PangoCairoFontIface
{
GTypeInterface g_iface;
- void (*make_current) (PangoCairoFont *font,
- cairo_t *cr);
+ cairo_font_t *(*get_cairo_font) (PangoCairoFont *font);
};
GType pango_cairo_font_get_type (void);
-void _pango_cairo_font_make_current (PangoCairoFont *font,
- cairo_t *cr);
+cairo_font_t *_pango_cairo_font_get_cairo_font (PangoCairoFont *font);
#define PANGO_TYPE_CAIRO_RENDERER (pango_cairo_renderer_get_type())
#define PANGO_CAIRO_RENDERER(object) (G_TYPE_CHECK_INSTANCE_CAST ((object), PANGO_TYPE_CAIRO_RENDERER, PangoCairoRenderer))