* mu-widget-util.[ch]: be smarter about pixmaps (icons) for unknown mime types

This commit is contained in:
Dirk-Jan C. Binnema
2011-01-11 00:45:59 +02:00
parent da16959a33
commit 1de81553a6
2 changed files with 44 additions and 11 deletions

View File

@ -32,6 +32,8 @@
* g_object_unref when the pixbuf is no longer needed.
*/
GdkPixbuf* mu_widget_util_get_icon_pixbuf_for_content_type (const char *ctype,
size_t size);
size_t size)
G_GNUC_WARN_UNUSED_RESULT;
#endif /*__MU_WIDGET_UTIL_H__*/