Ignore:
Timestamp:
Jul 26, 2016 2:58:44 AM (8 years ago)
Author:
nanang
Message:

Misc (re #1945): Updated array limit checks and docs in pjsip_evsub_register_pkg() and pjsip_endpt_add_capability(). Thanks Alexei Gradinari for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-simple/evsub.h

    r5351 r5397  
    247247 * @param event_name    Event package identification. 
    248248 * @param expires       Default subscription expiration time, in seconds. 
    249  * @param accept_cnt    Number of strings in Accept array. 
     249 * @param accept_cnt    Number of strings in Accept array. The value must 
     250 *                      not be greater than PJSIP_GENERIC_ARRAY_MAX_COUNT. 
    250251 * @param accept        Array of Accept value. 
    251252 * 
Note: See TracChangeset for help on using the changeset viewer.