From d936cb03dd2f88b68ce60ce5fb7ac9698180c662 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 8 Jan 2017 17:37:31 +0100 Subject: Fontviewer: Update SushiFontLoader and SushiFontWidget from sushi taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=026e378 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=044842e https://git.gnome.org/browse/gnome-font-viewer/commit/?id=63268c1 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=0d617cf https://git.gnome.org/browse/gnome-font-viewer/commit/?id=4940840 https://git.gnome.org/browse/gnome-font-viewer/commit/?id=f0aac98 and others --- font-viewer/sushi-font-widget.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'font-viewer/sushi-font-widget.h') 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__ */ -- cgit v1.2.1