Changeset 3470
- Timestamp:
- 03/05/08 15:24:56
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymailui-gtk/tny-gtk-header-list-model.c
r3469 r3470 1173 1173 * @self: a #TnyGtkHeaderListModel 1174 1174 * 1175 * Gets whether or not @self allows duplicates of TnyHeader instances to be1175 * Gets whether or not @self allows duplicates of #TnyHeader instances to be 1176 1176 * 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.1181 1177 * 1182 1178 * returns: whether or not to allow duplicates … … 1196 1192 * @setting: whether or not to allow duplicates 1197 1193 * 1198 * Sets whether or not @self allows duplicates of TnyHeader instances to be1194 * Sets whether or not @self allows duplicates of #TnyHeader instances to be 1199 1195 * added. The duplicates will be tested by tny_header_get_uid uniqueness. 1200 1196 * Setting this property to TRUE will negatively impact performance of @self.
