diff options
author | Bastien Nocera <[email protected]> | 2017-07-12 18:19:00 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-01-18 23:46:03 +0100 |
commit | d6dd638f96d545f29f7bd4e2dd0abfb9d5c174cb (patch) | |
tree | af5bcec0d157e7cb6433d36763227c452dd5f4ce /libmate-desktop/mate-desktop-thumbnail.c | |
parent | 8f6e3df4ce1b570a9f71ed0383427b85b4378144 (diff) | |
download | mate-desktop-d6dd638f96d545f29f7bd4e2dd0abfb9d5c174cb.tar.bz2 mate-desktop-d6dd638f96d545f29f7bd4e2dd0abfb9d5c174cb.tar.xz |
thumbnail: Remove obsolete mate_desktop_thumbnail_md5()
https://bugzilla.gnome.org/show_bug.cgi?id=785198
origin commit:
https://gitlab.gnome.org/GNOME/gnome-desktop/commit/8663695
Diffstat (limited to 'libmate-desktop/mate-desktop-thumbnail.c')
-rw-r--r-- | libmate-desktop/mate-desktop-thumbnail.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/libmate-desktop/mate-desktop-thumbnail.c b/libmate-desktop/mate-desktop-thumbnail.c index 623ba3a..ae56366 100644 --- a/libmate-desktop/mate-desktop-thumbnail.c +++ b/libmate-desktop/mate-desktop-thumbnail.c @@ -1276,26 +1276,6 @@ mate_desktop_thumbnail_factory_create_failed_thumbnail (MateDesktopThumbnailFact } /** - * mate_desktop_thumbnail_md5: - * @uri: an uri - * - * Calculates the MD5 checksum of the uri. This can be useful - * if you want to manually handle thumbnail files. - * - * Return value: A string with the MD5 digest of the uri string. - * - * Since: 2.2 - * Deprecated: 2.22: Use #GChecksum instead - **/ -char * -mate_desktop_thumbnail_md5 (const char *uri) -{ - return g_compute_checksum_for_data (G_CHECKSUM_MD5, - (const guchar *) uri, - strlen (uri)); -} - -/** * mate_desktop_thumbnail_path_for_uri: * @uri: an uri * @size: a thumbnail size |