Top | ![]() |
![]() |
![]() |
![]() |
gboolean | mate_desktop_thumbnail_has_uri () |
gboolean | mate_desktop_thumbnail_is_valid () |
char * | mate_desktop_thumbnail_md5 () |
char * | mate_desktop_thumbnail_path_for_uri () |
GdkPixbuf * | mate_desktop_thumbnail_scale_down_pixbuf () |
gboolean mate_desktop_thumbnail_has_uri (GdkPixbuf *pixbuf
,const char *uri
);
Returns whether the thumbnail has the correct uri embedded in the Thumb::URI option in the png.
Since: 2.2
gboolean mate_desktop_thumbnail_is_valid (GdkPixbuf *pixbuf
,const char *uri
,time_t mtime
);
Returns whether the thumbnail has the correct uri and mtime embedded in the png options.
Since: 2.2
char *
mate_desktop_thumbnail_md5 (const char *uri
);
mate_desktop_thumbnail_md5
has been deprecated since version 2.22 and should not be used in newly-written code.
Use GChecksum instead
Calculates the MD5 checksum of the uri. This can be useful if you want to manually handle thumbnail files.
Since: 2.2
char * mate_desktop_thumbnail_path_for_uri (const char *uri
,MateDesktopThumbnailSize size
);
Returns the filename that a thumbnail of size size
for uri
would have.
Since: 2.2