9 lines
177 B
C
9 lines
177 B
C
#ifndef E_GUI_UTILS_H
|
|
#define E_GUI_UTILS_H
|
|
|
|
#include <gtk/gtkwidget.h>
|
|
|
|
GdkPixbuf *e_icon_for_mime_type (const char *mime_type, int size);
|
|
|
|
#endif /* E_GUI_UTILS_H */
|