Initial commit
[jamendo] / src / resource_utils.h
diff --git a/src/resource_utils.h b/src/resource_utils.h
new file mode 100644 (file)
index 0000000..b287c78
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * resource_utils.h
+ *
+ *  Created on: 2009-12-18
+ *      Author: marcin
+ */
+
+#ifndef RESOURCE_UTILS_H_
+#define RESOURCE_UTILS_H_
+
+#include <gtk/gtk.h>
+
+GtkWidget* resource_get_image(const gchar* name);
+
+GdkPixbuf* resource_get_pixbuf_at_scale(const gchar* name, int width, int height);
+
+#endif /* RESOURCE_UTILS_H_ */