Changeset 3470

Show
Ignore:
Timestamp:
03/05/08 15:24:56
Author:
pvanhoof
Message:

Doc simplification

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymailui-gtk/tny-gtk-header-list-model.c

    r3469 r3470  
    11731173 * @self: a #TnyGtkHeaderListModel 
    11741174 * 
    1175  * Gets whether or not @self allows duplicates of TnyHeader instances to be 
     1175 * Gets whether or not @self allows duplicates of #TnyHeader instances to be 
    11761176 * added. The duplicates will be tested by tny_header_get_uid uniqueness. 
    1177  * Setting this property to TRUE will negatively impact performance of @self. 
    1178  * It'll also influence behaviour of tny_list_prepend and tny_list_append. 
    1179  * 
    1180  * Default value, therefore, is FALSE. 
    11811177 *  
    11821178 * returns: whether or not to allow duplicates 
     
    11961192 * @setting: whether or not to allow duplicates 
    11971193 * 
    1198  * Sets whether or not @self allows duplicates of TnyHeader instances to be 
     1194 * Sets whether or not @self allows duplicates of #TnyHeader instances to be 
    11991195 * added. The duplicates will be tested by tny_header_get_uid uniqueness. 
    12001196 * Setting this property to TRUE will negatively impact performance of @self.