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=a54bf6cacb65df7cf50bf3e2d044c9dc4537618a;hp=5b3b405c991b3b6cf559495208df41db45136360;hpb=69d92c409d333e5dd9cc82537c0834b201487c60;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 5b3b405c..00f8fb84 100644 --- a/cut-n-paste/recent-files/egg-recent-item.h +++ b/cut-n-paste/recent-files/egg-recent-item.h @@ -27,6 +27,8 @@ struct _EggRecentItem { GList *groups; int refcount; + + guint mime_type_is_explicit : 1; }; GType egg_recent_item_get_type (void) G_GNUC_CONST; @@ -47,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);