[gtk: 1/4] picture: Fix replacement for deprecated methods




commit a08bc4693670fd34f0a167dc02b28b26b8d7c7b8
Author: Marco Melorio <marco melorio protonmail com>
Date:   Sat Jul 16 01:18:07 2022 +0200

    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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]