Changeset 3567

Show
Ignore:
Timestamp:
04/11/08 16:37:49
Author:
pvanhoof
Message:
        • Marking certain symbols as deprecated
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ChangeLog

    r3565 r3567  
    22 
    33        * Fixed a bug in case LIST and LSUB are not in agreement 
    4         ` 
     4        * Marking certain symbols as deprecated 
     5 
    562008-04-10  Philip Van Hoof <pvanhoof@gnome.org> 
    67 
  • trunk/libtinymail/tny-folder-store.c

    r3561 r3567  
    180180 * </programlisting></informalexample> 
    181181 *  
     182 * Deprecated: 1.0: Use tny_folder_store_create_folder_async in stead 
    182183 * returns: (null-ok) (caller-owns): the folder that was created or NULL 
    183184 * since: 1.0 
     
    290291 * </programlisting></informalexample> 
    291292 * 
     293 * Deprecated: 1.0: Use tny_folder_store_get_folders_async in stead 
    292294 * since: 1.0 
    293295 * audience: application-developer 
  • trunk/libtinymail/tny-folder.c

    r3561 r3567  
    340340 * be set in @err and no further action will be performed. 
    341341 *  
     342 * Deprecated: 1.0: Use tny_folder_copy_async in stead 
    342343 * returns: (null-ok) (caller-owns): a new folder instance to whom was copied or NULL 
    343344 * since: 1.0 
     
    569570 * </programlisting></informalexample> 
    570571 * 
     572 * Deprecated: 1.0: Use tny_folder_sync_async in stead 
    571573 * since: 1.0 
    572574 * audience: application-developer 
     
    681683 * action. 
    682684 * 
     685 * Deprecated: 1.0: Use tny_folder_add_msg_async in stead 
    683686 * since: 1.0 
    684687 * audience: application-developer 
     
    737740 * </programlisting></informalexample> 
    738741 * 
     742 * Deprecated: 1.0: Use tny_folder_remove_msgs_async in stead 
    739743 * since: 1.0 
    740744 * audience: application-developer 
     
    768772 * by this action (with all the removed headers in the #TnyFolderChange). 
    769773 * 
     774 * Deprecated: 1.0: Use tny_folder_remove_msgs_async in stead 
    770775 * since: 1.0 
    771776 * audience: application-developer 
     
    916921 * tny_folder_refresh_async() in stead. 
    917922 * 
     923 * Deprecated: 1.0: Use tny_folder_refresh_async in stead 
    918924 * since: 1.0 
    919925 * audience: application-developer 
     
    10701076 * tny_folder_get_headers(). 
    10711077 * 
     1078 * Deprecated: 1.0: Use tny_folder_transfer_msgs_async in stead 
    10721079 * since: 1.0 
    10731080 * audience: application-developer 
     
    11581165 * updates from the observable folder. 
    11591166 *  
     1167 * Deprecated: 1.0: Use tny_folder_get_msg_async in stead 
    11601168 * returns: (null-ok) (caller-owns): The message instance or NULL 
    11611169 * since: 1.0