Changeset 515 for pjproject/trunk/pjsip/include/pjsip/sip_event.h
- Timestamp:
- Jun 17, 2006 4:08:30 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip/include/pjsip/sip_event.h
r160 r515 28 28 29 29 /** 30 * @defgroup PJSIP_EVENT SIP Event 31 * @ingroup PJSIP 30 * @defgroup PJSIP_EVENT Event 31 * @ingroup PJSIP_CORE_CORE 32 * @brief Representation of events as they are distributed among modules. 32 33 * @{ 33 34 */ … … 65 66 66 67 /** 67 * \struct 68 * \brief Event descriptor to fully identify a SIP event. 68 * This structure describe event descriptor to fully identify a SIP event. 69 69 * 70 70 * Events are the only way for a lower layer object to inform something … … 86 86 pjsip_event_id_e type; 87 87 88 /* 89 * The event body .88 /** 89 * The event body as union, which fields depends on the event type. 90 90 * By convention, the first member of each struct in the union must be 91 91 * the pointer which is relevant to the event. … … 217 217 * Get the event string from the event ID. 218 218 * @param e the event ID. 219 * @note sdefined in sip_util.c219 * @note defined in sip_util.c 220 220 */ 221 221 PJ_DEF(const char *) pjsip_event_str(pjsip_event_id_e e);
Note: See TracChangeset
for help on using the changeset viewer.