1 #include <Application.h> 2 #include <InterfaceDefs.h> 3 #include <stdio.h> 4 5 int main() 6 { 7 BApplication app("application/x-vnd.idle-test"); 8 printf("idle_time() : %lld\n", idle_time()); 9 } 10 11
1 #include <Application.h> 2 #include <InterfaceDefs.h> 3 #include <stdio.h> 4 5 int main() 6 { 7 BApplication app("application/x-vnd.idle-test"); 8 printf("idle_time() : %lld\n", idle_time()); 9 } 10 11