Changeset 2332
- Timestamp:
- 07/01/07 18:58:07
- Files:
-
- trunk/docs/devel/reference/tmpl/tny-account-store.sgml (modified) (4 diffs)
- trunk/docs/devel/reference/tmpl/tny-account.sgml (modified) (5 diffs)
- trunk/docs/devel/reference/tmpl/tny-device.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-enums.sgml (modified) (5 diffs)
- trunk/docs/devel/reference/tmpl/tny-mime-part.sgml (modified) (6 diffs)
- trunk/docs/devel/reference/tmpl/tny-msg.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/tmpl/tny-account-store.sgml
r2121 r2332 43 43 </para> 44 44 45 @:46 @:47 48 45 @tnyaccountstore: the object which received the signal. 49 46 @arg1: … … 53 50 54 51 </para> 55 56 @:57 @:58 52 59 53 @tnyaccountstore: the object which received the signal. … … 65 59 </para> 66 60 67 @:68 @:69 70 61 @tnyaccountstore: the object which received the signal. 71 62 @arg1: … … 75 66 76 67 </para> 77 78 @:79 68 80 69 @tnyaccountstore: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-account.sgml
r2121 r2332 37 37 38 38 @tnyaccount: the object which received the signal. 39 @Param2: 39 40 40 41 <!-- ##### STRUCT TnyAccountIface ##### --> … … 44 45 45 46 @parent: 46 @ is_connected_func:47 @get_connection_status_func: 47 48 @set_id_func: 48 49 @set_name_func: … … 68 69 @cancel_func: 69 70 @matches_url_string_func: 71 @start_operation_func: 72 @stop_operation_func: 70 73 @connection_status_changed: 71 74 … … 78 81 79 82 80 <!-- ##### FUNCTION tny_account_ is_connected##### -->83 <!-- ##### FUNCTION tny_account_get_connection_status ##### --> 81 84 <para> 82 85 … … 294 297 295 298 299 <!-- ##### FUNCTION tny_account_start_operation ##### --> 300 <para> 301 302 </para> 303 304 @self: 305 @domain: 306 @code: 307 @status_callback: 308 @status_user_data: 309 310 311 <!-- ##### FUNCTION tny_account_stop_operation ##### --> 312 <para> 313 314 </para> 315 316 @self: 317 @canceled: 318 319 trunk/docs/devel/reference/tmpl/tny-device.sgml
r2121 r2332 29 29 30 30 </para> 31 32 @:33 @:34 31 35 32 @tnydevice: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-enums.sgml
r2003 r2332 80 80 81 81 @TNY_ERROR_UNSPEC: An unspecified error occured 82 @TNY_FOLDER_ERROR_SYNC: 82 83 @TNY_FOLDER_ERROR_REMOVE_MSG: An error that occured while removing a message 83 84 @TNY_FOLDER_ERROR_ADD_MSG: An error that occured while adding a message … … 93 94 @TNY_ACCOUNT_ERROR_TRY_CONNECT: An error that occured while trying to connect to an account 94 95 @TNY_ACCOUNT_STORE_ERROR_UNKNOWN_ALERT: 96 @TNY_ACCOUNT_ERROR_GET_SUPPORTED_AUTH: 97 @TNY_SEND_QUEUE_ERROR_ADD: 98 @TNY_ACCOUNT_STORE_ERROR_CANCEL_ALERT: 95 99 96 100 <!-- ##### ENUM TnyAccountType ##### --> … … 101 105 @TNY_ACCOUNT_TYPE_STORE: A account that can store folders and messages 102 106 @TNY_ACCOUNT_TYPE_TRANSPORT: A account that can send and messages (transfer them) 107 @TNY_ACCOUNT_TYPE_COMBINED: 108 109 <!-- ##### ENUM TnyConnectionStatus ##### --> 110 <para> 111 112 </para> 113 114 @TNY_CONNECTION_STATUS_DISCONNECTED: 115 @TNY_CONNECTION_STATUS_DISCONNECTED_BROKEN: 116 @TNY_CONNECTION_STATUS_CONNECTED_BROKEN: 117 @TNY_CONNECTION_STATUS_CONNECTED: 118 @TNY_CONNECTION_STATUS_RECONNECTING: 119 @TNY_CONNECTION_STATUS_INIT: 103 120 104 121 <!-- ##### ENUM TnyAccountStoreSignal ##### --> … … 154 171 155 172 @TNY_FOLDER_STORE_QUERY_OPTION_SUBSCRIBED: Only subscribed folders will match this query 156 @TNY_FOLDER_STORE_QUERY_OPTION_UNSUBSCRIBED: Only unsibscribed folders will match this query157 173 @TNY_FOLDER_STORE_QUERY_OPTION_MATCH_ON_NAME: Only folders that will match the pattern on folder name will match this query 158 174 @TNY_FOLDER_STORE_QUERY_OPTION_MATCH_ON_ID: Only folders that wil match the pattern on folder id will match this query … … 199 215 @TNY_FOLDER_TYPE_SENT: The folder type is a SENT folder 200 216 @TNY_FOLDER_TYPE_ROOT: The folder type is a #TnyAccount that contains this folder (used for the #TnyGtkAccountTreeModel) 201 217 @TNY_FOLDER_TYPE_NOTES: 218 @TNY_FOLDER_TYPE_DRAFTS: 219 @TNY_FOLDER_TYPE_CONTACTS: 220 @TNY_FOLDER_TYPE_CALENDAR: 221 @TNY_FOLDER_TYPE_ARCHIVE: 222 @TNY_FOLDER_TYPE_MERGE: 223 @TNY_FOLDER_TYPE_NUM: 224 trunk/docs/devel/reference/tmpl/tny-mime-part.sgml
r1379 r2332 40 40 @get_description_func: 41 41 @get_content_location_func: 42 @is_purged_func: 42 43 @set_content_location_func: 43 44 @set_description_func: … … 45 46 @set_filename_func: 46 47 @set_content_type_func: 48 @set_purged_func: 47 49 @is_attachment_func: 48 50 @get_parts_func: … … 50 52 @add_part_func: 51 53 @get_header_pairs_func: 54 @set_header_pair_func: 52 55 53 56 <!-- ##### FUNCTION tny_mime_part_get_content_type ##### --> … … 135 138 136 139 140 <!-- ##### FUNCTION tny_mime_part_is_purged ##### --> 141 <para> 142 143 </para> 144 145 @self: 146 @Returns: 147 148 137 149 <!-- ##### FUNCTION tny_mime_part_set_content_location ##### --> 138 150 <para> … … 180 192 181 193 194 <!-- ##### FUNCTION tny_mime_part_set_purged ##### --> 195 <para> 196 197 </para> 198 199 @self: 200 201 182 202 <!-- ##### FUNCTION tny_mime_part_is_attachment ##### --> 183 203 <para> … … 235 255 236 256 257 <!-- ##### FUNCTION tny_mime_part_set_header_pair ##### --> 258 <para> 259 260 </para> 261 262 @self: 263 @name: 264 @value: 265 266 trunk/docs/devel/reference/tmpl/tny-msg.sgml
r1721 r2332 34 34 @get_folder_func: 35 35 @get_url_string_func: 36 @uncache_attachments_func: 37 @rewrite_cache_func: 36 38 37 39 <!-- ##### FUNCTION tny_msg_get_header ##### --> … … 62 64 63 65 66 <!-- ##### FUNCTION tny_msg_uncache_attachments ##### --> 67 <para> 68 69 </para> 70 71 @self: 72 73 74 <!-- ##### FUNCTION tny_msg_rewrite_cache ##### --> 75 <para> 76 77 </para> 78 79 @self: 80 81 trunk/docs/devel/reference/tmpl/tny-send-queue.sgml
r2121 r2332 40 40 </para> 41 41 42 @: 43 @: 44 @: 45 @: 46 42 47 @tnysendqueue: the object which received the signal. 43 48 @arg1: … … 50 55 </para> 51 56 57 @: 58 @: 59 @: 60 @: 61 52 62 @tnysendqueue: the object which received the signal. 53 63 @arg1: 54 @arg2:55 @arg3:56 64 57 65 <!-- ##### STRUCT TnySendQueueIface ##### --> trunk/docs/devel/reference/tmpl/tny-shared.sgml
r2121 r2332 47 47 </para> 48 48 49 @ tnyaccountstore: the object which received the signal.50 @ arg1:49 @: 50 @: 51 51 52 52 <!-- ##### SIGNAL TnyAccountStore::account-inserted ##### --> … … 55 55 </para> 56 56 57 @ tnyaccountstore: the object which received the signal.58 @ arg1:57 @: 58 @: 59 59 60 60 <!-- ##### SIGNAL TnyAccountStore::account-removed ##### --> … … 63 63 </para> 64 64 65 @ tnyaccountstore: the object which received the signal.66 @ arg1:65 @: 66 @: 67 67 68 68 <!-- ##### SIGNAL TnyAccountStore::accounts-reloaded ##### --> … … 71 71 </para> 72 72 73 @ tnyaccountstore: the object which received the signal.73 @: 74 74 75 75 <!-- ##### SIGNAL TnyAccountStore::connecting-finished ##### --> … … 78 78 </para> 79 79 80 @ tnyaccountstore: the object which received the signal.80 @: 81 81 82 82 <!-- ##### SIGNAL TnyAccountStore::connecting-started ##### --> … … 85 85 </para> 86 86 87 @ tnyaccountstore: the object which received the signal.87 @: 88 88 89 89 <!-- ##### STRUCT TnyAccountStoreIface ##### --> … … 160 160 @get_folder_func: 161 161 @get_url_string_func: 162 @uncache_attachments_func: 163 @rewrite_cache_func: 162 164 163 165 <!-- ##### STRUCT TnyFolder ##### --> … … 261 263 @get_description_func: 262 264 @get_content_location_func: 265 @is_purged_func: 263 266 @set_content_location_func: 264 267 @set_description_func: … … 266 269 @set_filename_func: 267 270 @set_content_type_func: 271 @set_purged_func: 268 272 @is_attachment_func: 269 273 @get_parts_func: … … 271 275 @add_part_func: 272 276 @get_header_pairs_func: 277 @set_header_pair_func: 273 278 274 279 <!-- ##### STRUCT TnyAccount ##### --> … … 283 288 </para> 284 289 285 @tnyaccount: the object which received the signal. 290 @: 291 @Param2: 286 292 287 293 <!-- ##### STRUCT TnyAccountIface ##### --> … … 291 297 292 298 @parent: 293 @ is_connected_func:299 @get_connection_status_func: 294 300 @set_id_func: 295 301 @set_name_func: … … 315 321 @cancel_func: 316 322 @matches_url_string_func: 323 @start_operation_func: 324 @stop_operation_func: 317 325 @connection_status_changed: 318 326 … … 328 336 </para> 329 337 330 @ tnydevice: the object which received the signal.331 @ arg1:338 @: 339 @: 332 340 333 341 <!-- ##### STRUCT TnyDeviceIface ##### --> … … 592 600 </para> 593 601 594 @ :595 @ :596 @ :597 @ :602 @tnysendqueue: the object which received the signal. 603 @arg1: 604 @arg2: 605 @arg3: 598 606 599 607 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> … … 602 610 </para> 603 611 604 @: 605 @: 606 @: 607 @: 612 @tnysendqueue: the object which received the signal. 613 @arg1: 608 614 609 615 <!-- ##### STRUCT TnySendQueueIface ##### -->
