From a08bc4693670fd34f0a167dc02b28b26b8d7c7b8 Mon Sep 17 00:00:00 2001 From: Marco Melorio Date: Sat, 16 Jul 2022 01:18:07 +0200 Subject: [PATCH] picture: Fix replacement for deprecated methods --- gtk/gtkpicture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkpicture.h b/gtk/gtkpicture.h index 5d6078071d..4de07d0ba7 100644 --- a/gtk/gtkpicture.h +++ b/gtk/gtkpicture.h @@ -69,10 +69,10 @@ GDK_AVAILABLE_IN_ALL void gtk_picture_set_pixbuf (GtkPicture *self, GdkPixbuf *pixbuf); -GDK_DEPRECATED_IN_4_8_FOR(gtk_picture_set_fit_mode) +GDK_DEPRECATED_IN_4_8_FOR(gtk_picture_set_content_fit) void gtk_picture_set_keep_aspect_ratio (GtkPicture *self, gboolean keep_aspect_ratio); -GDK_DEPRECATED_IN_4_8_FOR(gtk_picture_get_fit_mode) +GDK_DEPRECATED_IN_4_8_FOR(gtk_picture_get_content_fit) gboolean gtk_picture_get_keep_aspect_ratio (GtkPicture *self); GDK_AVAILABLE_IN_ALL void gtk_picture_set_can_shrink (GtkPicture *self, -- 2.30.2