File: egg-recent-util.h

package info (click to toggle)
gnome-python-extras 2.14.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,756 kB
  • ctags: 731
  • sloc: sh: 8,856; ansic: 5,011; xml: 1,319; python: 725; makefile: 415
file content (18 lines) | stat: -rw-r--r-- 392 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#ifndef __EGG_RECENT_UTIL__
#define __EGG_RECENT_UTIL__

#include <gtk/gtk.h>

G_BEGIN_DECLS

gchar * egg_recent_util_escape_underlines (const gchar *uri);
gchar * egg_recent_util_get_unique_id (void);
GdkPixbuf * egg_recent_util_get_icon (GtkIconTheme *theme,
				      const gchar *uri,
				      const gchar *mime_type,
				      int size);

G_END_DECLS

#endif /* __EGG_RECENT_UTIL__ */