mc/gnome/gicon.h

24 lines
514 B
C
Raw Normal View History

/* Icon loading support for the Midnight Commander
*
* Copyright (C) 1998-1999 The Free Software Foundation
*
* Authors: Miguel de Icaza <miguel@nuclecu.unam.mx>
* Federico Mena <federico@nuclecu.unam.mx>
*/
1998-12-06 02:19:57 +03:00
#ifndef GNOME_GICON_H
#define GNOME_GICON_H
#include <glib.h>
#include <gdk_imlib.h>
#include "dir.h"
void gicon_init (void);
1998-12-06 02:19:57 +03:00
GdkImlibImage *gicon_get_icon_for_file (char *directory, file_entry *fe, gboolean do_quick);
char *gicon_get_filename_for_icon (GdkImlibImage *image);
1998-12-06 02:19:57 +03:00
#endif