/tools/luagen/idl/ftk_icon_cache.idl
http://ftk.googlecode.com/ · IDL · 8 lines · 7 code · 1 blank · 0 comment · 0 complexity · 77b1f4b13e40f3e5810e1f542f081d2e MD5 · raw file
- #include "ftk_typedef.idl"
- interface FtkIconCache
- {
- FtkIconCachePtr ftk_icon_cache_create(in CStrArray root_path, in CStrPtr rel_path);
- FtkBitmapPtr ftk_icon_cache_load(in FtkIconCachePtr thiz, in CStrPtr filename);
- void ftk_icon_cache_destroy(in FtkIconCachePtr thiz);
- };