From adff2474297f0153bd5f06b9e89b7674eaef7435 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 8 Mar 2017 13:24:04 +0100 Subject: sushi-font-loader: Add face_index argument sushi_new_ft_face_from_uri{,_async}() now takes face index as the third argument. All callers changed. https://bugzilla.gnome.org/show_bug.cgi?id=752005 taken from: https://git.gnome.org/browse/gnome-font-viewer/commit/?id=28bab70 --- font-viewer/sushi-font-loader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'font-viewer/sushi-font-loader.h') diff --git a/font-viewer/sushi-font-loader.h b/font-viewer/sushi-font-loader.h index aa63b9b1..8fd33502 100644 --- a/font-viewer/sushi-font-loader.h +++ b/font-viewer/sushi-font-loader.h @@ -34,11 +34,13 @@ FT_Face sushi_new_ft_face_from_uri (FT_Library library, const gchar *uri, + gint face_index, gchar **contents, GError **error); void sushi_new_ft_face_from_uri_async (FT_Library library, const gchar *uri, + gint face_index, GAsyncReadyCallback callback, gpointer user_data); -- cgit v1.2.1