X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcschedule.h;h=e92bb830e45e989ad4e234c7d63227ff2f79206a;hp=cfcdffbc9134e2d3e6415bef69f482d7c57d6eff;hb=196824372226561334cd638d6471267cbffb354c;hpb=b7339a06000ae918f43b1b6064a17d064c6d9b87 diff --git a/lib/silcutil/silcschedule.h b/lib/silcutil/silcschedule.h index cfcdffbc..e92bb830 100644 --- a/lib/silcutil/silcschedule.h +++ b/lib/silcutil/silcschedule.h @@ -263,18 +263,18 @@ void silc_schedule_stop(SilcSchedule schedule); * * DESCRIPTION * - * The SILC scheduler. The program will run inside this function. - * When this returns the program is to be ended. Before this function can - * be called, one must call silc_schedule_init function. + * The SILC scheduler. The program will run inside this function. + * When this returns the program is to be ended. Before this function + * can be called, one must call silc_schedule_init function. * * NOTES * - * On Windows this will block the program, but will continue dispatching - * window messages, and thus can be used as the main loop of the program. + * On Windows this will block the calling thread but will continue + * to dispatch window messages, and thus can be used as the main loop + * of the program. * - * On Symbian this will return immediately. On Symbian calling - * silc_schedule is same as calling silc_schedule_one. This also means - * the caller must be already running Symbian Active Scheduler. + * On Symbian this will block the calling thread. The Symbian Active + * Scheduler must be running before calling this function. * ***/ void silc_schedule(SilcSchedule schedule);