diff options
author | Bastien Nocera <[email protected]> | 2017-07-11 10:40:05 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-18 23:46:03 +0100 |
commit | 8f6e3df4ce1b570a9f71ed0383427b85b4378144 (patch) | |
tree | f2d8ee1b53b515c5303b0e102f0b2782f8b06dfe /libmate-desktop/mate-desktop-thumbnail.h | |
parent | 5d1f7e3d63ae6097e4b36ee2f89b06b56fea1f52 (diff) | |
download | mate-desktop-8f6e3df4ce1b570a9f71ed0383427b85b4378144.tar.bz2 mate-desktop-8f6e3df4ce1b570a9f71ed0383427b85b4378144.tar.xz |
thumbnail: Remove obsolete pixbuf helper
https://bugzilla.gnome.org/show_bug.cgi?id=785198
origin commit:
https://gitlab.gnome.org/GNOME/gnome-desktop/commit/2887d75
Diffstat (limited to 'libmate-desktop/mate-desktop-thumbnail.h')
-rw-r--r-- | libmate-desktop/mate-desktop-thumbnail.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/libmate-desktop/mate-desktop-thumbnail.h b/libmate-desktop/mate-desktop-thumbnail.h index 60bac99..de53611 100644 --- a/libmate-desktop/mate-desktop-thumbnail.h +++ b/libmate-desktop/mate-desktop-thumbnail.h @@ -98,20 +98,6 @@ char * mate_desktop_thumbnail_md5 (const char *uri); char * mate_desktop_thumbnail_path_for_uri (const char *uri, MateDesktopThumbnailSize size); - -/* Pixbuf utils */ - -#ifndef __GTK_DOC_IGNORE__ -#define MATE_DESKTOP_DEPRECATED_IN_1_24_FOR(f) G_DEPRECATED_FOR(f) extern -#else -#define MATE_DESKTOP_DEPRECATED_IN_1_24_FOR(f) extern -#endif - -MATE_DESKTOP_DEPRECATED_IN_1_24_FOR(gdk_pixbuf_scale_simple) -GdkPixbuf *mate_desktop_thumbnail_scale_down_pixbuf (GdkPixbuf *pixbuf, - int dest_width, - int dest_height); - G_END_DECLS #endif /* MATE_DESKTOP_THUMBNAIL_H */ |