]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/recent-files/egg-recent-util.h
82c4a712e0bcef696371260816c7db6d25ee5a4c
[evince.git] / cut-n-paste / recent-files / egg-recent-util.h
1
2 #ifndef __EGG_RECENT_UTIL__
3 #define __EGG_RECENT_UTIL__
4
5 #include <gtk/gtk.h>
6
7 G_BEGIN_DECLS
8
9 gchar * egg_recent_util_escape_underlines (const gchar *uri);
10 gchar * egg_recent_util_get_unique_id (void);
11 GdkPixbuf * egg_recent_util_get_icon (GtkIconTheme *theme,
12                                       const gchar *uri,
13                                       const gchar *mime_type,
14                                       int size);
15
16 G_END_DECLS
17
18 #endif /* __EGG_RECENT_UTIL__ */