picture: Fix replacement for deprecated methods
authorMarco Melorio <marco.melorio@protonmail.com>
Fri, 15 Jul 2022 23:18:07 +0000 (01:18 +0200)
committerMarco Melorio <marco.melorio@protonmail.com>
Fri, 15 Jul 2022 23:18:07 +0000 (01:18 +0200)
gtk/gtkpicture.h

index 5d6078071d1b63e19805449d2fda3f442123e2f0..4de07d0ba7b4dd26791e9360ec15d300a6037f76 100644 (file)
@@ -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,