diff options
Diffstat (limited to 'pango/pangofc-font.h')
-rw-r--r-- | pango/pangofc-font.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/pango/pangofc-font.h b/pango/pangofc-font.h index e9738295..51a6e952 100644 --- a/pango/pangofc-font.h +++ b/pango/pangofc-font.h @@ -93,13 +93,12 @@ struct _PangoFcFont * corresponding to the specified character. * @get_glyph: Gets the glyph that corresponds to the given * Unicode character. - * @get_unknown_glyph: Gets the glyph that should be used to - * display an unknown-glyph indication for the specified - * Unicode character. - * May be %NULL. - * @shutdown: Performs any font-specific shutdown code that - * needs to be done when pango_fc_font_map_shutdown is called. - * May be %NULL. + * @get_unknown_glyph: (nullable): Gets the glyph that + * should be used to display an unknown-glyph indication + * for the specified Unicode character. May be %NULL. + * @shutdown: (nullable): Performs any font-specific + * shutdown code that needs to be done when + * pango_fc_font_map_shutdown is called. May be %NULL. * * Class structure for #PangoFcFont. **/ |