~ubuntu-branches/ubuntu/quantal/gbonds/quantal

« back to all changes in this revision

Viewing changes to src/recent-files/egg-recent-util.h

  • Committer: Bazaar Package Importer
  • Author(s): Richard Laager
  • Date: 2007-03-14 23:50:34 UTC
  • Revision ID: james.westby@ubuntu.com-20070314235034-997qegw33jx0wb9r
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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__ */