]> www.fi.muni.cz Git - evince.git/blob - cut-n-paste/recent-files/egg-recent-util.h
Initial revision
[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 #ifndef USE_STABLE_LIBGNOMEUI
7 #include <libgnomeui/gnome-icon-theme.h>
8 #endif
9
10 G_BEGIN_DECLS
11
12 gchar * egg_recent_util_escape_underlines (const gchar *uri);
13 gchar * egg_recent_util_get_unique_id (void);
14 #ifndef USE_STABLE_LIBGNOMEUI
15 GdkPixbuf * egg_recent_util_get_icon (GnomeIconTheme *theme,
16                                       const gchar *uri,
17                                       const gchar *mime_type,
18                                       int size);
19 #endif
20
21 G_END_DECLS
22
23 #endif /* __EGG_RECENT_UTIL__ */