eina_stringshare.h: added more description to eina_stringshare_add_length().

This commit is contained in:
Daniel Juyung Seo 2013-07-15 13:39:49 +09:00
parent b67be2ee25
commit fe914c069c
1 changed files with 2 additions and 1 deletions

View File

@ -174,7 +174,8 @@
typedef const char Eina_Stringshare;
/**
* @brief Retrieve an instance of a string for use in a program.
* @brief Retrieve an instance of a string with a specific size for use in a
* program.
*
* @param str The string to retrieve an instance of.
* @param slen The string size (<= strlen(str)).