Changeset 1362 for pjproject


Ignore:
Timestamp:
Jun 11, 2007 5:03:41 PM (17 years ago)
Author:
bennylp
Message:

Added more comments on pjsua_msg_data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua-lib/pjsua.h

    r1354 r1362  
    10711071{ 
    10721072    /** 
    1073      * Additional message headers as linked list. 
     1073     * Additional message headers as linked list. Application can add 
     1074     * headers to the list by creating the header, either from the heap/pool 
     1075     * or from temporary local variable, and add the header using 
     1076     * linked list operation. See pjsip_apps.c for some sample codes. 
    10741077     * 
    10751078     * \par Python: 
Note: See TracChangeset for help on using the changeset viewer.