Changeset 3822
- Timestamp:
- 11/21/08 17:26:25
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail/tny-folder.c (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-gtk-header-list-model.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3821 r3822 1 2008-11-21 Martin Bonnin <martinbonnin@gmail.com> 2 3 Add some documentation about the behaviour of tny_folder_refresh_async() 4 1 5 2008-11-21 Martin Bonnin <martinbonnin@gmail.com> 2 6 trunk/libtinymail/tny-folder.c
r3666 r3822 844 844 * by publishing them to #TnyList instances, like a #TnyGtkHeaderListModel. 845 845 * 846 * status_callback() will be called during this operation. It is guaranteed that the refresh 847 * messages happen but it's not guaranteed that only refresh messages happen. 848 * 846 849 * Example: 847 850 * <informalexample><programlisting> trunk/libtinymailui-gtk/tny-gtk-header-list-model.c
r3666 r3822 1255 1255 * @status_callback: (null-ok): a #TnyStatusCallback or NULL 1256 1256 * @user_data: (null-ok): user data for the callbacks 1257 * 1258 * status_callback() will be called during this operation. It is guaranteed that the refresh 1259 * messages happen but it's not guaranteed that only refresh messages happen. 1257 1260 * 1258 1261 * Set the @folder of @self where #TnyHeader instances are located
