/tools/luagen/idl/ftk_source_timer.idl

http://ftk.googlecode.com/ · IDL · 7 lines · 6 code · 1 blank · 0 comment · 0 complexity · 35a1c5f9fe50a5229d2d16f493817637 MD5 · raw file

  1. #include "ftk_source.idl"
  2. interface FtkSourceTimer : FtkSource
  3. {
  4. FtkSourcePtr ftk_source_timer_create(in int interval, in FtkTimerFunc action);
  5. Ret ftk_source_timer_reset(in FtkSourcePtr thiz);
  6. };