ui/gtk/image.h

changeset 2
ea89bbb0c4c8
parent 0
804d8803eade
equal deleted inserted replaced
1:fcacc15a2ef2 2:ea89bbb0c4c8
48 GdkPixbuf *pixbuf; 48 GdkPixbuf *pixbuf;
49 }; 49 };
50 50
51 void ui_image_init(void); 51 void ui_image_init(void);
52 52
53 GdkPixbuf* ui_get_image(char *name); 53 GdkPixbuf* ui_get_image(const char *name);
54 54
55 55
56 #ifdef __cplusplus 56 #ifdef __cplusplus
57 } 57 }
58 #endif 58 #endif

mercurial