]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/recent-files/egg-recent-item.h
Make frontends depend on just libev. Rework and group CFLAGS/LIBS
[evince.git] / cut-n-paste / recent-files / egg-recent-item.h
index 5b3b405c991b3b6cf559495208df41db45136360..00f8fb847e3cb7be33b73d514d8d5b1df08b463a 100644 (file)
@@ -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);