/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

  1. #include "ftk_typedef.idl"
  2. interface FtkIconCache
  3. {
  4. FtkIconCachePtr ftk_icon_cache_create(in CStrArray root_path, in CStrPtr rel_path);
  5. FtkBitmapPtr ftk_icon_cache_load(in FtkIconCachePtr thiz, in CStrPtr filename);
  6. void ftk_icon_cache_destroy(in FtkIconCachePtr thiz);
  7. };