Cleanup.
[jamendo] / src / resource_utils.h
1 /*
2  * resource_utils.h
3  *
4  *  Created on: 2009-12-18
5  *      Author: marcin
6  */
7
8 #ifndef RESOURCE_UTILS_H_
9 #define RESOURCE_UTILS_H_
10
11 #include <gtk/gtk.h>
12
13 GtkWidget* resource_get_image(const gchar* name);
14
15 GdkPixbuf* resource_get_pixbuf_at_scale(const gchar* name, int width, int height);
16
17 #endif /* RESOURCE_UTILS_H_ */