Added cs to the list of languages
[midnight-commander.git] / gnome / gicon.h
blob784fdcc658290a99bca21c4974034855f1e16221
1 #ifndef GNOME_GICON_H
2 #define GNOME_GICON_H
4 GdkImlibImage *gicon_get_by_filename (char *fname);
5 GdkImlibImage *gicon_stock_load (char *basename);
6 GdkImlibImage *gicon_get_icon_for_file (char *directory, file_entry *fe);
7 GdkImlibImage *gicon_get_icon_for_file_speed (char *directory, file_entry *fe, gboolean do_quick);
9 char *gicon_image_to_name (GdkImlibImage *image);
10 void gicon_init (void);
12 #endif