diff options
Diffstat (limited to 'font-viewer/sushi-font-widget.h')
-rw-r--r-- | font-viewer/sushi-font-widget.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/font-viewer/sushi-font-widget.h b/font-viewer/sushi-font-widget.h index d50b734f..28b8f727 100644 --- a/font-viewer/sushi-font-widget.h +++ b/font-viewer/sushi-font-widget.h @@ -63,6 +63,8 @@ SushiFontWidget *sushi_font_widget_new (const gchar *uri); FT_Face sushi_font_widget_get_ft_face (SushiFontWidget *self); +const gchar *sushi_font_widget_get_uri (SushiFontWidget *self); + G_END_DECLS #endif /* __SUSHI_FONT_WIDGET_H__ */ |