You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libr/src/onecanvas.h

7 lines
142 B

#ifndef __ONECANVAS_H
#define __ONECANVAS_H
char *onecanvas_geticon_bysize(char *icon_data, int requested_size);
#endif /* __ONECANVAS_H */