/tools/luagen/idl/ftk_source_idle.idl

http://ftk.googlecode.com/ · IDL · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 00360d4a7358b6ed987ab7c7ee91f771 MD5 · raw file

  1. #include "ftk_source.idl"
  2. interface FtkSourceIdle : FtkSource
  3. {
  4. FtkSourcePtr ftk_source_idle_create(in FtkIdleFunc action);
  5. };