plover-gtk/stockicons.h
changeset 29 5b85f7066d98
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/plover-gtk/stockicons.h	Sun Nov 01 21:44:52 2015 +0000
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef __PLOVER_STOCK_ICONS_H__
     1.5 +#define __PLOVER_STOCK_ICONS_H__
     1.6 +
     1.7 +void plover_icons_add_to_stock(const char *type,const char *name);
     1.8 +
     1.9 +#endif /* __PLOVER_STOCK_ICONS_H__ */