diff options
Diffstat (limited to 'font-viewer/font-utils.h')
-rw-r--r-- | font-viewer/font-utils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/font-viewer/font-utils.h b/font-viewer/font-utils.h index 51bf47d5..4e6959b1 100644 --- a/font-viewer/font-utils.h +++ b/font-viewer/font-utils.h @@ -27,7 +27,8 @@ gchar * font_utils_get_font_name (FT_Face face); gchar * font_utils_get_font_name_for_file (FT_Library library, - const gchar *path); + const gchar *path, + gint face_index); #endif /* __FONT_UTILS_H__ */ |