diff -r 000000000000 -r 3ee18a3a0f58 plover-gtk/stockicons.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/plover-gtk/stockicons.h Mon Nov 02 19:01:50 2015 +0000 @@ -0,0 +1,6 @@ +#ifndef __PLOVER_STOCK_ICONS_H__ +#define __PLOVER_STOCK_ICONS_H__ + +void plover_icons_add_to_stock(const char *type,const char *name); + +#endif /* __PLOVER_STOCK_ICONS_H__ */