Changeset 1832
- Timestamp:
- 04/23/07 21:01:41
- Files:
-
- trunk/docs/devel/reference/libtinymail-docs.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-enums.sgml (modified) (8 diffs)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-status.sgml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/libtinymail-docs.sgml
r1797 r1832 11 11 <!ENTITY libtinymail-TnyAccountStore SYSTEM "xml/tny-account-store.xml"> 12 12 <!ENTITY libtinymail-TnyHeader SYSTEM "xml/tny-header.xml"> 13 <!ENTITY libtinymail-TnyStatus SYSTEM "xml/tny-status.xml"> 13 14 <!ENTITY libtinymail-TnyMsg SYSTEM "xml/tny-msg.xml"> 14 15 <!ENTITY libtinymail-TnyMimePart SYSTEM "xml/tny-mime-part.xml"> … … 156 157 &libtinymail-TnyEnums; 157 158 &libtinymail-TnyShared; 159 &libtinymail-TnyStatus; 158 160 </chapter> 159 161 trunk/docs/devel/reference/tmpl/tny-enums.sgml
r1831 r1832 23 23 </para> 24 24 25 @TNY_FOLDER_STATUS_CODE_REFRESH: 26 @TNY_FOLDER_STATUS_CODE_GET_MSG: 25 @TNY_FOLDER_STATUS_CODE_REFRESH: a status that occurs while a folder is being refreshed 26 @TNY_FOLDER_STATUS_CODE_GET_MSG: a status that occurs while a message is being downloaded 27 27 28 28 <!-- ##### ENUM TnyStatusDomain ##### --> … … 31 31 </para> 32 32 33 @TNY_FOLDER_STATUS: 33 @TNY_FOLDER_STATUS: a status domain code for folder 34 34 35 35 <!-- ##### ENUM TnyFolderCaps ##### --> … … 38 38 </para> 39 39 40 @TNY_FOLDER_CAPS_WRITABLE: 41 @TNY_FOLDER_CAPS_PUSHEMAIL: 40 @TNY_FOLDER_CAPS_WRITABLE: indicates that the folder is writable 41 @TNY_FOLDER_CAPS_PUSHEMAIL: indicates that the folder supports Push E-mail 42 42 43 43 <!-- ##### ENUM TnyFolderChangeChanged ##### --> … … 46 46 </para> 47 47 48 @TNY_FOLDER_CHANGE_CHANGED_ALL_COUNT: 49 @TNY_FOLDER_CHANGE_CHANGED_UNREAD_COUNT: 50 @TNY_FOLDER_CHANGE_CHANGED_ADDED_HEADERS: 51 @TNY_FOLDER_CHANGE_CHANGED_REMOVED_HEADERS: 52 @TNY_FOLDER_CHANGE_CHANGED_FOLDER_RENAME: 48 @TNY_FOLDER_CHANGE_CHANGED_ALL_COUNT: indicates that the total count of the folder got changed 49 @TNY_FOLDER_CHANGE_CHANGED_UNREAD_COUNT: indicates that the unread count of the folder got changed 50 @TNY_FOLDER_CHANGE_CHANGED_ADDED_HEADERS: indicates that a summary item or header got added (that a message got added, this is a typical Push E-mail event) 51 @TNY_FOLDER_CHANGE_CHANGED_REMOVED_HEADERS: indicates that a summary item or header got removed (that a message got removed, this is a typical Push E-mail event) 52 @TNY_FOLDER_CHANGE_CHANGED_FOLDER_RENAME: indicates that the folder got renamed 53 53 54 54 <!-- ##### ENUM TnyFolderStoreChangeChanged ##### --> … … 57 57 </para> 58 58 59 @TNY_FOLDER_STORE_CHANGE_CHANGED_CREATED_FOLDERS: 60 @TNY_FOLDER_STORE_CHANGE_CHANGED_REMOVED_FOLDERS: 59 @TNY_FOLDER_STORE_CHANGE_CHANGED_CREATED_FOLDERS: indicates that a folder got created in the store 60 @TNY_FOLDER_STORE_CHANGE_CHANGED_REMOVED_FOLDERS: indicates that a folder got removed from the store 61 61 62 62 <!-- ##### ENUM TnyErrorDomain ##### --> … … 68 68 @TNY_FOLDER_STORE_ERROR: An error domain for errors that occured with a folder store 69 69 @TNY_TRANSPORT_ACCOUNT_ERROR: An error domain for errors that occured with a transport account 70 @TNY_ACCOUNT_ERROR: 70 @TNY_ACCOUNT_ERROR: An error domain for errors that occured with a account 71 71 72 72 <!-- ##### ENUM TnyError ##### --> … … 75 75 </para> 76 76 77 @TNY_ERROR_UNSPEC: 77 @TNY_ERROR_UNSPEC: An unspecified error occured 78 78 @TNY_FOLDER_ERROR_REMOVE_MSG: An error that occured while removing a message 79 79 @TNY_FOLDER_ERROR_ADD_MSG: An error that occured while adding a message … … 82 82 @TNY_FOLDER_ERROR_TRANSFER_MSGS: An error that occured while transfering a message 83 83 @TNY_FOLDER_ERROR_SET_NAME: An error that occured while renaming a folder 84 @TNY_FOLDER_ERROR_COPY: 84 @TNY_FOLDER_ERROR_COPY: An error that occured while copying a folder 85 85 @TNY_FOLDER_STORE_ERROR_REMOVE_FOLDER: An error that occured while removing a folder 86 86 @TNY_FOLDER_STORE_ERROR_GET_FOLDERS: An error that occured while getting folders 87 87 @TNY_FOLDER_STORE_ERROR_CREATE_FOLDER: An error that occured while creating a folder 88 88 @TNY_TRANSPORT_ACCOUNT_ERROR_SEND: An error that occured while sending a message 89 @TNY_ACCOUNT_ERROR_TRY_CONNECT: 89 @TNY_ACCOUNT_ERROR_TRY_CONNECT: An error that occured while trying to connect to an account 90 90 91 91 <!-- ##### ENUM TnyAccountType ##### --> trunk/docs/devel/reference/tmpl/tny-shared.sgml
r1831 r1832 391 391 <!-- ##### USER_FUNCTION TnyStatusCallback ##### --> 392 392 <para> 393 394 </para> 395 396 @self: 397 @status: 398 @user_data: 393 A method that gets called whenever there's a status event 394 </para> 395 396 @self: The sender of the status 397 @status: a #TnyStatus object 398 @user_data: user data passed by the caller 399 399 400 400 trunk/docs/devel/reference/tmpl/tny-status.sgml
r1831 r1832 1 1 <!-- ##### SECTION Title ##### --> 2 tny-status2 TnyStatus 3 3 4 4 <!-- ##### SECTION Short_Description ##### --> 5 5 An object containing status information 6 6 7 7 <!-- ##### SECTION Long_Description ##### --> 8 8 <para> 9 9 An object containing status information 10 10 </para> 11 11 12 12 <!-- ##### SECTION See_Also ##### --> 13 13 <para> 14 14 #TnyFolder 15 15 </para> 16 16
