Changeset 1831
- Timestamp:
- 04/23/07 20:46:51
- Files:
-
- trunk/docs/devel/reference/tmpl/tny-enums.sgml (modified) (4 diffs)
- trunk/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-status.sgml (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/tmpl/tny-enums.sgml
r1797 r1831 17 17 <!-- ##### SECTION Stability_Level ##### --> 18 18 19 20 <!-- ##### ENUM TnyStatusCode ##### --> 21 <para> 22 23 </para> 24 25 @TNY_FOLDER_STATUS_CODE_REFRESH: 26 @TNY_FOLDER_STATUS_CODE_GET_MSG: 27 28 <!-- ##### ENUM TnyStatusDomain ##### --> 29 <para> 30 31 </para> 32 33 @TNY_FOLDER_STATUS: 19 34 20 35 <!-- ##### ENUM TnyFolderCaps ##### --> … … 53 68 @TNY_FOLDER_STORE_ERROR: An error domain for errors that occured with a folder store 54 69 @TNY_TRANSPORT_ACCOUNT_ERROR: An error domain for errors that occured with a transport account 70 @TNY_ACCOUNT_ERROR: 55 71 56 72 <!-- ##### ENUM TnyError ##### --> … … 59 75 </para> 60 76 61 @TNY_ FOLDER_ERROR_EXPUNGE: An error that occured while expunging a folder77 @TNY_ERROR_UNSPEC: 62 78 @TNY_FOLDER_ERROR_REMOVE_MSG: An error that occured while removing a message 63 79 @TNY_FOLDER_ERROR_ADD_MSG: An error that occured while adding a message … … 66 82 @TNY_FOLDER_ERROR_TRANSFER_MSGS: An error that occured while transfering a message 67 83 @TNY_FOLDER_ERROR_SET_NAME: An error that occured while renaming a folder 84 @TNY_FOLDER_ERROR_COPY: 68 85 @TNY_FOLDER_STORE_ERROR_REMOVE_FOLDER: An error that occured while removing a folder 69 86 @TNY_FOLDER_STORE_ERROR_GET_FOLDERS: An error that occured while getting folders 70 87 @TNY_FOLDER_STORE_ERROR_CREATE_FOLDER: An error that occured while creating a folder 71 88 @TNY_TRANSPORT_ACCOUNT_ERROR_SEND: An error that occured while sending a message 89 @TNY_ACCOUNT_ERROR_TRY_CONNECT: 72 90 73 91 <!-- ##### ENUM TnyAccountType ##### --> trunk/docs/devel/reference/tmpl/tny-send-queue.sgml
r1821 r1831 40 40 </para> 41 41 42 @: 43 @: 44 @: 45 @: 46 42 47 @tnysendqueue: the object which received the signal. 43 48 @arg1: … … 49 54 50 55 </para> 56 57 @: 58 @: 59 @: 60 @: 51 61 52 62 @tnysendqueue: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-shared.sgml
r1821 r1831 17 17 <!-- ##### SECTION Stability_Level ##### --> 18 18 19 20 <!-- ##### STRUCT TnyStatus ##### --> 21 <para> 22 23 </para> 24 25 @domain: 26 @code: 27 @message: 28 @position: 29 @of_total: 19 30 20 31 <!-- ##### STRUCT TnyAccountStore ##### --> … … 384 395 385 396 @self: 386 @what: 387 @sofar: 388 @oftotal: 397 @status: 389 398 @user_data: 390 399
