#ifndef __EGG_RECENT_UTIL__ #define __EGG_RECENT_UTIL__ #include #ifndef USE_STABLE_LIBGNOMEUI #include #endif G_BEGIN_DECLS gchar * egg_recent_util_escape_underlines (const gchar *uri); gchar * egg_recent_util_get_unique_id (void); #ifndef USE_STABLE_LIBGNOMEUI GdkPixbuf * egg_recent_util_get_icon (GnomeIconTheme *theme, const gchar *uri, const gchar *mime_type, int size); #endif G_END_DECLS #endif /* __EGG_RECENT_UTIL__ */