Changeset 1247


Ignore:
Timestamp:
10/27/06 22:18:23 (7 years ago)
Author:
jylam
Message:
  • Documentation a bit clearer while importing a string into a buffer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cucul/buffer.c

    r1231 r1247  
    3232 *  Create a \e libcucul buffer that points to the given memory area. The 
    3333 *  data is not duplicated and any changes made to the original memory area 
    34  *  will appear in the buffer. 
     34 *  will appear in the buffer. If you are importing a string, the 
     35 *  terminating zero must NOT be counted in size. 
    3536 * 
    3637 *  \param data The memory area to load. 
Note: See TracChangeset for help on using the changeset viewer.