Changeset 2572
- Timestamp:
- 08/07/07 00:07:06
- Files:
-
- trunk/docs/devel/reference/libtinymail-docs.sgml (modified) (3 diffs)
- trunk/docs/devel/reference/tmpl/tny-account-store.sgml (modified) (3 diffs)
- trunk/docs/devel/reference/tmpl/tny-account.sgml (modified) (7 diffs)
- trunk/docs/devel/reference/tmpl/tny-camel-account.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-camel-pop-store-account.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-camel-send-queue.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-device.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-enums.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-folder-change.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-folder-store-change.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-folder.sgml (modified) (7 diffs)
- trunk/docs/devel/reference/tmpl/tny-gnome-account-store.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-gtk-folder-store-tree-model.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-header.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-merge-folder.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-mime-part.sgml (modified) (3 diffs)
- trunk/docs/devel/reference/tmpl/tny-msg.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-send-queue.sgml (modified) (4 diffs)
- trunk/docs/devel/reference/tmpl/tny-session-camel.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (14 diffs)
- trunk/docs/devel/reference/tmpl/tny-status.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-store-account.sgml (modified) (3 diffs)
- trunk/docs/devel/reference/tmpl/tny-stream-camel.sgml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/libtinymail-docs.sgml
r2003 r2572 97 97 <!ENTITY libtinymail-asyncworker-TnyAsyncWorkerQueue SYSTEM "xml/tny-async-worker-queue.xml"> 98 98 99 <! ENTITY libtinymail-queues-TnyQueue SYSTEM "xml/tny-queue.xml">100 <! ENTITY libtinymail-queues-TnyQueueTask SYSTEM "xml/tny-queue-task.xml">101 <! ENTITY libtinymail-queues-TnyGenericSendQueue SYSTEM "xml/tny-generic-send-queue.xml">102 <! ENTITY libtinymail-queues-TnyGetMsgQueue SYSTEM "xml/tny-get-msg-queue.xml">99 <!-- !ENTITY libtinymail-queues-TnyQueue SYSTEM "xml/tny-queue.xml" //--> 100 <!-- !ENTITY libtinymail-queues-TnyQueueTask SYSTEM "xml/tny-queue-task.xml" //--> 101 <!-- !ENTITY libtinymail-queues-TnyGenericSendQueue SYSTEM "xml/tny-generic-send-queue.xml" //--> 102 <!-- !ENTITY libtinymail-queues-TnyGetMsgQueue SYSTEM "xml/tny-get-msg-queue.xml" //--> 103 103 104 104 <!ENTITY index-Object-Tree SYSTEM "xml/tree_index.sgml"> … … 219 219 </chapter> 220 220 221 < chapter id="libtinymail-queues">221 <!-- chapter id="libtinymail-queues"> 222 222 <title>A queue library</title> 223 223 &libtinymail-queues-TnyQueue; … … 225 225 &libtinymail-queues-TnyGenericSendQueue; 226 226 &libtinymail-queues-TnyGetMsgQueue; 227 </chapter >228 229 < chapter id="libtinymail-asyncworker">227 </chapter //--> 228 229 <!-- chapter id="libtinymail-asyncworker"> 230 230 <title>A library that implements TnyQueue</title> 231 231 &libtinymail-asyncworker-TnyAsyncWorkerQueueTask; 232 232 &libtinymail-asyncworker-TnyAsyncWorkerQueue; 233 </chapter >233 </chapter //--> 234 234 235 235 <chapter id="libtinymail-camel"> trunk/docs/devel/reference/tmpl/tny-account-store.sgml
r2505 r2572 16 16 17 17 <!-- ##### SECTION Stability_Level ##### --> 18 19 20 <!-- ##### MACRO TNY_TYPE_ACCOUNT_STORE_SIGNAL ##### -->21 <para>22 23 </para>24 25 18 26 19 … … 45 38 46 39 47 <!-- ##### SIGNAL TnyAccountStore::account-changed ##### -->48 <para>49 50 </para>51 52 @:53 @:54 55 @tnyaccountstore: the object which received the signal.56 @arg1:57 58 <!-- ##### SIGNAL TnyAccountStore::account-inserted ##### -->59 <para>60 61 </para>62 63 @:64 @:65 66 @tnyaccountstore: the object which received the signal.67 @arg1:68 69 <!-- ##### SIGNAL TnyAccountStore::account-removed ##### -->70 <para>71 72 </para>73 74 @:75 @:76 77 @tnyaccountstore: the object which received the signal.78 @arg1:79 80 <!-- ##### SIGNAL TnyAccountStore::accounts-reloaded ##### -->81 <para>82 83 </para>84 85 @:86 87 @tnyaccountstore: the object which received the signal.88 89 <!-- ##### SIGNAL TnyAccountStore::connecting-finished ##### -->90 <para>91 92 </para>93 94 @:95 96 @tnyaccountstore: the object which received the signal.97 98 40 <!-- ##### SIGNAL TnyAccountStore::connecting-started ##### --> 99 41 <para> 100 42 101 43 </para> 102 103 @:104 44 105 45 @tnyaccountstore: the object which received the signal. … … 116 56 @alert_func: 117 57 @find_account_func: 118 @account_changed:119 @account_inserted:120 @account_removed:121 @accounts_reloaded:122 58 @connecting_started: 123 @connecting_finished:124 59 125 60 <!-- ##### FUNCTION tny_get_accounts_request_type_get_type ##### --> trunk/docs/devel/reference/tmpl/tny-account.sgml
r2505 r2572 18 18 19 19 20 <!-- ##### MACRO TNY_TYPE_ACCOUNT_TYPE ##### --> 21 <para> 22 23 </para> 24 25 26 20 27 <!-- ##### STRUCT TnyAccount ##### --> 21 28 <para> … … 23 30 </para> 24 31 32 33 <!-- ##### SIGNAL TnyAccount::changed ##### --> 34 <para> 35 36 </para> 37 38 @tnyaccount: the object which received the signal. 25 39 26 40 <!-- ##### SIGNAL TnyAccount::connection-status-changed ##### --> … … 66 80 @start_operation_func: 67 81 @stop_operation_func: 82 @is_ready_func: 68 83 @connection_status_changed: 69 70 <!-- ##### MACRO TNY_TYPE_CONNECTION_STATUS ##### --> 71 <para> 72 73 </para> 74 75 76 77 <!-- ##### MACRO TNY_TYPE_ACCOUNT_TYPE ##### --> 78 <para> 79 80 </para> 81 82 83 84 <!-- ##### MACRO TNY_TYPE_ACCOUNT_SIGNAL ##### --> 85 <para> 86 87 </para> 88 89 84 @changed: 90 85 91 86 <!-- ##### FUNCTION tny_account_type_get_type ##### --> … … 97 92 98 93 99 <!-- ##### FUNCTION tny_account_get_connection_status ##### -->100 <para>101 102 </para>103 104 @self:105 @Returns:106 107 108 94 <!-- ##### FUNCTION tny_account_set_id ##### --> 109 95 <para> … … 124 110 125 111 126 <!-- ##### FUNCTION tny_account_set_secure_auth_mech ##### -->127 <para>128 129 </para>130 131 @self:132 @mech:133 134 135 112 <!-- ##### FUNCTION tny_account_set_proto ##### --> 136 113 <para> … … 214 191 215 192 216 <!-- ##### FUNCTION tny_account_get_secure_auth_mech ##### -->217 <para>218 219 </para>220 221 @self:222 @Returns:223 224 225 193 <!-- ##### FUNCTION tny_account_get_proto ##### --> 226 194 <para> … … 313 281 314 282 315 <!-- ##### FUNCTION tny_account_start_operation ##### -->316 <para>317 318 </para>319 320 @self:321 @domain:322 @code:323 @status_callback:324 @status_user_data:325 326 327 <!-- ##### FUNCTION tny_account_stop_operation ##### -->328 <para>329 330 </para>331 332 @self:333 @canceled:334 335 trunk/docs/devel/reference/tmpl/tny-camel-account.sgml
r2403 r2572 96 96 @self: 97 97 @online: 98 @ err:98 @callback: 99 99 100 100 101 <!-- ##### USER_FUNCTION TnyCamelGetSupportedSecureAuthCallback ##### -->102 <para>103 104 </para>105 106 @self:107 @cancelled:108 @auth_types:109 @err:110 @user_data:111 112 113 <!-- ##### FUNCTION tny_camel_account_get_supported_secure_authentication ##### -->114 <para>115 116 </para>117 118 @self:119 @callback:120 @status_callback:121 @user_data:122 123 trunk/docs/devel/reference/tmpl/tny-camel-pop-store-account.sgml
r2121 r2572 32 32 33 33 34 <!-- ##### FUNCTION tny_camel_pop_store_account_set_leave_messages_on_server ##### -->35 <para>36 37 </para>38 39 @self:40 @enabled:41 42 43 <!-- ##### FUNCTION tny_camel_pop_store_account_reconnect ##### -->44 <para>45 46 </para>47 48 @self:49 50 trunk/docs/devel/reference/tmpl/tny-camel-send-queue.sgml
r2403 r2572 59 59 60 60 61 <!-- ##### FUNCTION tny_camel_send_queue_join_worker ##### -->62 <para>63 64 </para>65 66 @self:67 68 trunk/docs/devel/reference/tmpl/tny-device.sgml
r2505 r2572 19 19 20 20 21 <!-- ##### MACRO TNY_TYPE_DEVICE_SIGNAL ##### -->22 <para>23 24 </para>25 26 27 28 21 <!-- ##### STRUCT TnyDevice ##### --> 29 22 <para> … … 36 29 37 30 </para> 38 39 @:40 @:41 31 42 32 @tnydevice: the object which received the signal. trunk/docs/devel/reference/tmpl/tny-enums.sgml
r2501 r2572 122 122 @TNY_ACCOUNT_TYPE_COMBINED: 123 123 124 <!-- ##### ENUM TnyAccountSignal ##### -->125 <para>126 127 </para>128 129 @TNY_ACCOUNT_CONNECTION_STATUS_CHANGED:130 @TNY_ACCOUNT_LAST_SIGNAL:131 132 <!-- ##### ENUM TnyConnectionStatus ##### -->133 <para>134 135 </para>136 137 @TNY_CONNECTION_STATUS_DISCONNECTED:138 @TNY_CONNECTION_STATUS_DISCONNECTED_BROKEN:139 @TNY_CONNECTION_STATUS_CONNECTED_BROKEN:140 @TNY_CONNECTION_STATUS_CONNECTED:141 @TNY_CONNECTION_STATUS_RECONNECTING:142 @TNY_CONNECTION_STATUS_INIT:143 144 124 <!-- ##### ENUM TnyAccountStoreSignal ##### --> 145 125 <para> … … 249 229 @TNY_FOLDER_TYPE_NUM: 250 230 251 <!-- ##### ENUM TnySendQueueSignal ##### -->252 <para>253 254 </para>255 256 @TNY_SEND_QUEUE_MSG_SENDING:257 @TNY_SEND_QUEUE_MSG_SENT:258 @TNY_SEND_QUEUE_ERROR_HAPPENED:259 @TNY_SEND_QUEUE_LAST_SIGNAL:260 261 <!-- ##### ENUM TnyStoreAccountSignal ##### -->262 <para>263 264 </para>265 266 @TNY_STORE_ACCOUNT_SUBSCRIPTION_CHANGED:267 @TNY_STORE_ACCOUNT_LAST_SIGNAL:268 trunk/docs/devel/reference/tmpl/tny-folder-change.sgml
r2501 r2572 17 17 18 18 <!-- ##### SECTION Stability_Level ##### --> 19 20 21 <!-- ##### MACRO TNY_TYPE_FOLDER_CHANGE_CHANGED ##### -->22 <para>23 24 </para>25 26 19 27 20 … … 123 116 124 117 125 <!-- ##### FUNCTION tny_folder_change_add_expunged_header ##### -->126 <para>127 128 </para>129 130 @self:131 @header:132 133 134 118 <!-- ##### FUNCTION tny_folder_change_get_added_headers ##### --> 135 <para>136 137 </para>138 139 @self:140 @headers:141 142 143 <!-- ##### FUNCTION tny_folder_change_get_expunged_headers ##### -->144 119 <para> 145 120 trunk/docs/devel/reference/tmpl/tny-folder-store-change.sgml
r2403 r2572 17 17 18 18 <!-- ##### SECTION Stability_Level ##### --> 19 20 21 <!-- ##### MACRO TNY_TYPE_FOLDER_STORE_CHANGE_CHANGED ##### -->22 <para>23 24 </para>25 26 19 27 20 trunk/docs/devel/reference/tmpl/tny-folder.sgml
r2501 r2572 42 42 @get_msg_async_func: 43 43 @get_headers_func: 44 @get_headers_async_func: 44 45 @get_name_func: 45 46 @get_id_func: … … 64 65 @get_caps_func: 65 66 66 <!-- ##### MACRO TNY_TYPE_FOLDER_SIGNAL ##### -->67 <para>68 69 </para>70 71 72 73 67 <!-- ##### MACRO TNY_TYPE_FOLDER_TYPE ##### --> 74 68 <para> … … 78 72 79 73 80 <!-- ##### MACRO TNY_TYPE_FOLDER_CAPS ##### -->81 <para>82 83 </para>84 85 86 87 74 <!-- ##### FUNCTION tny_folder_type_get_type ##### --> 88 75 <para> … … 157 144 @expunge: 158 145 @err: 159 160 161 <!-- ##### FUNCTION tny_folder_sync_async ##### -->162 <para>163 164 </para>165 166 @self:167 @expunge:168 @callback:169 @status_callback:170 @user_data:171 146 172 147 … … 262 237 263 238 <!-- ##### FUNCTION tny_folder_get_unread_count ##### --> 264 <para>265 266 </para>267 268 @self:269 @Returns:270 271 272 <!-- ##### FUNCTION tny_folder_get_local_size ##### -->273 239 <para> 274 240 … … 347 313 348 314 349 <!-- ##### FUNCTION tny_folder_copy_async ##### -->350 <para>351 352 </para>353 354 @self:355 @into:356 @new_name:357 @del:358 @callback:359 @status_callback:360 @user_data:361 362 363 315 <!-- ##### FUNCTION tny_folder_poke_status ##### --> 364 316 <para> … … 414 366 415 367 416 <!-- ##### FUNCTION tny_folder_get_url_string ##### -->417 <para>418 419 </para>420 421 @self:422 @Returns:423 424 trunk/docs/devel/reference/tmpl/tny-gnome-account-store.sgml
r1857 r2572 42 42 43 43 44 <!-- ##### FUNCTION tny_gnome_account_store_add_store_account ##### -->45 <para>46 47 </para>48 49 @self:50 @account:51 52 53 <!-- ##### FUNCTION tny_gnome_account_store_add_transport_account ##### -->54 <para>55 56 </para>57 58 @self:59 @account:60 61 trunk/docs/devel/reference/tmpl/tny-gtk-folder-store-tree-model.sgml
r1286 r2572 96 96 </para> 97 97 98 @async:99 98 @query: 100 99 @Returns: trunk/docs/devel/reference/tmpl/tny-header.sgml
r2403 r2572 64 64 @unset_flags_func: 65 65 66 <!-- ##### MACRO TNY_TYPE_HEADER_PRIORITY_FLAGS ##### -->67 <para>68 69 </para>70 71 72 73 66 <!-- ##### FUNCTION tny_header_flags_get_type ##### --> 74 67 <para> trunk/docs/devel/reference/tmpl/tny-merge-folder.sgml
r2501 r2572 42 42 43 43 44 <!-- ##### FUNCTION tny_merge_folder_set_folder_type ##### -->45 <para>46 47 </para>48 49 @self:50 @folder_type:51 52 trunk/docs/devel/reference/tmpl/tny-mime-part.sgml
r2332 r2572 138 138 139 139 140 <!-- ##### FUNCTION tny_mime_part_is_purged ##### -->141 <para>142 143 </para>144 145 @self:146 @Returns:147 148 149 140 <!-- ##### FUNCTION tny_mime_part_set_content_location ##### --> 150 141 <para> … … 192 183 193 184 194 <!-- ##### FUNCTION tny_mime_part_set_purged ##### -->195 <para>196 197 </para>198 199 @self:200 201 202 185 <!-- ##### FUNCTION tny_mime_part_is_attachment ##### --> 203 186 <para> … … 255 238 256 239 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
r2332 r2572 64 64 65 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
r2505 r2572 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 @: 61 @: 51 62 52 63 @tnysendqueue: the object which received the signal. … … 60 71 61 72 </para> 73 74 @: 75 @: 76 @: 77 @: 78 @: 62 79 63 80 @tnysendqueue: the object which received the signal. … … 80 97 @get_outbox_func: 81 98 @cancel_func: 82 83 <!-- ##### MACRO TNY_TYPE_SEND_QUEUE_SIGNAL ##### -->84 <para>85 86 </para>87 88 89 99 90 100 <!-- ##### FUNCTION tny_send_queue_add ##### --> trunk/docs/devel/reference/tmpl/tny-session-camel.sgml
r2501 r2572 47 47 @connchanged_signal: 48 48 @current_accounts: 49 @current_accounts_lock: 49 50 @camel_dir: 50 51 @in_auth_function: 51 52 @is_connecting: 52 @async_connect:53 53 @ui_lock: 54 @conlock:55 54 @queue_lock: 56 @conthread:57 55 @stop_now: 58 56 @initialized: 59 57 @is_inuse: 60 @background_thread_running:61 58 @regged_queues: 62 59 … … 96 93 97 94 98 <!-- ##### FUNCTION tny_session_camel_join_connecting ##### -->99 <para>100 101 </para>102 103 @self:104 105 106 <!-- ##### FUNCTION tny_session_camel_set_async_connecting ##### -->107 <para>108 109 </para>110 111 @self:112 @enable:113 114 115 <!-- ##### FUNCTION tny_session_camel_set_initialized ##### -->116 <para>117 118 </para>119 120 @self:121 122 trunk/docs/devel/reference/tmpl/tny-shared.sgml
r2505 r2572 16 16 17 17 <!-- ##### SECTION Stability_Level ##### --> 18 19 20 <!-- ##### MACRO tny_debug ##### -->21 <para>22 23 </para>24 25 18 26 19 … … 42 35 43 36 44 <!-- ##### SIGNAL TnyAccountStore::account-changed ##### -->45 <para>46 47 </para>48 49 @tnyaccountstore: the object which received the signal.50 @arg1:51 52 <!-- ##### SIGNAL TnyAccountStore::account-inserted ##### -->53 <para>54 55 </para>56 57 @tnyaccountstore: the object which received the signal.58 @arg1:59 60 <!-- ##### SIGNAL TnyAccountStore::account-removed ##### -->61 <para>62 63 </para>64 65 @tnyaccountstore: the object which received the signal.66 @arg1:67 68 <!-- ##### SIGNAL TnyAccountStore::accounts-reloaded ##### -->69 <para>70 71 </para>72 73 @tnyaccountstore: the object which received the signal.74 75 <!-- ##### SIGNAL TnyAccountStore::connecting-finished ##### -->76 <para>77 78 </para>79 80 @tnyaccountstore: the object which received the signal.81 82 37 <!-- ##### SIGNAL TnyAccountStore::connecting-started ##### --> 83 38 <para> … … 85 40 </para> 86 41 87 @ tnyaccountstore: the object which received the signal.42 @: 88 43 89 44 <!-- ##### STRUCT TnyAccountStoreIface ##### --> … … 98 53 @alert_func: 99 54 @find_account_func: 100 @account_changed:101 @account_inserted:102 @account_removed:103 @accounts_reloaded:104 55 @connecting_started: 105 @connecting_finished:106 56 107 57 <!-- ##### STRUCT TnyList ##### --> … … 187 137 @get_msg_async_func: 188 138 @get_headers_func: 139 @get_headers_async_func: 189 140 @get_name_func: 190 141 @get_id_func: … … 284 235 </para> 285 236 237 238 <!-- ##### SIGNAL TnyAccount::changed ##### --> 239 <para> 240 241 </para> 242 243 @tnyaccount: the object which received the signal. 286 244 287 245 <!-- ##### SIGNAL TnyAccount::connection-status-changed ##### --> … … 325 283 @start_operation_func: 326 284 @stop_operation_func: 285 @is_ready_func: 327 286 @connection_status_changed: 287 @changed: 328 288 329 289 <!-- ##### STRUCT TnyDevice ##### --> … … 338 298 </para> 339 299 340 @ tnydevice: the object which received the signal.341 @ arg1:300 @: 301 @: 342 302 343 303 <!-- ##### STRUCT TnyDeviceIface ##### --> … … 364 324 </para> 365 325 366 @ tnystoreaccount: the object which received the signal.367 @ arg1:326 @: 327 @: 368 328 369 329 <!-- ##### STRUCT TnyStoreAccountIface ##### --> … … 460 420 461 421 462 <!-- ##### USER_FUNCTION TnySyncFolderCallback ##### -->463 <para>464 465 </para>466 467 @folder:468 @cancelled:469 @err:470 @user_data:471 472 473 422 <!-- ##### USER_FUNCTION TnyTransferMsgsCallback ##### --> 474 423 <para> … … 575 524 576 525 577 <!-- ##### USER_FUNCTION TnyCopyFolderCallback ##### -->578 <para>579 580 </para>581 582 @self:583 @into:584 @cancelled:585 @new_folder:586 @err:587 @user_data:588 589 590 526 <!-- ##### STRUCT TnyMsgRemoveStrategy ##### --> 591 527 <para> … … 613 549 </para> 614 550 615 @ :616 @ :617 @ :618 @ :551 @tnysendqueue: the object which received the signal. 552 @arg1: 553 @arg2: 554 @arg3: 619 555 620 556 <!-- ##### SIGNAL TnySendQueue::msg-sending ##### --> … … 623 559 </para> 624 560 625 @ :626 @ :627 @ :628 @ :629 @ :561 @tnysendqueue: the object which received the signal. 562 @arg1: 563 @arg2: 564 @arg3: 565 @arg4: 630 566 631 567 <!-- ##### SIGNAL TnySendQueue::msg-sent ##### --> … … 634 570 </para> 635 571 636 @ :637 @ :638 @ :639 @ :640 @ :572 @tnysendqueue: the object which received the signal. 573 @arg1: 574 @arg2: 575 @arg3: 576 @arg4: 641 577 642 578 <!-- ##### STRUCT TnySendQueueIface ##### --> trunk/docs/devel/reference/tmpl/tny-status.sgml
r2501 r2572 18 18 19 19 20 <!-- ##### MACRO TNY_TYPE_STATUS_DOMAIN ##### --> 21 <para> 22 23 </para> 24 25 26 20 27 <!-- ##### STRUCT TnyStatus ##### --> 21 28 <para> … … 28 35 @position: 29 36 @of_total: 30 31 <!-- ##### MACRO TNY_TYPE_STATUS_DOMAIN ##### -->32 <para>33 34 </para>35 36 37 38 <!-- ##### MACRO TNY_TYPE_STATUS_CODE ##### -->39 <para>40 41 </para>42 43 44 37 45 38 <!-- ##### FUNCTION tny_status_domain_get_type ##### --> trunk/docs/devel/reference/tmpl/tny-store-account.sgml
r2505 r2572 18 18 19 19 20 <!-- ##### MACRO TNY_TYPE_STORE_ACCOUNT_SIGNAL ##### -->21 <para>22 23 </para>24 25 26 27 20 <!-- ##### STRUCT TnyStoreAccount ##### --> 28 21 <para> … … 36 29 </para> 37 30 38 @:39 31 @: 40 32 … … 83 75 84 76 85 <!-- ##### FUNCTION tny_store_account_delete_cache ##### -->86 <para>87 88 </para>89 90 @self:91 92 trunk/docs/devel/reference/tmpl/tny-stream-camel.sgml
r2403 r2572 18 18 19 19 <!-- ##### SECTION Stability_Level ##### --> 20 21 22 <!-- ##### MACRO TNY_TYPE_STREAM_CAMEL_STREAM ##### -->23 <para>24 25 </para>26 27 20 28 21
