Changeset 3822

Show
Ignore:
Timestamp:
11/21/08 17:26:25
Author:
mbonnin
Message:

update the doc

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3821 r3822  
     12008-11-21  Martin Bonnin  <martinbonnin@gmail.com> 
     2  
     3        Add some documentation about the behaviour of tny_folder_refresh_async() 
     4 
    152008-11-21  Martin Bonnin  <martinbonnin@gmail.com> 
    26  
  • trunk/libtinymail/tny-folder.c

    r3666 r3822  
    844844 * by publishing them to #TnyList instances, like a #TnyGtkHeaderListModel. 
    845845 * 
     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 *  
    846849 * Example: 
    847850 * <informalexample><programlisting> 
  • trunk/libtinymailui-gtk/tny-gtk-header-list-model.c

    r3666 r3822  
    12551255 * @status_callback: (null-ok): a #TnyStatusCallback or NULL 
    12561256 * @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. 
    12571260 * 
    12581261 * Set the @folder of @self where #TnyHeader instances are located