X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=cut-n-paste%2Frecent-files%2Fegg-recent-item.h;h=00f8fb847e3cb7be33b73d514d8d5b1df08b463a;hb=848665b157185945d190a7a746d054d7f5d5e6e0;hp=93091aeb641b9aebfa87b7409507a08d2934b3f7;hpb=2845fb905cccd6655c294247722648d3bce97a27;p=evince.git diff --git a/cut-n-paste/recent-files/egg-recent-item.h b/cut-n-paste/recent-files/egg-recent-item.h index 93091aeb..00f8fb84 100644 --- a/cut-n-paste/recent-files/egg-recent-item.h +++ b/cut-n-paste/recent-files/egg-recent-item.h @@ -49,7 +49,7 @@ gchar * egg_recent_item_get_uri_for_display (const EggRecentItem *item); gchar * egg_recent_item_get_short_name (const EggRecentItem *item); void egg_recent_item_set_mime_type (EggRecentItem *item, const gchar *mime); -gchar * egg_recent_item_get_mime_type (const EggRecentItem *item); +gchar * egg_recent_item_get_mime_type (EggRecentItem *item); void egg_recent_item_set_timestamp (EggRecentItem *item, time_t timestamp); time_t egg_recent_item_get_timestamp (const EggRecentItem *item);