mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
9 lines
221 B
C
9 lines
221 B
C
#ifndef GNOME_GICON_H
|
|
#define GNOME_GICON_H
|
|
|
|
GdkImlibImage *gicon_get_by_filename (char *fname);
|
|
GdkImlibImage *gicon_stock_load (char *basename);
|
|
GdkImlibImage *gicon_get_icon_for_file (file_entry *fe);
|
|
|
|
#endif
|