Changeset 588
- Timestamp:
- 07/27/06 16:33:51
- Files:
-
- trunk/docs/devel/reference/libtinymail-docs.sgml (modified) (4 diffs)
- trunk/docs/devel/reference/tmpl/libtinymail-unused.sgml (modified) (7 diffs)
- trunk/docs/devel/reference/tmpl/tny-account-iface-test.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-account-iface.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-account-store-iface.sgml (modified) (3 diffs)
- trunk/docs/devel/reference/tmpl/tny-account-store.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-account-tree-model-iterator-priv.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-account-tree-model-priv.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-account-tree-model.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-camel-shared.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-device-iface-test.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-device-iface.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-device-priv.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-device.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-iterator-iface-test.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-iterator-iface.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-list-iface-test.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-list-iterator-priv.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-list-priv.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-list.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-msg-folder-iface-test.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-msg-folder-iface.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-msg-folder-list-iterator-priv.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-msg-folder-list-priv.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-msg-header-iface.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-msg-header-list-model.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-msg-header.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-msg-iface-test.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-msg-iface.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-msg-view-iface.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-msg.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-password-dialog.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-platform-factory.sgml (modified) (1 diff)
- trunk/docs/devel/reference/tmpl/tny-session-camel.sgml (modified) (2 diffs)
- trunk/docs/devel/reference/tmpl/tny-shared.sgml (modified) (9 diffs)
- trunk/docs/devel/reference/tmpl/tny-summary-view-iface.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-summary-view.sgml (added)
- trunk/docs/devel/reference/tmpl/tny-summary-window-iface.sgml (modified) (1 diff)
- trunk/docs/devel/reference/xml (modified) (1 prop)
- trunk/docs/devel/reference/xml/.svnignore (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docs/devel/reference/libtinymail-docs.sgml
r442 r588 3 3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ 4 4 5 <!ENTITY tinymail-TnySummaryWindow SYSTEM "xml/tny-summary-window.xml">6 5 7 6 <!ENTITY libtinymail-Shared SYSTEM "xml/tny-shared.xml"> … … 46 45 <!ENTITY libtinymailui-TnyPlatformFactoryIface SYSTEM "xml/tny-platform-factory-iface.xml"> 47 46 <!ENTITY libtinymailui-TnyAccountStoreViewIface SYSTEM "xml/tny-account-store-view-iface.xml"> 48 <!ENTITY libtinymailui-TnySummaryWindowIface SYSTEM "xml/tny-summary-window-iface.xml">49 47 <!ENTITY libtinymailui-TnySaveStrategyIface SYSTEM "xml/tny-save-strategy-iface.xml"> 50 48 … … 85 83 <chapter id="tinymail"> 86 84 <title>tinymail</title> 87 &tinymail-TnySummaryWindow;88 85 </chapter> 89 86 … … 108 105 <chapter id="libtinymailui"> 109 106 <title>libtinymailui</title> 110 &libtinymailui-TnySummaryWindowIface;111 107 &libtinymailui-TnyAccountStoreViewIface; 112 108 &libtinymailui-TnyMsgViewIface; trunk/docs/devel/reference/tmpl/libtinymail-unused.sgml
r493 r588 45 45 <!-- ##### SECTION ./tmpl/tny-msg-header-proxy.sgml:Title ##### --> 46 46 TnyMsgHeaderProxy 47 48 49 <!-- ##### SECTION ./tmpl/tny-summary-window.sgml:Long_Description ##### --> 50 <para> 51 A demo implementation of a summary window. Implemented for Gtk+. 52 </para><para> 53 The implementation claims to also be a #TnyAccountStoreViewIface implementation. 54 Which is, of course, perfectly legal. It's possible that a summary window is a 55 view for the account store. 56 </para><para> 57 You can, however, also do it more finegrained and create a real view type that 58 implements the #TnyAccountStoreViewIface. And you can let the summary window 59 for example decorate that. Or simply goes in a composition relation with that 60 type. In a human language: embed the view type in the summary window. 61 </para><para> 62 The demo-ui, however, implements the summary window *as* the view type. The 63 main reason for this is because that reduces the amount of code. People might 64 other wise get scared about having to implement a lot own GObjects if they 65 want to use the tinymail framework. This isn't true. 66 </para><para> 67 But that doesn't mean the scared people are right. It's probably more correct 68 to implement a type as a #TnyAccountStoreViewIface and put it in composition 69 with the #TnySummaryWindowIface implementation. 70 </para><para> 71 Mine is just a simple demo. 72 </para> 73 74 75 <!-- ##### SECTION ./tmpl/tny-summary-window.sgml:See_Also ##### --> 76 <para> 77 #TnyAccountStoreViewIface, #TnySummaryWindowIface, #TnyAccountStoreIface 78 </para> 79 80 81 <!-- ##### SECTION ./tmpl/tny-summary-window.sgml:Short_Description ##### --> 82 A demo implementation of #TnySummaryWindowIface for Gtk+ 83 84 85 <!-- ##### SECTION ./tmpl/tny-summary-window.sgml:Stability_Level ##### --> 86 87 88 89 <!-- ##### SECTION ./tmpl/tny-summary-window.sgml:Title ##### --> 90 TnySummaryWindow 47 91 48 92 … … 117 161 @parent: 118 162 163 <!-- ##### STRUCT TnySummaryWindow ##### --> 164 <para> 165 166 </para> 167 168 @parent: 169 170 <!-- ##### STRUCT TnySummaryWindowIface ##### --> 171 <para> 172 173 </para> 174 175 119 176 <!-- ##### FUNCTION tny_account_get_type ##### --> 120 177 <para> … … 131 188 @Returns: 132 189 190 <!-- ##### FUNCTION tny_account_store_iface_get_store_accounts ##### --> 191 <para> 192 193 </para> 194 195 @self: 196 @Returns: 197 198 <!-- ##### FUNCTION tny_account_store_iface_get_transport_accounts ##### --> 199 <para> 200 201 </para> 202 203 @self: 204 @Returns: 205 206 <!-- ##### FUNCTION tny_account_tree_model_add ##### --> 207 <para> 208 209 </para> 210 211 @self: 212 @account: 213 133 214 <!-- ##### FUNCTION tny_device_get_new ##### --> 134 215 <para> … … 145 226 @self: 146 227 @folder: 228 229 <!-- ##### FUNCTION tny_msg_folder_iface_has_cache ##### --> 230 <para> 231 232 </para> 233 234 @self: 235 @Returns: 147 236 148 237 <!-- ##### FUNCTION tny_msg_folder_iface_refresh_headers_async ##### --> … … 163 252 @Returns: 164 253 254 <!-- ##### FUNCTION tny_msg_header_iface_set_uid ##### --> 255 <para> 256 257 </para> 258 259 @self: 260 @uid: 261 262 <!-- ##### FUNCTION tny_msg_header_set_use_summary ##### --> 263 <para> 264 265 </para> 266 267 @self: 268 @val: 269 270 <!-- ##### FUNCTION tny_msg_iface_set_folder ##### --> 271 <para> 272 273 </para> 274 275 @self: 276 @folder: 277 165 278 <!-- ##### FUNCTION tny_msg_mime_part_iface_get_index ##### --> 166 279 <para> … … 179 292 @index: 180 293 294 <!-- ##### FUNCTION tny_msg_new_with_header_and_parts ##### --> 295 <para> 296 297 </para> 298 299 @header: 300 @parts: 301 @Returns: 302 181 303 <!-- ##### FUNCTION tny_msg_window_iface_set_msg ##### --> 182 304 <para> … … 194 316 @Returns: 195 317 318 <!-- ##### FUNCTION tny_summary_window_new ##### --> 319 <para> 320 321 </para> 322 323 @Returns: 324 trunk/docs/devel/reference/tmpl/tny-account-iface.sgml
r406 r588 90 90 91 91 92 <!-- ##### FUNCTION tny_account_iface_set_account_type ##### --> 93 <para> 94 95 </para> 96 97 @self: 98 @type: 99 100 101 <!-- ##### FUNCTION tny_account_iface_get_account_type ##### --> 102 <para> 103 104 </para> 105 106 @self: 107 @Returns: 108 109 92 110 <!-- ##### FUNCTION tny_account_iface_get_id ##### --> 93 111 <para> trunk/docs/devel/reference/tmpl/tny-account-store-iface.sgml
r493 r588 24 24 25 25 26 <!-- ##### FUNCTION tny_account_store_iface_get_ store_accounts ##### -->26 <!-- ##### FUNCTION tny_account_store_iface_get_accounts ##### --> 27 27 <para> 28 28 … … 30 30 31 31 @self: 32 @Returns: 32 @list: 33 @types: 33 34 34 35 … … 40 41 @self: 41 42 @account: 42 43 44 <!-- ##### FUNCTION tny_account_store_iface_get_transport_accounts ##### -->45 <para>46 47 </para>48 49 @self:50 @Returns:51 43 52 44 trunk/docs/devel/reference/tmpl/tny-account-store.sgml
r406 r588 3 3 4 4 <!-- ##### SECTION Short_Description ##### --> 5 A account store implemented for Camel and GConf 5 6 6 7 7 <!-- ##### SECTION Long_Description ##### --> 8 8 <para> 9 An implementation of #TnyAccountStoreIface that uses Camel and GConf. This implementation is coupled with the #TnyStoreAccount and #TnyTransportAccount implementations. It can only return instances of those implementations of #TnyStoreAccountIface and #TnyTransportAccountIface. 9 10 10 </para> 11 11 12 12 13 <!-- ##### SECTION See_Also ##### --> 13 14 <para> 14 #TnyAccountStoreIface, #TnyAccountIface, #TnyStoreAccountIface, #TnyTransportAccountIface, #TnyAccount, #TnyStoreAccount, #TnyTransportAccount 15 15 16 </para> 17 16 18 17 19 <!-- ##### SECTION Stability_Level ##### --> trunk/docs/devel/reference/tmpl/tny-account-tree-model.sgml
r406 r588 37 37 38 38 39 <!-- ##### STRUCT TnyAccountTreeModelClass ##### --> 40 <para> 41 42 </para> 43 44 @parent_class: 45 39 46 <!-- ##### FUNCTION tny_account_tree_model_new ##### --> 40 47 <para> … … 45 52 46 53 47 <!-- ##### FUNCTION tny_account_tree_model_add ##### -->48 <para>49 50 </para>51 52 @self:53 @account:54 55 trunk/docs/devel/reference/tmpl/tny-camel-shared.sgml
r492 r588 33 33 @account_store: 34 34 @interactive: 35 @prev_constat: 36 @first_switch: 35 37 @connchanged_signal: 38 @current_accounts: 36 39 37 40 <!-- ##### STRUCT TnySessionCamelClass ##### --> trunk/docs/devel/reference/tmpl/tny-device-iface.sgml
r436 r588 34 34 35 35 36 <!-- ##### FUNCTION tny_device_iface_force_online ##### --> 37 <para> 38 39 </para> 40 41 @self: 42 43 44 <!-- ##### FUNCTION tny_device_iface_force_offline ##### --> 45 <para> 46 47 </para> 48 49 @self: 50 51 trunk/docs/devel/reference/tmpl/tny-device-priv.sgml
r313 r588 10 10 </para> 11 11 12 12 13 <!-- ##### SECTION See_Also ##### --> 13 14 <para> 14 15 15 16 </para> 17 16 18 17 19 <!-- ##### SECTION Stability_Level ##### --> … … 23 25 </para> 24 26 25 @ nm_ctx:26 @ callback_id:27 @forced: 28 @fset: 27 29 28 30 <!-- ##### MACRO TNY_DEVICE_GET_PRIVATE ##### --> trunk/docs/devel/reference/tmpl/tny-device.sgml
r436 r588 3 3 4 4 <!-- ##### SECTION Short_Description ##### --> 5 A #TnyDeviceIface implementation for the gnome platform 5 6 6 7 7 <!-- ##### SECTION Long_Description ##### --> 8 8 <para> 9 A #TnyDeviceIface implementation for the gnome platform 10 that uses NetworkManager for the online/offline status 11 updates. 9 12 10 </para> 11 13 12 14 13 <!-- ##### SECTION See_Also ##### --> 15 14 <para> 16 #TnyDeviceIface, Network Manager 15 17 16 </para> 17 18 18 19 19 <!-- ##### SECTION Stability_Level ##### --> trunk/docs/devel/reference/tmpl/tny-iterator-iface.sgml
r442 r588 64 64 65 65 66 <!-- ##### FUNCTION tny_iterator_iface_has_first ##### --> 67 <para> 68 69 </para> 70 71 @self: 72 @Returns: 73 74 66 75 <!-- ##### FUNCTION tny_iterator_iface_has_next ##### --> 76 <para> 77 78 </para> 79 80 @self: 81 @Returns: 82 83 84 <!-- ##### FUNCTION tny_iterator_iface_is_done ##### --> 67 85 <para> 68 86 trunk/docs/devel/reference/tmpl/tny-msg-folder-iface.sgml
r493 r588 166 166 167 167 168 <!-- ##### FUNCTION tny_msg_folder_iface_has_cache ##### -->169 <para>170 171 </para>172 173 @self:174 @Returns:175 176 177 168 <!-- ##### FUNCTION tny_msg_folder_iface_set_subscribed ##### --> 178 169 <para> trunk/docs/devel/reference/tmpl/tny-msg-folder-list-iterator-priv.sgml
r493 r588 10 10 </para> 11 11 12 13 12 <!-- ##### SECTION See_Also ##### --> 14 13 <para> 15 14 16 15 </para> 17 18 16 19 17 <!-- ##### SECTION Stability_Level ##### --> trunk/docs/devel/reference/tmpl/tny-msg-folder-list-priv.sgml
r493 r588 10 10 </para> 11 11 12 13 12 <!-- ##### SECTION See_Also ##### --> 14 13 <para> 15 14 16 15 </para> 17 18 16 19 17 <!-- ##### SECTION Stability_Level ##### --> trunk/docs/devel/reference/tmpl/tny-msg-header-iface.sgml
r406 r588 20 20 21 21 22 <!-- ##### FUNCTION tny_msg_header_iface_set_uid ##### -->23 <para>24 25 </para>26 27 @self:28 @uid:29 30 31 22 <!-- ##### FUNCTION tny_msg_header_iface_get_uid ##### --> 32 23 <para> trunk/docs/devel/reference/tmpl/tny-msg-header-list-model.sgml
r493 r588 51 51 52 52 53 <!-- ##### FUNCTION tny_msg_header_list_model_received_date_sort_func ##### --> 54 <para> 55 56 </para> 57 58 @model: 59 @a: 60 @b: 61 @user_data: 62 @Returns: 63 64 65 <!-- ##### FUNCTION tny_msg_header_list_model_sent_date_sort_func ##### --> 66 <para> 67 68 </para> 69 70 @model: 71 @a: 72 @b: 73 @user_data: 74 @Returns: 75 76 trunk/docs/devel/reference/tmpl/tny-msg-header.sgml
r396 r588 53 53 54 54 55 <!-- ##### FUNCTION tny_msg_header_set_use_summary ##### -->56 <para>57 58 </para>59 60 @self:61 @val:62 63 trunk/docs/devel/reference/tmpl/tny-msg-iface.sgml
r388 r588 65 65 66 66 67 <!-- ##### FUNCTION tny_msg_iface_set_folder ##### -->68 <para>69 70 </para>71 72 @self:73 @folder:74 75 76 67 <!-- ##### FUNCTION tny_msg_iface_set_header ##### --> 77 68 <para> trunk/docs/devel/reference/tmpl/tny-msg-view-iface.sgml
r388 r588 43 43 44 44 45 <!-- ##### FUNCTION tny_msg_view_iface_set_unavailable ##### --> 46 <para> 47 48 </para> 49 50 @self: 51 @header: 52 53 trunk/docs/devel/reference/tmpl/tny-msg.sgml
r406 r588 44 44 45 45 46 <!-- ##### FUNCTION tny_msg_new_with_header_and_parts ##### -->47 <para>48 49 </para>50 51 @header:52 @parts:53 @Returns:54 55 trunk/docs/devel/reference/tmpl/tny-password-dialog.sgml
r406 r588 3 3 4 4 <!-- ##### SECTION Short_Description ##### --> 5 A password dialog implemented for the gnome platform 5 6 6 7 7 <!-- ##### SECTION Long_Description ##### --> 8 8 <para> 9 A password dialog being used by the #TnyAccountStoreIface implementation for the 10 gnome platform: #TnyAccountStore. 9 11 10 </para> 11 12 12 13 13 <!-- ##### SECTION See_Also ##### --> 14 14 <para> 15 #TnyAccountStore 15 16 16 </para> 17 17 18 18 19 <!-- ##### SECTION Stability_Level ##### --> trunk/docs/devel/reference/tmpl/tny-platform-factory.sgml
r406 r588 3 3 4 4 <!-- ##### SECTION Short_Description ##### --> 5 A implementation of #TnyPlatformFactoryIface for the gnome platform 5 6 6 7 7 <!-- ##### SECTION Long_Description ##### --> 8 8 <para> 9 A factory that returns specific implementations for a specific platform. Like the 10 #TnyDevice, the #TnyMsgView or the #TnyMozEmbedMsgView and the #TnyAccountStore. 9 11 10 </para> 11 12 12 13 13 <!-- ##### SECTION See_Also ##### --> 14 14 <para> 15 #TnyDeviceIface, #TnyDevice, #TnyMsgViewIface, #TnyMozEmbedMsgView, #TnyMsgView, #TnyAccountStoreIface, #TnyAccountStore 15 16 16 </para> 17 17 18 18 19 <!-- ##### SECTION Stability_Level ##### --> trunk/docs/devel/reference/tmpl/tny-session-camel.sgml
r492 r588 29 29 @account_store: 30 30 @interactive: 31 @prev_constat: 32 @first_switch: 31 33 @connchanged_signal: 34 @current_accounts: 32 35 33 36 <!-- ##### FUNCTION tny_session_camel_set_pass_func ##### --> … … 69 72 70 73 74 <!-- ##### FUNCTION tny_session_camel_set_current_accounts ##### --> 75 <para> 76 77 </para> 78 79 @self: 80 @list: 81 82 trunk/docs/devel/reference/tmpl/tny-shared.sgml
r492 r588 55 55 @nth_func: 56 56 @current_func: 57 @has_first_func: 57 58 @has_next_func: 59 @is_done: 58 60 @get_list_func: 59 61 … … 73 75 @get_header_func: 74 76 @get_folder_func: 75 @set_folder_func:76 77 @set_header_func: 77 78 @del_part_func: … … 150 151 @get_date_received_func: 151 152 @get_date_sent_func: 152 @set_uid_func:153 153 @set_bcc_func: 154 154 @set_cc_func: … … 159 159 @get_folder_func: 160 160 @set_folder_func: 161 @uncache_func:162 @has_cache_func:163 161 @get_flags_func: 164 162 @set_flags_func: … … 213 211 @set_hostname_func: 214 212 @set_url_string_func: 213 @set_account_type_func: 215 214 @set_pass_func_func: 216 215 @set_forget_pass_func_func: … … 223 222 @get_hostname_func: 224 223 @get_url_string_func: 224 @get_account_type_func: 225 225 @set_account_store_func: 226 226 @get_account_store_func: … … 247 247 @parent: 248 248 @is_online_func: 249 @force_online_func: 250 @force_offline_func: 251 @reset_func: 249 252 @connection_changed: 250 253 … … 344 347 @account_removed: 345 348 @accounts_reloaded: 346 @get_ store_accounts_func:349 @get_accounts_func: 347 350 @add_store_account_func: 348 @get_transport_accounts_func:349 351 @add_transport_account_func: 350 352 @get_cache_dir_func: … … 411 413 412 414 415 <!-- ##### STRUCT TnyList ##### --> 416 <para> 417 418 </para> 419 420 421 <!-- ##### STRUCT TnyListClass ##### --> 422 <para> 423 424 </para> 425 426 @parent: 427 413 428 <!-- ##### MACRO G_LIKELY ##### --> 414 429 <para> trunk/docs/devel/reference/tmpl/tny-summary-window-iface.sgml
r396 r588 21 21 22 22 23 <!-- ##### STRUCT TnySummaryWindowIface ##### -->24 <para>25 26 </para>27 28 trunk/docs/devel/reference/xml
- Property svn:ignore changed from tny-account-store-view-iface.xml tree_index.sgml tny-fs-stream.xml tny-moz-embed-stream.xml tny-camel-stream.xml libtinymail-doc.top tny-attach-list-model.xml tny-moz-embed-msg-view.xml tny-msg-mime-part.xml tny-msg-header-iface.xml tny-camel-shared.xml object_index.sgml tny-transport-account-iface.xml tny-msg-window.xml tny-account-store-iface.xml tny-msg-iface.xml tny-store-account-iface.xml config.xml tny-msg-mime-part-priv.xml tny-msg-view.xml tny-platform-factory-iface.xml tny-msg-header-iface-test.xml tny-device.xml tny-msg-folder.xml tny-msg-mime-part-iface-test.xml tny-account-iface.xml tny-summary-window.xml tny-transport-account-priv.xml tny-store-account-priv.xml tny-shared.xml tny-test-stream.xml tny-stream-camel.xml tny-msg-header.xml libtinymail-doc.bottom tny-device-priv.xml tny-stream-iface-test.xml .svnignore tny-msg-header-list-model.xml tny-text-buffer-stream.xml tny-msg-mime-part-iface.xml tny-store-account.xml tny-msg.xml tny-account-store.xml tny-transport-account.xml tny-vfs-stream.xml tny-account-tree-model.xml tny-platform-factory.xml tny-account.xml tny-password-dialog.xml tny-msg-window-iface.xml tny-stream-iface.xml tny-session-camel.xml tny-msg-view-iface.xml tny-msg-folder-iface.xml tny-device-iface.xml tny-test-suite.xml tny-summary-window-iface.xml tny-save-strategy.xml tny-save-strategy-iface.xml tny-msg-header-view.xml tny-msg-header-view-iface.xml tny-list-iface.xml tny-msg-header-list-model-priv.xml tny-msg-header-list-iterator-priv.xml tny-iterator-iface.xml tny-msg-folder-list-priv.xml tny-msg-folder-list-iterator-priv.xml to tny-account-store-view-iface.xml tree_index.sgml tny-fs-stream.xml tny-moz-embed-stream.xml tny-camel-stream.xml libtinymail-doc.top tny-attach-list-model.xml tny-moz-embed-msg-view.xml tny-msg-mime-part.xml tny-msg-header-iface.xml tny-camel-shared.xml object_index.sgml tny-transport-account-iface.xml tny-msg-window.xml tny-account-store-iface.xml tny-msg-iface.xml tny-store-account-iface.xml config.xml tny-msg-mime-part-priv.xml tny-msg-view.xml tny-platform-factory-iface.xml tny-msg-header-iface-test.xml tny-device.xml tny-msg-folder.xml tny-msg-mime-part-iface-test.xml tny-account-iface.xml tny-summary-window.xml tny-transport-account-priv.xml tny-store-account-priv.xml tny-shared.xml tny-test-stream.xml tny-stream-camel.xml tny-msg-header.xml libtinymail-doc.bottom tny-device-priv.xml tny-stream-iface-test.xml .svnignore tny-msg-header-list-model.xml tny-text-buffer-stream.xml tny-msg-mime-part-iface.xml tny-store-account.xml tny-msg.xml tny-account-store.xml tny-transport-account.xml tny-vfs-stream.xml tny-account-tree-model.xml tny-platform-factory.xml tny-account.xml tny-password-dialog.xml tny-msg-window-iface.xml tny-stream-iface.xml tny-session-camel.xml tny-msg-view-iface.xml tny-msg-folder-iface.xml tny-device-iface.xml tny-test-suite.xml tny-summary-window-iface.xml tny-save-strategy.xml tny-save-strategy-iface.xml tny-msg-header-view.xml tny-msg-header-view-iface.xml tny-list-iface.xml tny-msg-header-list-model-priv.xml tny-msg-header-list-iterator-priv.xml tny-iterator-iface.xml tny-msg-folder-list-priv.xml tny-msg-folder-list-iterator-priv.xml tny-summary-view.xml tny-list-iterator-priv.xml tny-device-iface-test.xml tny-msg-folder-iface-test.xml tny-account-tree-model-iterator-priv.xml tny-list-iface-test.xml tny-summary-view-iface.xml tny-iterator-iface-test.xml tny-msg-iface-test.xml tny-list.xml tny-account-iface-test.xml tny-list-priv.xml tny-account-tree-model-priv.xml
trunk/docs/devel/reference/xml/.svnignore
r493 r588 66 66 tny-msg-folder-list-priv.xml 67 67 tny-msg-folder-list-iterator-priv.xml 68 tny-summary-view.xml 69 tny-list-iterator-priv.xml 70 tny-device-iface-test.xml 71 tny-msg-folder-iface-test.xml 72 tny-account-tree-model-iterator-priv.xml 73 tny-list-iface-test.xml 74 tny-summary-view-iface.xml 75 tny-iterator-iface-test.xml 76 tny-msg-iface-test.xml 77 tny-list.xml 78 tny-account-iface-test.xml 79 tny-list-priv.xml 80 tny-account-tree-model-priv.xml
