Changeset 3567
- Timestamp:
- 04/11/08 16:37:49
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymail/tny-folder-store.c (modified) (2 diffs)
- trunk/libtinymail/tny-folder.c (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3565 r3567 2 2 3 3 * Fixed a bug in case LIST and LSUB are not in agreement 4 ` 4 * Marking certain symbols as deprecated 5 5 6 2008-04-10 Philip Van Hoof <pvanhoof@gnome.org> 6 7 trunk/libtinymail/tny-folder-store.c
r3561 r3567 180 180 * </programlisting></informalexample> 181 181 * 182 * Deprecated: 1.0: Use tny_folder_store_create_folder_async in stead 182 183 * returns: (null-ok) (caller-owns): the folder that was created or NULL 183 184 * since: 1.0 … … 290 291 * </programlisting></informalexample> 291 292 * 293 * Deprecated: 1.0: Use tny_folder_store_get_folders_async in stead 292 294 * since: 1.0 293 295 * audience: application-developer trunk/libtinymail/tny-folder.c
r3561 r3567 340 340 * be set in @err and no further action will be performed. 341 341 * 342 * Deprecated: 1.0: Use tny_folder_copy_async in stead 342 343 * returns: (null-ok) (caller-owns): a new folder instance to whom was copied or NULL 343 344 * since: 1.0 … … 569 570 * </programlisting></informalexample> 570 571 * 572 * Deprecated: 1.0: Use tny_folder_sync_async in stead 571 573 * since: 1.0 572 574 * audience: application-developer … … 681 683 * action. 682 684 * 685 * Deprecated: 1.0: Use tny_folder_add_msg_async in stead 683 686 * since: 1.0 684 687 * audience: application-developer … … 737 740 * </programlisting></informalexample> 738 741 * 742 * Deprecated: 1.0: Use tny_folder_remove_msgs_async in stead 739 743 * since: 1.0 740 744 * audience: application-developer … … 768 772 * by this action (with all the removed headers in the #TnyFolderChange). 769 773 * 774 * Deprecated: 1.0: Use tny_folder_remove_msgs_async in stead 770 775 * since: 1.0 771 776 * audience: application-developer … … 916 921 * tny_folder_refresh_async() in stead. 917 922 * 923 * Deprecated: 1.0: Use tny_folder_refresh_async in stead 918 924 * since: 1.0 919 925 * audience: application-developer … … 1070 1076 * tny_folder_get_headers(). 1071 1077 * 1078 * Deprecated: 1.0: Use tny_folder_transfer_msgs_async in stead 1072 1079 * since: 1.0 1073 1080 * audience: application-developer … … 1158 1165 * updates from the observable folder. 1159 1166 * 1167 * Deprecated: 1.0: Use tny_folder_get_msg_async in stead 1160 1168 * returns: (null-ok) (caller-owns): The message instance or NULL 1161 1169 * since: 1.0
