1998-12-05 23:19:57 +00:00
|
|
|
#ifndef GNOME_GICON_H
|
|
|
|
#define GNOME_GICON_H
|
|
|
|
|
1998-12-17 04:51:24 +00:00
|
|
|
GdkImlibImage *gicon_get_by_filename (char *fname);
|
|
|
|
GdkImlibImage *gicon_stock_load (char *basename);
|
|
|
|
GdkImlibImage *gicon_get_icon_for_file (file_entry *fe);
|
|
|
|
GdkImlibImage *gicon_get_icon_for_file_speed (file_entry *fe,
|
|
|
|
gboolean do_quick);
|
1998-12-05 23:19:57 +00:00
|
|
|
|
|
|
|
#endif
|