Changeset 588

Show
Ignore:
Timestamp:
07/27/06 16:33:51
Author:
pvanhoof
Message:

Updated the gtkdocs

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/devel/reference/libtinymail-docs.sgml

    r442 r588  
    33               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ 
    44 
    5 <!ENTITY tinymail-TnySummaryWindow SYSTEM "xml/tny-summary-window.xml"> 
    65 
    76<!ENTITY libtinymail-Shared SYSTEM "xml/tny-shared.xml"> 
     
    4645<!ENTITY libtinymailui-TnyPlatformFactoryIface SYSTEM "xml/tny-platform-factory-iface.xml"> 
    4746<!ENTITY libtinymailui-TnyAccountStoreViewIface SYSTEM "xml/tny-account-store-view-iface.xml"> 
    48 <!ENTITY libtinymailui-TnySummaryWindowIface SYSTEM "xml/tny-summary-window-iface.xml"> 
    4947<!ENTITY libtinymailui-TnySaveStrategyIface SYSTEM "xml/tny-save-strategy-iface.xml"> 
    5048 
     
    8583        <chapter id="tinymail"> 
    8684                <title>tinymail</title> 
    87                 &tinymail-TnySummaryWindow; 
    8885        </chapter> 
    8986 
     
    108105        <chapter id="libtinymailui"> 
    109106                <title>libtinymailui</title> 
    110                 &libtinymailui-TnySummaryWindowIface; 
    111107                &libtinymailui-TnyAccountStoreViewIface; 
    112108                &libtinymailui-TnyMsgViewIface; 
  • trunk/docs/devel/reference/tmpl/libtinymail-unused.sgml

    r493 r588  
    4545<!-- ##### SECTION ./tmpl/tny-msg-header-proxy.sgml:Title ##### --> 
    4646TnyMsgHeaderProxy 
     47 
     48 
     49<!-- ##### SECTION ./tmpl/tny-summary-window.sgml:Long_Description ##### --> 
     50<para> 
     51A demo implementation of a summary window. Implemented for Gtk+. 
     52</para><para> 
     53The implementation claims to also be a #TnyAccountStoreViewIface implementation. 
     54Which is, of course, perfectly legal. It's possible that a summary window is a 
     55view for the account store. 
     56</para><para> 
     57You can, however, also do it more finegrained and create a real view type that 
     58implements the #TnyAccountStoreViewIface. And you can let the summary window 
     59for example decorate that. Or simply goes in a composition relation with that 
     60type. In a human language: embed the view type in the summary window. 
     61</para><para> 
     62The demo-ui, however, implements the summary window *as* the view type. The  
     63main reason for this is because that reduces the amount of code. People might 
     64other wise get scared about having to implement a lot own GObjects if they 
     65want to use the tinymail framework. This isn't true.  
     66</para><para> 
     67But that doesn't mean the scared people are right. It's probably more correct 
     68to implement a type as a #TnyAccountStoreViewIface and put it in composition 
     69with the #TnySummaryWindowIface implementation. 
     70</para><para> 
     71Mine 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 ##### --> 
     82A 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 ##### --> 
     90TnySummaryWindow 
    4791 
    4892 
     
    117161@parent:  
    118162 
     163<!-- ##### STRUCT TnySummaryWindow ##### --> 
     164<para> 
     165 
     166</para> 
     167 
     168@parent:  
     169 
     170<!-- ##### STRUCT TnySummaryWindowIface ##### --> 
     171<para> 
     172 
     173</para> 
     174 
     175 
    119176<!-- ##### FUNCTION tny_account_get_type ##### --> 
    120177<para> 
     
    131188@Returns:  
    132189 
     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 
    133214<!-- ##### FUNCTION tny_device_get_new ##### --> 
    134215<para> 
     
    145226@self:  
    146227@folder:  
     228 
     229<!-- ##### FUNCTION tny_msg_folder_iface_has_cache ##### --> 
     230<para> 
     231 
     232</para> 
     233 
     234@self:  
     235@Returns:  
    147236 
    148237<!-- ##### FUNCTION tny_msg_folder_iface_refresh_headers_async ##### --> 
     
    163252@Returns:  
    164253 
     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 
    165278<!-- ##### FUNCTION tny_msg_mime_part_iface_get_index ##### --> 
    166279<para> 
     
    179292@index:  
    180293 
     294<!-- ##### FUNCTION tny_msg_new_with_header_and_parts ##### --> 
     295<para> 
     296 
     297</para> 
     298 
     299@header:  
     300@parts:  
     301@Returns:  
     302 
    181303<!-- ##### FUNCTION tny_msg_window_iface_set_msg ##### --> 
    182304<para> 
     
    194316@Returns:  
    195317 
     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  
    9090 
    9191 
     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 
    92110<!-- ##### FUNCTION tny_account_iface_get_id ##### --> 
    93111<para> 
  • trunk/docs/devel/reference/tmpl/tny-account-store-iface.sgml

    r493 r588  
    2424 
    2525 
    26 <!-- ##### FUNCTION tny_account_store_iface_get_store_accounts ##### --> 
     26<!-- ##### FUNCTION tny_account_store_iface_get_accounts ##### --> 
    2727<para> 
    2828 
     
    3030 
    3131@self:  
    32 @Returns:  
     32@list:  
     33@types:  
    3334 
    3435 
     
    4041@self:  
    4142@account:  
    42  
    43  
    44 <!-- ##### FUNCTION tny_account_store_iface_get_transport_accounts ##### --> 
    45 <para> 
    46  
    47 </para> 
    48  
    49 @self:  
    50 @Returns:  
    5143 
    5244 
  • trunk/docs/devel/reference/tmpl/tny-account-store.sgml

    r406 r588  
    33 
    44<!-- ##### SECTION Short_Description ##### --> 
    5 A account store implemented for Camel and GConf 
     5 
    66 
    77<!-- ##### SECTION Long_Description ##### --> 
    88<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 
    1010</para> 
     11 
    1112 
    1213<!-- ##### SECTION See_Also ##### --> 
    1314<para> 
    14 #TnyAccountStoreIface, #TnyAccountIface, #TnyStoreAccountIface, #TnyTransportAccountIface, #TnyAccount, #TnyStoreAccount, #TnyTransportAccount 
     15 
    1516</para> 
     17 
    1618 
    1719<!-- ##### SECTION Stability_Level ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-account-tree-model.sgml

    r406 r588  
    3737 
    3838 
     39<!-- ##### STRUCT TnyAccountTreeModelClass ##### --> 
     40<para> 
     41 
     42</para> 
     43 
     44@parent_class:  
     45 
    3946<!-- ##### FUNCTION tny_account_tree_model_new ##### --> 
    4047<para> 
     
    4552 
    4653 
    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  
    3333@account_store:  
    3434@interactive:  
     35@prev_constat:  
     36@first_switch:  
    3537@connchanged_signal:  
     38@current_accounts:  
    3639 
    3740<!-- ##### STRUCT TnySessionCamelClass ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-device-iface.sgml

    r436 r588  
    3434 
    3535 
     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  
    1010</para> 
    1111 
     12 
    1213<!-- ##### SECTION See_Also ##### --> 
    1314<para> 
    1415 
    1516</para> 
     17 
    1618 
    1719<!-- ##### SECTION Stability_Level ##### --> 
     
    2325</para> 
    2426 
    25 @nm_ctx:  
    26 @callback_id:  
     27@forced:  
     28@fset:  
    2729 
    2830<!-- ##### MACRO TNY_DEVICE_GET_PRIVATE ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-device.sgml

    r436 r588  
    33 
    44<!-- ##### SECTION Short_Description ##### --> 
    5 A #TnyDeviceIface implementation for the gnome platform 
     5 
    66 
    77<!-- ##### SECTION Long_Description ##### --> 
    88<para> 
    9 A #TnyDeviceIface implementation for the gnome platform 
    10 that uses NetworkManager for the online/offline status 
    11 updates. 
     9 
    1210</para> 
     11 
    1312 
    1413<!-- ##### SECTION See_Also ##### --> 
    1514<para> 
    16 #TnyDeviceIface, Network Manager 
     15 
    1716</para> 
     17 
    1818 
    1919<!-- ##### SECTION Stability_Level ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-iterator-iface.sgml

    r442 r588  
    6464 
    6565 
     66<!-- ##### FUNCTION tny_iterator_iface_has_first ##### --> 
     67<para> 
     68 
     69</para> 
     70 
     71@self:  
     72@Returns:  
     73 
     74 
    6675<!-- ##### 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 ##### --> 
    6785<para> 
    6886 
  • trunk/docs/devel/reference/tmpl/tny-msg-folder-iface.sgml

    r493 r588  
    166166 
    167167 
    168 <!-- ##### FUNCTION tny_msg_folder_iface_has_cache ##### --> 
    169 <para> 
    170  
    171 </para> 
    172  
    173 @self:  
    174 @Returns:  
    175  
    176  
    177168<!-- ##### FUNCTION tny_msg_folder_iface_set_subscribed ##### --> 
    178169<para> 
  • trunk/docs/devel/reference/tmpl/tny-msg-folder-list-iterator-priv.sgml

    r493 r588  
    1010</para> 
    1111 
    12  
    1312<!-- ##### SECTION See_Also ##### --> 
    1413<para> 
    1514 
    1615</para> 
    17  
    1816 
    1917<!-- ##### SECTION Stability_Level ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-msg-folder-list-priv.sgml

    r493 r588  
    1010</para> 
    1111 
    12  
    1312<!-- ##### SECTION See_Also ##### --> 
    1413<para> 
    1514 
    1615</para> 
    17  
    1816 
    1917<!-- ##### SECTION Stability_Level ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-msg-header-iface.sgml

    r406 r588  
    2020 
    2121 
    22 <!-- ##### FUNCTION tny_msg_header_iface_set_uid ##### --> 
    23 <para> 
    24  
    25 </para> 
    26  
    27 @self:  
    28 @uid:  
    29  
    30  
    3122<!-- ##### FUNCTION tny_msg_header_iface_get_uid ##### --> 
    3223<para> 
  • trunk/docs/devel/reference/tmpl/tny-msg-header-list-model.sgml

    r493 r588  
    5151 
    5252 
     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  
    5353 
    5454 
    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  
    6565 
    6666 
    67 <!-- ##### FUNCTION tny_msg_iface_set_folder ##### --> 
    68 <para> 
    69  
    70 </para> 
    71  
    72 @self:  
    73 @folder:  
    74  
    75  
    7667<!-- ##### FUNCTION tny_msg_iface_set_header ##### --> 
    7768<para> 
  • trunk/docs/devel/reference/tmpl/tny-msg-view-iface.sgml

    r388 r588  
    4343 
    4444 
     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  
    4444 
    4545 
    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  
    33 
    44<!-- ##### SECTION Short_Description ##### --> 
    5 A password dialog implemented for the gnome platform 
     5 
    66 
    77<!-- ##### SECTION Long_Description ##### --> 
    88<para> 
    9 A password dialog being used by the #TnyAccountStoreIface implementation for the  
    10 gnome platform: #TnyAccountStore. 
     9 
    1110</para> 
     11 
    1212 
    1313<!-- ##### SECTION See_Also ##### --> 
    1414<para> 
    15 #TnyAccountStore 
     15 
    1616</para> 
     17 
    1718 
    1819<!-- ##### SECTION Stability_Level ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-platform-factory.sgml

    r406 r588  
    33 
    44<!-- ##### SECTION Short_Description ##### --> 
    5 A implementation of #TnyPlatformFactoryIface for the gnome platform 
     5 
    66 
    77<!-- ##### SECTION Long_Description ##### --> 
    88<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 
    1110</para> 
     11 
    1212 
    1313<!-- ##### SECTION See_Also ##### --> 
    1414<para> 
    15 #TnyDeviceIface, #TnyDevice, #TnyMsgViewIface, #TnyMozEmbedMsgView, #TnyMsgView, #TnyAccountStoreIface, #TnyAccountStore 
     15 
    1616</para> 
     17 
    1718 
    1819<!-- ##### SECTION Stability_Level ##### --> 
  • trunk/docs/devel/reference/tmpl/tny-session-camel.sgml

    r492 r588  
    2929@account_store:  
    3030@interactive:  
     31@prev_constat:  
     32@first_switch:  
    3133@connchanged_signal:  
     34@current_accounts:  
    3235 
    3336<!-- ##### FUNCTION tny_session_camel_set_pass_func ##### --> 
     
    6972 
    7073 
     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  
    5555@nth_func:  
    5656@current_func:  
     57@has_first_func:  
    5758@has_next_func:  
     59@is_done:  
    5860@get_list_func:  
    5961 
     
    7375@get_header_func:  
    7476@get_folder_func:  
    75 @set_folder_func:  
    7677@set_header_func:  
    7778@del_part_func:  
     
    150151@get_date_received_func:  
    151152@get_date_sent_func:  
    152 @set_uid_func:  
    153153@set_bcc_func:  
    154154@set_cc_func:  
     
    159159@get_folder_func:  
    160160@set_folder_func:  
    161 @uncache_func:  
    162 @has_cache_func:  
    163161@get_flags_func:  
    164162@set_flags_func:  
     
    213211@set_hostname_func:  
    214212@set_url_string_func:  
     213@set_account_type_func:  
    215214@set_pass_func_func:  
    216215@set_forget_pass_func_func:  
     
    223222@get_hostname_func:  
    224223@get_url_string_func:  
     224@get_account_type_func:  
    225225@set_account_store_func:  
    226226@get_account_store_func:  
     
    247247@parent:  
    248248@is_online_func:  
     249@force_online_func:  
     250@force_offline_func:  
     251@reset_func:  
    249252@connection_changed:  
    250253 
     
    344347@account_removed:  
    345348@accounts_reloaded:  
    346 @get_store_accounts_func:  
     349@get_accounts_func:  
    347350@add_store_account_func:  
    348 @get_transport_accounts_func:  
    349351@add_transport_account_func:  
    350352@get_cache_dir_func:  
     
    411413 
    412414 
     415<!-- ##### STRUCT TnyList ##### --> 
     416<para> 
     417 
     418</para> 
     419 
     420 
     421<!-- ##### STRUCT TnyListClass ##### --> 
     422<para> 
     423 
     424</para> 
     425 
     426@parent:  
     427 
    413428<!-- ##### MACRO G_LIKELY ##### --> 
    414429<para> 
  • trunk/docs/devel/reference/tmpl/tny-summary-window-iface.sgml

    r396 r588  
    2121 
    2222 
    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  
    6666tny-msg-folder-list-priv.xml 
    6767tny-msg-folder-list-iterator-priv.xml 
     68tny-summary-view.xml 
     69tny-list-iterator-priv.xml 
     70tny-device-iface-test.xml 
     71tny-msg-folder-iface-test.xml 
     72tny-account-tree-model-iterator-priv.xml 
     73tny-list-iface-test.xml 
     74tny-summary-view-iface.xml 
     75tny-iterator-iface-test.xml 
     76tny-msg-iface-test.xml 
     77tny-list.xml 
     78tny-account-iface-test.xml 
     79tny-list-priv.xml 
     80tny-account-tree-model-priv.xml