mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
3ac4cfa567
even recognize it. 1998-12-16 Miguel de Icaza <miguel@nuclecu.unam.mx> * gdialogs.c (create_op_win): Remove second spurious packing. (create_op_win): OP_MOVE uses the same stuff OP_COPY does. Fix this. (file_progress_show_target): More compliant to the original functions. (file_progress_show_source): More compliant to the original functions. * gdesktop.c (create_desktop_dir): Fix mem leak. Miguel.
11 lines
332 B
C
11 lines
332 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);
|
|
GdkImlibImage *gicon_get_icon_for_file_speed (file_entry *fe,
|
|
gboolean do_quick);
|
|
|
|
#endif
|