Changeset 3938 for pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
- Timestamp:
- Jan 9, 2012 11:51:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h
r3925 r3938 1997 1997 * 1998 1998 * @param entry Timer heap entry. 1999 * @param delay The interval to expire.1999 * @param delay The interval to expire. 2000 2000 * 2001 2001 * @return PJ_SUCCESS on success, or the appropriate error code. … … 2006 2006 const pj_time_val *delay); 2007 2007 2008 /** 2009 * Schedule a callback function to be called after a specified time interval. 2010 * Note that the callback may be executed by different thread, depending on 2011 * whether worker thread is enabled or not. 2012 * 2013 * @param cb The callback function. 2014 * @param user_data The user data. 2015 * @param msec_delay The time interval in msec. 2016 * 2017 * @return PJ_SUCCESS on success, or the appropriate error code. 2018 */ 2019 PJ_DECL(pj_status_t) pjsua_schedule_timer2(void (*cb)(void *user_data), 2020 void *user_data, 2021 unsigned msec_delay); 2008 2022 2009 2023 /**
Note: See TracChangeset
for help on using the changeset viewer.