Changeset 4567 for pjproject/trunk/pjlib/include/pj/timer.h
- Timestamp:
- Jul 19, 2013 6:31:28 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/timer.h
r4359 r4567 212 212 void *user_data, 213 213 pj_timer_heap_callback *cb ); 214 215 /** 216 * Queries whether a timer entry is currently running. 217 * 218 * @param entry The timer entry to query. 219 * 220 * @return PJ_TRUE if the timer is running. PJ_FALSE if not. 221 */ 222 PJ_DECL(pj_bool_t) pj_timer_entry_running( pj_timer_entry *entry ); 214 223 215 224 /**
Note: See TracChangeset
for help on using the changeset viewer.