Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

egg-recent-util.h

Go to the documentation of this file.
00001 
00002 #ifndef __EGG_RECENT_UTIL__
00003 #define __EGG_RECENT_UTIL__
00004 
00005 #include <gtk/gtk.h>
00006 #ifndef USE_STABLE_LIBGNOMEUI
00007 #include <libgnomeui/gnome-icon-theme.h>
00008 #endif
00009 
00010 G_BEGIN_DECLS
00011 
00012 gchar * egg_recent_util_escape_underlines (const gchar *uri);
00013 gchar * egg_recent_util_get_unique_id (void);
00014 #ifndef USE_STABLE_LIBGNOMEUI
00015 GdkPixbuf * egg_recent_util_get_icon (GnomeIconTheme *theme,
00016                                       const gchar *uri,
00017                                       const gchar *mime_type,
00018                                       int size);
00019 #endif
00020 
00021 G_END_DECLS
00022 
00023 #endif /* __EGG_RECENT_UTIL__ */

Generated on Tue Jan 4 19:00:08 2005 for bakery by  doxygen 1.3.9.1