diff options
Diffstat (limited to 'pango/pangofc-decoder.h')
-rw-r--r-- | pango/pangofc-decoder.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/pango/pangofc-decoder.h b/pango/pangofc-decoder.h index 34b5f180..0178ab1b 100644 --- a/pango/pangofc-decoder.h +++ b/pango/pangofc-decoder.h @@ -84,8 +84,10 @@ struct _PangoFcDecoderClass /* vtable - not signals */ /*< public >*/ - FcCharSet *(*get_charset) (PangoFcFont *fcfont); - PangoGlyph (*get_glyph) (PangoFcFont *fcfont, + FcCharSet *(*get_charset) (PangoFcDecoder *decoder, + PangoFcFont *fcfont); + PangoGlyph (*get_glyph) (PangoFcDecoder *decoder, + PangoFcFont *fcfont, guint32 wc); /*< private >*/ |