aboutsummaryrefslogblamecommitdiffstats
path: root/doc/reference/evolution-util/evolution-util-sections.txt
blob: b5b4ee76bb5e2acf86b1b175f24ce461d0f184ae (plain) (tree)
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454





























                                       
                 













                          
                              
                              






































                             
                             







































                                 
                 







                            
                     


























                        
                       
































































                               
                            
                            
                     
                     
                          
                          

                          
                        
                          










                          

                               



                        
                 

                        
                 

                        
                 












































                                
                            











































                                  























                                     

                                   


                              






























                                            

                                      























                                         
                             




















































                                      

                              



                                  
                                  



































                                          


                               














































                                    
                        





                          











                              
                

                    
                     























                                       







                                    











































                                      

                         







































































                                                  
                  





















                                








                               

















                                
                                 












































































































                                         



































































































































































































                                      




                                  
                     
                        

                           








                               

































































































                                 



















                                








                                
                              













                        























                                    








                                   
                                           
                                 













                           
















































                                     


                      
          







                          


                       

                      
                        

                       



















                                  





                       









                      

























                             


















                               
                       




















































                                        
                                   



































                                          
                             


          



















































































































































































































































































































































































































































































































































































































































































































































































































































































































                                                    


                     
         







































                                 













                           
                                



































                           
          

















                              
          






























































                             
                        




























                            
             





















































                             

                  



















































                                           



                               





                                

                    





































                                      





















                              


















                                   


                      
                 



























































































                                       





                                      

                                        













                                   




























                                               
                                  



























































































































































































                                                 

                                      
                      
            
            


                     

                   




                                 


                                    
                            






                            
               






                         

                  


                          

                      
                 
                       





                                  
                                









                                   








                           






                            
                                
























                                   
                                       























                                            

                                      






































































                                                     













































                            


                                          




                             




                        




                              




                                 


                              













                       














                               





















































































                              





























                                












































                                     



































                              






                             




















                         



















                              





















                           



















                                       





















                                     





















                             











































                                 

                           

            












































                             


















                           


































                               

                 











                                  



                                   
                              

                              
                         

                              
                         

                                          
                                     

                           
                      

                         
                    

                             
                        

                              
                         

                                       
























                                     

































































































                                         








                                  

                      








                           












                        




























                                     









































































                                                







                                    

                                






                                    


                                        
                                    

                                    
                            
                                 



































                                               







                                
























































                                      



                          

                                  

                               













                       







                                























                            

                        
























                            



                           
                  















                                 
                               



























                              



















                                    



                                         
                                  






































































































































                                         
                        

















                                    
                                  















                                 
                             

















                            
                                 





































                                          
                        

























                               
                       
                            











                      
































                                

                           












































































































                                    
                     

                                    
                                   

                               

                                    


                                   
                                


                                  
                                


                                








                           

                     






















                                         
                                  
                                 
                                      








                               

                          







                          

                                
                               















                              

                    







                           
                               





































                                      

                    










                                            




































































































































                                              

                       
                       


                               
                   




                          



                        




                          
                 













                     


                         



                                 
                          

                               
                             
                                
                       

                                 
                        
                           

                          






                             

                       


                              


                          



                     

                          




                                   

























                                                 
























                                         



                                 



                                     













                                              













                              



































                                        













                                             



                        













                     





                       
                   
                       
                           
                 
                   
















                                   

                               






                                

                           
                            

                           













                              
                       


                         
                             
                       
                            
                            

                         
                                  
                                        













                     
































                                    






















                                           
         


                      



                  










                     

                    







                                
                                        
                                      



                                        
                               
                        



                                       








                             

                        






                            











                            

                    


          










































                                             
<SECTION>
<FILE>e-action-combo-box</FILE>
<TITLE>EActionComboBox</TITLE>
EActionComboBox
e_action_combo_box_new
e_action_combo_box_new_with_action
e_action_combo_box_get_action
e_action_combo_box_set_action
e_action_combo_box_get_current_value
e_action_combo_box_set_current_value
e_action_combo_box_add_separator_before
e_action_combo_box_add_separator_after
<SUBSECTION Standard>
E_ACTION_COMBO_BOX
E_IS_ACTION_COMBO_BOX
E_TYPE_ACTION_COMBO_BOX
E_ACTION_COMBO_BOX_CLASS
E_IS_ACTION_COMBO_BOX_CLASS
E_ACTION_COMBO_BOX_GET_CLASS
EActionComboBoxClass
e_action_combo_box_get_type
<SUBSECTION Private>
EActionComboBoxPrivate
</SECTION>

<SECTION>
<FILE>e-activity</FILE>
<TITLE>EActivity</TITLE>
EActivity
e_activity_new
e_activity_cancel
e_activity_describe
e_activity_get_alert_sink
e_activity_set_alert_sink
e_activity_get_cancellable
e_activity_set_cancellable
e_activity_get_icon_name
e_activity_set_icon_name
e_activity_get_percent
e_activity_set_percent
EActivityState
e_activity_get_state
e_activity_set_state
e_activity_get_text
e_activity_set_text
e_activity_get_last_known_text
e_activity_handle_cancellation
<SUBSECTION Standard>
E_ACTIVITY
E_IS_ACTIVITY
E_TYPE_ACTIVITY
E_ACTIVITY_CLASS
E_IS_ACTIVITY_CLASS
E_ACTIVITY_GET_CLASS
EActivityClass
e_activity_get_type
<SUBSECTION Private>
EActivityPrivate
</SECTION>

<SECTION>
<FILE>e-activity-bar</FILE>
<TITLE>EActivityBar</TITLE>
EActivityBar
e_activity_bar_new
e_activity_bar_get_activity
e_activity_bar_set_activity
<SUBSECTION Standard>
E_ACTIVITY_BAR
E_IS_ACTIVITY_BAR
E_TYPE_ACTIVITY_BAR
E_ACTIVITY_BAR_CLASS
E_IS_ACTIVITY_BAR_CLASS
E_ACTIVITY_BAR_GET_CLASS
EActivityBarClass
e_activity_bar_get_type
<SUBSECTION Private>
EActivityBarPrivate
</SECTION>

<SECTION>
<FILE>e-activity-proxy</FILE>
<TITLE>EActivityProxy</TITLE>
EActivityProxy
e_activity_proxy_new
e_activity_proxy_get_activity
e_activity_proxy_set_activity
<SUBSECTION Standard>
E_ACTIVITY_PROXY
E_IS_ACTIVITY_PROXY
E_TYPE_ACTIVITY_PROXY
E_ACTIVITY_PROXY_CLASS
E_IS_ACTIVITY_PROXY_CLASS
E_ACTIVITY_PROXY_GET_CLASS
EActivityProxyClass
e_activity_proxy_get_type
<SUBSECTION Private>
EActivityProxyPrivate
</SECTION>

<SECTION>
<FILE>e-alarm-selector</FILE>
<TITLE>EAlarmSelector</TITLE>
EAlarmSelector
e_alarm_selector_new
<SUBSECTION Standard>
E_ALARM_SELECTOR
E_IS_ALARM_SELECTOR
E_TYPE_ALARM_SELECTOR
E_ALARM_SELECTOR_CLASS
E_IS_ALARM_SELECTOR_CLASS
E_ALARM_SELECTOR_GET_CLASS
EAlarmSelectorClass
e_alarm_selector_get_type
<SUBSECTION Private>
EAlarmSelectorPrivate
</SECTION>

<SECTION>
<FILE>e-alert</FILE>
<TITLE>EAlert</TITLE>
E_ALERT_ASK_FILE_EXISTS_OVERWRITE
E_ALERT_NO_SAVE_FILE
E_ALERT_NO_LOAD_FILE
EAlert
e_alert_new
e_alert_new_valist
e_alert_new_array
e_alert_get_default_response
e_alert_set_default_response
e_alert_get_message_type
e_alert_set_message_type
e_alert_get_primary_text
e_alert_set_primary_text
e_alert_get_secondary_text
e_alert_set_secondary_text
e_alert_get_icon_name
e_alert_add_action
e_alert_peek_actions
e_alert_create_image
e_alert_response
e_alert_start_timer
e_alert_submit
e_alert_submit_valist
<SUBSECTION Standard>
E_ALERT
E_IS_ALERT
E_TYPE_ALERT
E_ALERT_CLASS
E_IS_ALERT_CLASS
E_ALERT_GET_CLASS
EAlertClass
e_alert_get_type
<SUBSECTION Private>
EAlertPrivate
</SECTION>

<SECTION>
<FILE>e-alert-bar</FILE>
<TITLE>EAlertBar</TITLE>
EAlertBar
e_alert_bar_new
e_alert_bar_clear
e_alert_bar_add_alert
e_alert_bar_close_alert
<SUBSECTION Standard>
E_ALERT_BAR
E_IS_ALERT_BAR
E_TYPE_ALERT_BAR
E_ALERT_BAR_CLASS
E_IS_ALERT_BAR_CLASS
E_ALERT_BAR_GET_CLASS
EAlertBarClass
e_alert_bar_get_type
<SUBSECTION Private>
EAlertBarPrivate
</SECTION>

<SECTION>
<FILE>e-alert-dialog</FILE>
<TITLE>EAlertDialog</TITLE>
EAlertDialog
e_alert_dialog_new
e_alert_dialog_new_for_args
e_alert_run_dialog
e_alert_run_dialog_for_args
e_alert_dialog_get_alert
e_alert_dialog_get_content_area
<SUBSECTION Standard>
E_ALERT_DIALOG
E_IS_ALERT_DIALOG
E_TYPE_ALERT_DIALOG
E_ALERT_DIALOG_CLASS
E_IS_ALERT_DIALOG_CLASS
E_ALERT_DIALOG_GET_CLASS
EAlertDialogClass
e_alert_dialog_get_type
<SUBSECTION Private>
EAlertDialogPrivate
</SECTION>

<SECTION>
<FILE>e-alert-sink</FILE>
<TITLE>EAlertSink</TITLE>
EAlertSink
EAlertSinkInterface
e_alert_sink_submit_alert
<SUBSECTION Standard>
E_ALERT_SINK
E_IS_ALERT_SINK
E_TYPE_ALERT_SINK
E_ALERT_SINK_INTERFACE
E_IS_ALERT_SINK_INTERFACE
E_ALERT_SINK_GET_INTERFACE
e_alert_sink_get_type
</SECTION>

<SECTION>
<FILE>e-attachment</FILE>
<TITLE>EAttachment</TITLE>
EAttachment
e_attachment_new
e_attachment_new_for_path
e_attachment_new_for_uri
e_attachment_new_for_message
e_attachment_add_to_multipart
e_attachment_cancel
e_attachment_get_can_show
e_attachment_set_can_show
e_attachment_get_disposition
e_attachment_dup_disposition
e_attachment_set_disposition
e_attachment_ref_file
e_attachment_set_file
e_attachment_ref_file_info
e_attachment_set_file_info
e_attachment_dup_mime_type
e_attachment_ref_icon
e_attachment_get_loading
e_attachment_ref_mime_part
e_attachment_set_mime_part
e_attachment_get_percent
e_attachment_get_reference
e_attachment_set_reference
e_attachment_get_saving
e_attachment_get_shown
e_attachment_set_shown
e_attachment_get_encrypted
e_attachment_set_encrypted
e_attachment_get_signed
e_attachment_set_signed
e_attachment_dup_description
e_attachment_dup_thumbnail_path
e_attachment_is_rfc822
e_attachment_list_apps
e_attachment_load_async
e_attachment_load_finish
e_attachment_load
e_attachment_open_async
e_attachment_open_finish
e_attachment_open
e_attachment_save_async
e_attachment_save_finish
e_attachment_save
e_attachment_load_handle_error
e_attachment_open_handle_error
e_attachment_save_handle_error
<SUBSECTION Standard>
E_ATTACHMENT
E_IS_ATTACHMENT
E_TYPE_ATTACHMENT
E_ATTACHMENT_CLASS
E_IS_ATTACHMENT_CLASS
E_ATTACHMENT_GET_CLASS
EAttachmentClass
e_attachment_get_type
<SUBSECTION Private>
EAttachmentPrivate
</SECTION>

<SECTION>
<FILE>e-attachment-bar</FILE>
<TITLE>EAttachmentBar</TITLE>
EAttachmentBar
e_attachment_bar_new
e_attachment_bar_get_active_view
e_attachment_bar_set_active_view
e_attachment_bar_get_expanded
e_attachment_bar_set_expanded
e_attachment_bar_get_store
<SUBSECTION Standard>
E_ATTACHMENT_BAR
E_IS_ATTACHMENT_BAR
E_TYPE_ATTACHMENT_BAR
E_ATTACHMENT_BAR_CLASS
E_IS_ATTACHMENT_BAR_CLASS
E_ATTACHMENT_BAR_GET_CLASS
EAttachmentBarClass
e_attachment_bar_get_type
<SUBSECTION Private>
EAttachmentBarPrivate
</SECTION>

<SECTION>
<FILE>e-attachment-button</FILE>
<TITLE>EAttachmentButton</TITLE>
EAttachmentButton
e_attachment_button_new
e_attachment_button_get_view
e_attachment_button_set_view
e_attachment_button_get_attachment
e_attachment_button_set_attachment
e_attachment_button_get_expandable
e_attachment_button_set_expandable
e_attachment_button_get_expanded
e_attachment_button_set_expanded
<SUBSECTION Standard>
E_ATTACHMENT_BUTTON
E_IS_ATTACHMENT_BUTTON
E_TYPE_ATTACHMENT_BUTTON
E_ATTACHMENT_BUTTON_CLASS
E_IS_ATTACHMENT_BUTTON_CLASS
E_ATTACHMENT_BUTTON_GET_CLASS
EAttachmentButtonClass
e_attachment_button_get_type
<SUBSECTION Private>
EAttachmentButtonPrivate
</SECTION>

<SECTION>
<FILE>e-attachment-dialog</FILE>
<TITLE>EAttachmentDialog</TITLE>
EAttachmentDialog
e_attachment_dialog_new
e_attachment_dialog_get_attachment
e_attachment_dialog_set_attachment
<SUBSECTION Standard>
E_ATTACHMENT_DIALOG
E_IS_ATTACHMENT_DIALOG
E_TYPE_ATTACHMENT_DIALOG
E_ATTACHMENT_DIALOG_CLASS
E_IS_ATTACHMENT_DIALOG_CLASS
E_ATTACHMENT_DIALOG_GET_CLASS
EAttachmentDialogClass
e_attachment_dialog_get_type
<SUBSECTION Private>
EAttachmentDialogPrivate
</SECTION>

<SECTION>
<FILE>e-attachment-handler</FILE>
<TITLE>EAttachmentHandler</TITLE>
EAttachmentHandler
EAttachmentHandlerImage
e_attachment_handler_get_view
e_attachment_handler_get_drag_actions
e_attachment_handler_get_target_table
<SUBSECTION Standard>
E_ATTACHMENT_HANDLER
E_IS_ATTACHMENT_HANDLER
E_TYPE_ATTACHMENT_HANDLER
E_ATTACHMENT_HANDLER_CLASS
E_IS_ATTACHMENT_HANDLER_CLASS
E_ATTACHMENT_HANDLER_GET_CLASS
E_ATTACHMENT_HANDLER_IMAGE
E_IS_ATTACHMENT_HANDLER_IMAGE
E_TYPE_ATTACHMENT_HANDLER_IMAGE
E_ATTACHMENT_HANDLER_IMAGE_CLASS
E_IS_ATTACHMENT_HANDLER_IMAGE_CLASS
E_ATTACHMENT_HANDLER_IMAGE_GET_CLASS
E_ATTACHMENT_HANDLER_SENDTO
E_IS_ATTACHMENT_HANDLER_SENDTO
E_TYPE_ATTACHMENT_HANDLER_SENDTO
E_ATTACHMENT_HANDLER_SENDTO_CLASS
E_IS_ATTACHMENT_HANDLER_SENDTO_CLASS
E_ATTACHMENT_HANDLER_SENDTO_GET_CLASS
EAttachmentHandlerClass
EAttachmentHandlerImageClass
e_attachment_handler_get_type
e_attachment_handler_image_get_type
<SUBSECTION Private>
EAttachmentHandlerPrivate
EAttachmentHandlerImagePrivate
</SECTION>

<SECTION>
<FILE>e-attachment-icon-view</FILE>
<TITLE>EAttachmentIconView</TITLE>
EAttachmentIconView
e_attachment_icon_view_new
e_attachment_icon_view_set_default_icon_size
<SUBSECTION Standard>
E_ATTACHMENT_ICON_VIEW
E_IS_ATTACHMENT_ICON_VIEW
E_TYPE_ATTACHMENT_ICON_VIEW
E_ATTACHMENT_ICON_VIEW_CLASS
E_IS_ATTACHMENT_ICON_VIEW_CLASS
E_ATTACHMENT_ICON_VIEW_GET_CLASS
EAttachmentIconViewClass
e_attachment_icon_view_get_type
<SUBSECTION Private>
EAttachmentIconViewPrivate
</SECTION>

<SECTION>
<FILE>e-attachment-paned</FILE>
<TITLE>EAttachmentPaned</TITLE>
EAttachmentPaned
e_attachment_paned_new
e_attachment_paned_get_content_area
e_attachment_paned_get_active_view
e_attachment_paned_set_active_view
e_attachment_paned_get_expanded
e_attachment_paned_set_expanded
e_attachment_paned_get_resize_toplevel
e_attachment_paned_set_resize_toplevel
e_attachment_paned_drag_data_received
e_attachment_paned_get_controls_container
e_attachment_paned_get_view_combo
e_attachment_paned_set_default_height
<SUBSECTION Standard>
E_ATTACHMENT_PANED
E_IS_ATTACHMENT_PANED
E_TYPE_ATTACHMENT_PANED
E_ATTACHMENT_PANED_CLASS
E_IS_ATTACHMENT_PANED_CLASS
E_ATTACHMENT_PANED_GET_CLASS
EAttachmentPanedClass
e_attachment_paned_get_type
<SUBSECTION Private>
EAttachmentPanedPrivate
</SECTION>

<SECTION>
<FILE>e-attachment-store</FILE>
<TITLE>EAttachmentStore</TITLE>
EAttachmentStore
e_attachment_store_new
e_attachment_store_add_attachment
e_attachment_store_remove_attachment
e_attachment_store_remove_all
e_attachment_store_add_to_multipart
e_attachment_store_get_attachments
e_attachment_store_get_num_attachments
e_attachment_store_get_num_loading
e_attachment_store_get_total_size
e_attachment_store_run_load_dialog
e_attachment_store_run_save_dialog
e_attachment_store_get_uris_async
e_attachment_store_get_uris_finish
e_attachment_store_load_async
e_attachment_store_load_finish
e_attachment_store_save_async
e_attachment_store_save_finish
<SUBSECTION Standard>
E_ATTACHMENT_STORE
E_IS_ATTACHMENT_STORE
E_TYPE_ATTACHMENT_STORE
E_ATTACHMENT_STORE_CLASS
E_IS_ATTACHMENT_STORE_CLASS
E_ATTACHMENT_STORE_GET_CLASS
EAttachmentStoreClass
e_attachment_store_get_type
<SUBSECTION Private>
EAttachmentStorePrivate
</SECTION>

<SECTION>
<FILE>e-attachment-tree-view</FILE>
<TITLE>EAttachmentTreeView</TITLE>
EAttachmentTreeView
e_attachment_tree_view_new
<SUBSECTION Standard>
E_ATTACHMENT_TREE_VIEW
E_IS_ATTACHMENT_TREE_VIEW
E_TYPE_ATTACHMENT_TREE_VIEW
E_ATTACHMENT_TREE_VIEW_CLASS
E_IS_ATTACHMENT_TREE_VIEW_CLASS
E_ATTACHMENT_TREE_VIEW_GET_CLASS
EAttachmentTreeViewClass
e_attachment_tree_view_get_type
<SUBSECTION Private>
EAttachmentTreeViewPrivate
</SECTION>

<SECTION>
<FILE>e-attachment-view</FILE>
<TITLE>EAttachmentView</TITLE>
EAttachmentView
e_attachment_view_init
e_attachment_view_dispose
e_attachment_view_finalize
e_attachment_view_get_private
e_attachment_view_get_store
e_attachment_view_get_dragging
e_attachment_view_set_dragging
e_attachment_view_get_editable
e_attachment_view_set_editable
e_attachment_view_get_target_list
e_attachment_view_get_drag_actions
e_attachment_view_add_drag_actions
e_attachment_view_get_selected_attachments
e_attachment_view_open_path
e_attachment_view_remove_selected
e_attachment_view_button_press_event
e_attachment_view_button_release_event
e_attachment_view_motion_notify_event
e_attachment_view_key_press_event
e_attachment_view_get_path_at_pos
e_attachment_view_get_selected_paths
e_attachment_view_path_is_selected
e_attachment_view_select_path
e_attachment_view_unselect_path
e_attachment_view_select_all
e_attachment_view_unselect_all
e_attachment_view_sync_selection
e_attachment_view_drag_source_set
e_attachment_view_drag_source_unset
e_attachment_view_drag_begin
e_attachment_view_drag_end
e_attachment_view_drag_data_get
e_attachment_view_drag_dest_set
e_attachment_view_drag_dest_unset
e_attachment_view_drag_motion
e_attachment_view_drag_drop
e_attachment_view_drag_data_received
e_attachment_view_get_action
e_attachment_view_add_action_group
e_attachment_view_get_action_group
e_attachment_view_get_popup_menu
e_attachment_view_get_ui_manager
e_attachment_view_show_popup_menu
e_attachment_view_update_actions
<SUBSECTION Standard>
E_ATTACHMENT_VIEW
E_IS_ATTACHMENT_VIEW
E_TYPE_ATTACHMENT_VIEW
E_ATTACHMENT_VIEW_INTERFACE
E_IS_ATTACHMENT_VIEW_INTERFACE
E_ATTACHMENT_VIEW_GET_INTERFACE
EAttachmentViewIface
e_attachment_view_get_type
<SUBSECTION Private>
EAttachmentViewPrivate
</SECTION>

<SECTION>
<FILE>e-auth-combo-box</FILE>
<TITLE>EAuthComboBox</TITLE>
EAuthComboBox
e_auth_combo_box_new
e_auth_combo_box_get_provider
e_auth_combo_box_set_provider
e_auth_combo_box_update_available
<SUBSECTION Standard>
E_AUTH_COMBO_BOX
E_IS_AUTH_COMBO_BOX
E_TYPE_AUTH_COMBO_BOX
E_AUTH_COMBO_BOX_CLASS
E_IS_AUTH_COMBO_BOX_CLASS
E_AUTH_COMBO_BOX_GET_CLASS
EAuthComboBoxClass
e_auth_combo_box_get_type
<SUBSECTION Private>
EAuthComboBoxPrivate
</SECTION>

<SECTION>
<FILE>e-autocomplete-selector</FILE>
<TITLE>EAutocompleteSelector</TITLE>
EAutocompleteSelector
e_autocomplete_selector_new
<SUBSECTION Standard>
E_AUTOCOMPLETE_SELECTOR
E_IS_AUTOCOMPLETE_SELECTOR
E_TYPE_AUTOCOMPLETE_SELECTOR
E_AUTOCOMPLETE_SELECTOR_CLASS
E_IS_AUTOCOMPLETE_SELECTOR_CLASS
E_AUTOCOMPLETE_SELECTOR_GET_CLASS
EAutocompleteSelectorClass
e_autocomplete_selector_get_type
<SUBSECTION Private>
EAutocompleteSelectorPrivate
</SECTION>

<SECTION>
<FILE>e-bit-array</FILE>
<TITLE>EBitArray</TITLE>
EBitArray
e_bit_array_new
e_bit_array_value_at
e_bit_array_foreach
e_bit_array_selected_count
e_bit_array_select_all
e_bit_array_bit_count
e_bit_array_change_one_row
e_bit_array_change_range
e_bit_array_select_single_row
e_bit_array_toggle_single_row
e_bit_array_insert
e_bit_array_delete
e_bit_array_delete_single_mode
e_bit_array_move_row
<SUBSECTION Standard>
E_BIT_ARRAY
E_IS_BIT_ARRAY
E_TYPE_BIT_ARRAY
E_BIT_ARRAY_CLASS
E_IS_BIT_ARRAY_CLASS
E_BIT_ARRAY_GET_CLASS
EBitArrayClass
e_bit_array_get_type
</SECTION>

<SECTION>
<FILE>e-book-source-config</FILE>
<TITLE>EBookSourceConfig</TITLE>
EBookSourceConfig
e_book_source_config_new
e_book_source_config_add_offline_toggle
<SUBSECTION Standard>
E_BOOK_SOURCE_CONFIG
E_IS_BOOK_SOURCE_CONFIG
E_TYPE_BOOK_SOURCE_CONFIG
E_BOOK_SOURCE_CONFIG_CLASS
E_IS_BOOK_SOURCE_CONFIG_CLASS
E_BOOK_SOURCE_CONFIG_GET_CLASS
EBookSourceConfigClass
e_book_source_config_get_type
<SUBSECTION Private>
EBookSourceConfigPrivate
</SECTION>

<SECTION>
<FILE>e-buffer-tagger</FILE>
<TITLE>GtkTextBuffer Tagging</TITLE>
e_buffer_tagger_connect
e_buffer_tagger_disconnect
e_buffer_tagger_update_tags
</SECTION>

<SECTION>
<FILE>e-cal-source-config</FILE>
<TITLE>ECalSourceConfig</TITLE>
ECalSourceConfig
e_cal_source_config_new
e_cal_source_config_get_source_type
e_cal_source_config_add_offline_toggle
<SUBSECTION Standard>
E_CAL_SOURCE_CONFIG
E_IS_CAL_SOURCE_CONFIG
E_TYPE_CAL_SOURCE_CONFIG
E_CAL_SOURCE_CONFIG_CLASS
E_IS_CAL_SOURCE_CONFIG_CLASS
E_CAL_SOURCE_CONFIG_GET_CLASS
ECalSourceConfigClass
e_cal_source_config_get_type
<SUBSECTION Private>
ECalSourceConfigPrivate
</SECTION>

<SECTION>
<FILE>e-calendar</FILE>
<TITLE>ECalendar</TITLE>
ECalendar
e_calendar_new
e_calendar_set_minimum_size
e_calendar_set_maximum_size
e_calendar_get_border_size
e_calendar_set_focusable
<SUBSECTION Standard>
E_CALENDAR
E_IS_CALENDAR
E_TYPE_CALENDAR
E_CALENDAR_CLASS
E_IS_CALENDAR_CLASS
E_CALENDAR_GET_CLASS
ECalendarClass
e_calendar_get_type
</SECTION>

<SECTION>
<FILE>e-calendar-item</FILE>
<TITLE>ECalendarItem</TITLE>
E_CALENDAR_ITEM_YPAD_ABOVE_MONTH_NAME
E_CALENDAR_ITEM_YPAD_BELOW_MONTH_NAME
E_CALENDAR_ROWS_PER_MONTH
E_CALENDAR_COLS_PER_MONTH
E_CALENDAR_ITEM_MARK_BOLD
E_CALENDAR_ITEM_MARK_ITALIC
E_CALENDAR_ITEM_MIN_CELL_XPAD
E_CALENDAR_ITEM_MIN_CELL_YPAD
E_CALENDAR_ITEM_YPAD_ABOVE_DAY_LETTERS
E_CALENDAR_ITEM_YPAD_BELOW_DAY_LETTERS
E_CALENDAR_ITEM_YPAD_ABOVE_CELLS
E_CALENDAR_ITEM_YPAD_BELOW_CELLS
E_CALENDAR_ITEM_XPAD_BEFORE_MONTH_NAME_WITH_BUTTON
E_CALENDAR_ITEM_XPAD_BEFORE_MONTH_NAME
E_CALENDAR_ITEM_XPAD_AFTER_MONTH_NAME
E_CALENDAR_ITEM_XPAD_AFTER_MONTH_NAME_WITH_BUTTON
E_CALENDAR_ITEM_XPAD_BEFORE_WEEK_NUMBERS
E_CALENDAR_ITEM_XPAD_AFTER_WEEK_NUMBERS
E_CALENDAR_ITEM_XPAD_BEFORE_CELLS
E_CALENDAR_ITEM_XPAD_AFTER_CELLS
ECalendarItemColors
ECalendarItem
e_calendar_item_get_first_month
e_calendar_item_set_first_month
e_calendar_item_get_max_days_sel
e_calendar_item_set_max_days_sel
e_calendar_item_get_days_start_week_sel
e_calendar_item_set_days_start_week_sel
e_calendar_item_get_display_popup
e_calendar_item_set_display_popup
e_calendar_item_get_date_range
e_calendar_item_get_selection
e_calendar_item_set_selection
e_calendar_item_clear_marks
e_calendar_item_mark_day
e_calendar_item_mark_days
ECalendarItemStyleCallback
e_calendar_item_set_style_callback
ECalendarItemGetTimeCallback
e_calendar_item_set_get_time_callback
e_calendar_item_normalize_date
e_calendar_item_get_week_number
e_calendar_item_style_set
<SUBSECTION Standard>
E_CALENDAR_ITEM
E_IS_CALENDAR_ITEM
E_TYPE_CALENDAR_ITEM
E_CALENDAR_ITEM_CLASS
E_IS_CALENDAR_ITEM_CLASS
E_CALENDAR_ITEM_GET_CLASS
ECalendarItemClass
e_calendar_item_get_type
</SECTION>

<SECTION>
<FILE>e-canvas</FILE>
<TITLE>ECanvas</TITLE>
ECanvasItemSelectionFunc
ECanvasItemSelectionCompareFunc
ECanvasSelectionInfo
ECanvas
e_canvas_new
e_canvas_item_grab_focus
e_canvas_item_request_reflow
e_canvas_item_request_parent_reflow
ECanvasItemReflowFunc
e_canvas_item_set_reflow_callback
ECanvasItemGrabCancelled
e_canvas_item_grab
e_canvas_item_ungrab
<SUBSECTION Standard>
E_CANVAS
E_IS_CANVAS
E_TYPE_CANVAS
E_CANVAS_CLASS
E_IS_CANVAS_CLASS
E_CANVAS_GET_CLASS
ECanvasClass
e_canvas_get_type
</SECTION>

<SECTION>
<FILE>e-canvas-background</FILE>
<TITLE>ECanvasBackground</TITLE>
ECanvasBackground
<SUBSECTION Standard>
E_CANVAS_BACKGROUND
E_IS_CANVAS_BACKGROUND
E_TYPE_CANVAS_BACKGROUND
E_CANVAS_BACKGROUND_CLASS
E_IS_CANVAS_BACKGROUND_CLASS
E_CANVAS_BACKGROUND_GET_CLASS
ECanvasBackgroundClass
e_canvas_background_get_type
<SUBSECTION Private>
ECanvasBackgroundPrivate
</SECTION>

<SECTION>
<FILE>e-canvas-utils</FILE>
<TITLE>Canvas Utilities</TITLE>
e_canvas_item_move_absolute
e_canvas_item_show_area
e_canvas_item_show_area_delayed
e_canvas_item_area_shown
</SECTION>

<SECTION>
<FILE>e-canvas-vbox</FILE>
<TITLE>ECanvasVbox</TITLE>
ECanvasVbox
e_canvas_vbox_add_item
e_canvas_vbox_add_item_start
<SUBSECTION Standard>
E_CANVAS_VBOX
E_IS_CANVAS_VBOX
E_TYPE_CANVAS_VBOX
E_CANVAS_VBOX_CLASS
E_IS_CANVAS_VBOX_CLASS
E_CANVAS_VBOX_GET_CLASS
ECanvasVboxClass
e_canvas_vbox_get_type
</SECTION>

<SECTION>
<FILE>e-categories-config</FILE>
<TITLE>Category Utilities</TITLE>
e_categories_config_get_icon_for
e_categories_config_open_dialog_for_entry
</SECTION>

<SECTION>
<FILE>e-categories-dialog</FILE>
<TITLE>ECategoriesDialog</TITLE>
ECategoriesDialog
e_categories_dialog_new
e_categories_dialog_get_categories
e_categories_dialog_set_categories
<SUBSECTION Standard>
E_CATEGORIES_DIALOG
E_IS_CATEGORIES_DIALOG
E_TYPE_CATEGORIES_DIALOG
E_CATEGORIES_DIALOG_CLASS
E_IS_CATEGORIES_DIALOG_CLASS
E_CATEGORIES_DIALOG_GET_CLASS
ECategoriesDialogClass
e_categories_dialog_get_type
<SUBSECTION Private>
ECategoriesDialogPrivate
</SECTION>

<SECTION>
<FILE>e-categories-editor</FILE>
<TITLE>ECategoriesEditor</TITLE>
ECategoriesEditor
e_categories_editor_new
e_categories_editor_get_categories
e_categories_editor_set_categories
e_categories_editor_get_entry_visible
e_categories_editor_set_entry_visible
<SUBSECTION Standard>
E_CATEGORIES_EDITOR
E_IS_CATEGORIES_EDITOR
E_TYPE_CATEGORIES_EDITOR
E_CATEGORIES_EDITOR_CLASS
E_IS_CATEGORIES_EDITOR_CLASS
E_CATEGORIES_EDITOR_GET_CLASS
ECategoriesEditorClass
e_categories_editor_get_type
<SUBSECTION Private>
ECategoriesEditorPrivate
</SECTION>

<SECTION>
<FILE>e-categories-selector</FILE>
<TITLE>ECategoriesSelector</TITLE>
ECategoriesSelector
e_categories_selector_new
e_categories_selector_get_checked
e_categories_selector_set_checked
e_categories_selector_get_items_checkable
e_categories_selector_set_items_checkable
e_categories_selector_delete_selection
e_categories_selector_get_selected
<SUBSECTION Standard>
E_CATEGORIES_SELECTOR
E_IS_CATEGORIES_SELECTOR
E_TYPE_CATEGORIES_SELECTOR
E_CATEGORIES_SELECTOR_CLASS
E_IS_CATEGORIES_SELECTOR_CLASS
E_CATEGORIES_SELECTOR_GET_CLASS
ECategoriesSelectorClass
e_categories_selector_get_type
<SUBSECTION Private>
ECategoriesSelectorPrivate
</SECTION>

<SECTION>
<FILE>e-category-completion</FILE>
<TITLE>ECategoryCompletion</TITLE>
ECategoryCompletion
e_category_completion_new
<SUBSECTION Standard>
E_TYPE_CATEGORY_COMPLETION
E_CATEGORY_COMPLETION
E_CATEGORY_COMPLETION_CLASS
E_IS_CATEGORY_COMPLETION
E_IS_CATEGORY_COMPLETION_CLASS
E_CATEGORY_COMPLETION_GET_CLASS
ECategoryCompletionClass
e_category_completion_get_type
<SUBSECTION Private>
ECategoryCompletionPrivate
</SECTION>

<SECTION>
<FILE>e-category-editor</FILE>
<TITLE>ECategoryEditor</TITLE>
ECategoryEditor
e_category_editor_new
e_category_editor_create_category
e_category_editor_edit_category
<SUBSECTION Standard>
E_CATEGORY_EDITOR
E_IS_CATEGORY_EDITOR
E_TYPE_CATEGORY_EDITOR
E_CATEGORY_EDITOR_CLASS
E_IS_CATEGORY_EDITOR_CLASS
E_CATEGORY_EDITOR_GET_CLASS
ECategoryEditorClass
e_category_editor_get_type
<SUBSECTION Private>
ECategoryEditorPrivate
</SECTION>

<SECTION>
<FILE>e-cell</FILE>
<TITLE>ECell</TITLE>
ECell
ECellView
e_cell_new_view
e_cell_kill_view
ECellFlags
ECellActions
e_cell_event
e_cell_realize
e_cell_unrealize
e_cell_draw
e_cell_print
e_cell_print_height
e_cell_max_width
e_cell_max_width_by_row
e_cell_max_width_by_row_implemented
e_cell_get_bg_color
e_cell_style_set
e_cell_focus
e_cell_unfocus
e_cell_height
e_cell_enter_edit
e_cell_leave_edit
e_cell_save_state
e_cell_load_state
e_cell_free_state
<SUBSECTION Standard>
E_CELL
E_IS_CELL
E_TYPE_CELL
E_CELL_CLASS
E_IS_CELL_CLASS
E_CELL_GET_CLASS
ECellClass
e_cell_get_type
</SECTION>

<SECTION>
<FILE>e-cell-checkbox</FILE>
<TITLE>ECellCheckbox</TITLE>
ECellCheckbox
e_cell_checkbox_new
<SUBSECTION Standard>
E_CELL_CHECKBOX
E_IS_CELL_CHECKBOX
E_TYPE_CELL_CHECKBOX
E_CELL_CHECKBOX_CLASS
E_IS_CELL_CHECKBOX_CLASS
E_CELL_CHECKBOX_GET_CLASS
ECellCheckboxClass
e_cell_checkbox_get_type
</SECTION>

<SECTION>
<FILE>e-cell-combo</FILE>
<TITLE>ECellCombo</TITLE>
ECellCombo
e_cell_combo_new
e_cell_combo_set_popdown_strings
<SUBSECTION Standard>
E_CELL_COMBO
E_IS_CELL_COMBO
E_TYPE_CELL_COMBO
E_CELL_COMBO_CLASS
E_IS_CELL_COMBO_CLASS
E_CELL_COMBO_GET_CLASS
ECellComboClass
e_cell_combo_get_type
</SECTION>

<SECTION>
<FILE>e-cell-date</FILE>
<TITLE>ECellDate</TITLE>
ECellDate
e_cell_date_new
e_cell_date_set_format_component
<SUBSECTION Standard>
E_CELL_DATE
E_IS_CELL_DATE
E_TYPE_CELL_DATE
E_CELL_DATE_CLASS
E_IS_CELL_DATE_CLASS
E_CELL_DATE_GET_CLASS
ECellDateClass
e_cell_date_get_type
</SECTION>

<SECTION>
<FILE>e-cell-date-edit</FILE>
<TITLE>ECellDateEdit</TITLE>
ECellDateEdit
e_cell_date_edit_new
e_cell_date_edit_freeze
e_cell_date_edit_thaw
ECellDateEditGetTimeCallback
e_cell_date_edit_set_get_time_callback
<SUBSECTION Standard>
E_CELL_DATE_EDIT
E_IS_CELL_DATE_EDIT
E_TYPE_CELL_DATE_EDIT
E_CELL_DATE_EDIT_CLASS
E_IS_CELL_DATE_EDIT_CLASS
E_CELL_DATE_EDIT_GET_CLASS
ECellDateEditClass
e_cell_date_edit_get_type
</SECTION>

<SECTION>
<FILE>e-cell-hbox</FILE>
<TITLE>ECellHbox</TITLE>
ECellHbox
ECellHboxView
e_cell_hbox_new
e_cell_hbox_append
<SUBSECTION Standard>
E_CELL_HBOX
E_IS_CELL_HBOX
E_TYPE_CELL_HBOX
E_CELL_HBOX_CLASS
E_IS_CELL_HBOX_CLASS
E_CELL_HBOX_GET_CLASS
ECellHboxClass
e_cell_hbox_get_type
</SECTION>

<SECTION>
<FILE>e-cell-number</FILE>
<TITLE>ECellNumber</TITLE>
ECellNumber
e_cell_number_new
<SUBSECTION Standard>
E_CELL_NUMBER
E_IS_CELL_NUMBER
E_TYPE_CELL_NUMBER
E_CELL_NUMBER_CLASS
E_IS_CELL_NUMBER_CLASS
E_CELL_NUMBER_GET_CLASS
ECellNumberClass
e_cell_number_get_type
</SECTION>

<SECTION>
<FILE>e-cell-percent</FILE>
<TITLE>ECellPercent</TITLE>
ECellPercent
e_cell_percent_new
<SUBSECTION Standard>
E_CELL_PERCENT
E_IS_CELL_PERCENT
E_TYPE_CELL_PERCENT
E_CELL_PERCENT_CLASS
E_IS_CELL_PERCENT_CLASS
E_CELL_PERCENT_GET_CLASS
ECellPercentClass
e_cell_percent_get_type
</SECTION>

<SECTION>
<FILE>e-cell-pixbuf</FILE>
<TITLE>ECellPixbuf</TITLE>
ECellPixbuf
e_cell_pixbuf_new
<SUBSECTION Standard>
E_CELL_PIXBUF
E_IS_CELL_PIXBUF
E_TYPE_CELL_PIXBUF
E_CELL_PIXBUF_CLASS
E_IS_CELL_PIXBUF_CLASS
E_CELL_PIXBUF_GET_CLASS
ECellPixbufClass
e_cell_pixbuf_get_type
</SECTION>

<SECTION>
<FILE>e-cell-popup</FILE>
<TITLE>ECellPopup</TITLE>
ECellPopup
ECellPopupView
e_cell_popup_new
e_cell_popup_get_child
e_cell_popup_set_child
e_cell_popup_set_shown
e_cell_popup_queue_cell_redraw
<SUBSECTION Standard>
E_CELL_POPUP
E_IS_CELL_POPUP
E_TYPE_CELL_POPUP
E_CELL_POPUP_CLASS
E_IS_CELL_POPUP_CLASS
E_CELL_POPUP_GET_CLASS
ECellPopupClass
e_cell_popup_get_type
</SECTION>

<SECTION>
<FILE>e-cell-renderer-color</FILE>
<TITLE>ECellRendererColor</TITLE>
ECellRendererColor
e_cell_renderer_color_new
<SUBSECTION Standard>
E_CELL_RENDERER_COLOR
E_IS_CELL_RENDERER_COLOR
E_TYPE_CELL_RENDERER_COLOR
E_CELL_RENDERER_COLOR_CLASS
E_IS_CELL_RENDERER_COLOR_CLASS
E_CELL_RENDERER_COLOR_GET_CLASS
ECellRendererColorClass
e_cell_renderer_color_get_type
<SUBSECTION Private>
ECellRendererColorPrivate
</SECTION>

<SECTION>
<FILE>e-cell-size</FILE>
<TITLE>ECellSize</TITLE>
ECellSize
e_cell_size_new
<SUBSECTION Standard>
E_CELL_SIZE
E_IS_CELL_SIZE
E_TYPE_CELL_SIZE
E_CELL_SIZE_CLASS
E_IS_CELL_SIZE_CLASS
E_CELL_SIZE_GET_CLASS
ECellSizeClass
e_cell_size_get_type
</SECTION>

<SECTION>
<FILE>e-cell-text</FILE>
<TITLE>ECellText</TITLE>
ECellText
e_cell_text_new
e_cell_text_construct
e_cell_text_get_text
e_cell_text_free_text
e_cell_text_set_value
e_cell_text_set_selection
e_cell_text_get_selection
e_cell_text_copy_clipboard
e_cell_text_paste_clipboard
e_cell_text_delete_selection
e_cell_text_get_text_by_view
<SUBSECTION Standard>
E_CELL_TEXT
E_IS_CELL_TEXT
E_TYPE_CELL_TEXT
E_CELL_TEXT_CLASS
E_IS_CELL_TEXT_CLASS
E_CELL_TEXT_GET_CLASS
ECellTextClass
e_cell_text_get_type
</SECTION>

<SECTION>
<FILE>e-cell-toggle</FILE>
<TITLE>ECellToggle</TITLE>
ECellToggle
e_cell_toggle_new
e_cell_toggle_construct
e_cell_toggle_get_pixbufs
<SUBSECTION Standard>
E_CELL_TOGGLE
E_IS_CELL_TOGGLE
E_TYPE_CELL_TOGGLE
E_CELL_TOGGLE_CLASS
E_IS_CELL_TOGGLE_CLASS
E_CELL_TOGGLE_GET_CLASS
ECellToggleClass
e_cell_toggle_get_type
<SUBSECTION Private>
ECellTogglePrivate
</SECTION>

<SECTION>
<FILE>e-cell-tree</FILE>
<TITLE>ECellTree</TITLE>
ECellTree
e_cell_tree_new
e_cell_tree_construct
e_cell_tree_view_get_subcell_view
<SUBSECTION Standard>
E_CELL_TREE
E_IS_CELL_TREE
E_TYPE_CELL_TREE
E_CELL_TREE_CLASS
E_IS_CELL_TREE_CLASS
E_CELL_TREE_GET_CLASS
ECellTreeClass
e_cell_tree_get_type
</SECTION>

<SECTION>
<FILE>e-cell-vbox</FILE>
<TITLE>ECellVbox</TITLE>
ECellVbox
ECellVboxView
e_cell_vbox_new
e_cell_vbox_append
<SUBSECTION Standard>
E_CELL_VBOX
E_IS_CELL_VBOX
E_TYPE_CELL_VBOX
E_CELL_VBOX_CLASS
E_IS_CELL_VBOX_CLASS
E_CELL_VBOX_GET_CLASS
ECellVboxClass
e_cell_vbox_get_type
</SECTION>

<SECTION>
<FILE>e-charset-combo-box</FILE>
<TITLE>ECharsetComboBox</TITLE>
ECharsetComboBox
e_charset_combo_box_new
e_charset_combo_box_get_charset
e_charset_combo_box_set_charset
<SUBSECTION Standard>
E_CHARSET_COMBO_BOX
E_IS_CHARSET_COMBO_BOX
E_TYPE_CHARSET_COMBO_BOX
E_CHARSET_COMBO_BOX_CLASS
E_IS_CHARSET_COMBO_BOX_CLASS
E_CHARSET_COMBO_BOX_GET_CLASS
ECharsetComboBoxClass
e_charset_combo_box_get_type
<SUBSECTION Private>
ECharsetComboBoxPrivate
</SECTION>

<SECTION>
<FILE>e-client-cache</FILE>
<TITLE>EClientCache</TITLE>
EClientCache
e_client_cache_new
e_client_cache_ref_registry
e_client_cache_get_client_sync
e_client_cache_get_client
e_client_cache_get_client_finish
e_client_cache_ref_cached_client
e_client_cache_is_backend_dead
<SUBSECTION Standard>
E_CLIENT_CACHE
E_IS_CLIENT_CACHE
E_TYPE_CLIENT_CACHE
E_CLIENT_CACHE_CLASS
E_IS_CLIENT_CACHE_CLASS
E_CLIENT_CACHE_GET_CLASS
EClientCacheClass
e_client_cache_get_type
<SUBSECTION Private>
EClientCachePrivate
</SECTION>

<SECTION>
<FILE>e-client-combo-box</FILE>
<TITLE>EClientComboBox</TITLE>
EClientComboBox
e_client_combo_box_new
e_client_combo_box_ref_client_cache
e_client_combo_box_set_client_cache
e_client_combo_box_get_client_sync
e_client_combo_box_get_client
e_client_combo_box_get_client_finish
e_client_combo_box_ref_cached_client
<SUBSECTION Standard>
E_CLIENT_COMBO_BOX
E_IS_CLIENT_COMBO_BOX
E_TYPE_CLIENT_COMBO_BOX
E_CLIENT_COMBO_BOX_CLASS
E_IS_CLIENT_COMBO_BOX_CLASS
E_CLIENT_COMBO_BOX_GET_CLASS
EClientComboBoxClass
e_client_combo_box_get_type
<SUBSECTION Private>
EClientComboBoxPrivate
</SECTION>

<SECTION>
<FILE>e-client-selector</FILE>
<TITLE>EClientSelector</TITLE>
EClientSelector
e_client_selector_new
e_client_selector_ref_client_cache
e_client_selector_get_client_sync
e_client_selector_get_client
e_client_selector_get_client_finish
e_client_selector_ref_cached_client
e_client_selector_ref_cached_client_by_iter
e_client_selector_is_backend_dead
<SUBSECTION Standard>
E_CLIENT_SELECTOR
E_IS_CLIENT_SELECTOR
E_TYPE_CLIENT_SELECTOR
E_CLIENT_SELECTOR_CLASS
E_IS_CLIENT_SELECTOR_CLASS
E_CLIENT_SELECTOR_GET_CLASS
EClientSelectorClass
e_client_selector_get_type
<SUBSECTION Private>
EClientSelectorPrivate
</SECTION>

<SECTION>
<FILE>e-color-chooser-widget</FILE>
<TITLE>EColorChooserWidget</TITLE>
EColorChooserWidget
e_color_chooser_widget_new
<SUBSECTION Standard>
E_COLOR_CHOOSER_WIDGET
E_IS_COLOR_CHOOSER_WIDGET
E_TYPE_COLOR_CHOOSER_WIDGET
E_COLOR_CHOOSER_WIDGET_CLASS
E_IS_COLOR_CHOOSER_WIDGET_CLASS
E_COLOR_CHOOSER_WIDGET_GET_CLASS
EColorChooserWidgetClass
e_color_chooser_widget_get_type
<SUBSECTION Private>
EColorChooserWidgetPrivate
</SECTION>

<SECTION>
<FILE>e-color-combo</FILE>
<TITLE>EColorCombo</TITLE>
EColorCombo
e_color_combo_new
e_color_combo_new_defaults
e_color_combo_popup
e_color_combo_popdown
e_color_combo_get_current_color
e_color_combo_set_current_color
e_color_combo_get_default_color
e_color_combo_set_default_color
e_color_combo_get_default_label
e_color_combo_set_default_label
e_color_combo_get_default_transparent
e_color_combo_set_default_transparent
e_color_combo_get_palette
e_color_combo_set_palette
<SUBSECTION Standard>
E_COLOR_COMBO
E_IS_COLOR_COMBO
E_TYPE_COLOR_COMBO
E_COLOR_COMBO_CLASS
E_IS_COLOR_COMBO_CLASS
E_COLOR_COMBO_GET_CLASS
EColorComboClass
e_color_combo_get_type
<SUBSECTION Private>
EColorComboPrivate
</SECTION>

<SECTION>
<FILE>e-config</FILE>
<TITLE>EConfig</TITLE>
EConfig
e_config_t
EConfigItem
EConfigFactory
EConfigTarget
EConfigFactoryFunc
EConfigCheckFunc
EConfigItemsFunc
EConfigItemFactoryFunc
e_config_class_add_factory
e_config_construct
e_config_add_items
e_config_add_page_check
e_config_set_target
e_config_create_widget
e_config_target_change_t
e_config_target_changed
e_config_page_check
e_config_abort
e_config_commit
e_config_target_new
e_config_target_free
EConfigHookGroup
EConfigHook
EConfigHookTargetMap
EConfigHookTargetMask
EConfigHookItemFactoryData
EConfigHookPageCheckData
EConfigHookFunc
EConfigHookItemFactoryFunc
e_config_hook_class_add_target_map
<SUBSECTION Standard>
E_CONFIG
E_IS_CONFIG
E_TYPE_CONFIG
E_CONFIG_CLASS
E_IS_CONFIG_CLASS
E_CONFIG_GET_CLASS
E_CONFIG_HOOK
E_IS_CONFIG_HOOK
E_TYPE_CONFIG_HOOK
E_CONFIG_HOOK_CLASS
E_IS_CONFIG_HOOK_CLASS
E_CONFIG_HOOK_GET_CLASS
EConfigClass
e_config_get_type
<SUBSECTION Standard>
EConfigHookClass
e_config_hook_get_type
<SUBSECTION Private>
EConfigPrivate
</SECTION>

<SECTION>
<FILE>e-contact-store</FILE>
<TITLE>EContactStore</TITLE>
EContactStore
e_contact_store_new
e_contact_store_get_client
e_contact_store_get_contact
e_contact_store_find_contact
e_contact_store_get_clients
e_contact_store_add_client
e_contact_store_remove_client
e_contact_store_set_query
e_contact_store_peek_query
<SUBSECTION Standard>
E_CONTACT_STORE
E_IS_CONTACT_STORE
E_TYPE_CONTACT_STORE
E_CONTACT_STORE_CLASS
E_IS_CONTACT_STORE_CLASS
E_CONTACT_STORE_GET_CLASS
EContactStoreClass
e_contact_store_get_type
<SUBSECTION Private>
EContactStorePrivate
</SECTION>

<SECTION>
<FILE>e-data-capture</FILE>
<TITLE>EDataCapture</TITLE>
EDataCapture
e_data_capture_new
e_data_capture_ref_main_context
<SUBSECTION Standard>
E_DATA_CAPTURE
E_IS_DATA_CAPTURE
E_TYPE_DATA_CAPTURE
E_DATA_CAPTURE_CLASS
E_IS_DATA_CAPTURE_CLASS
E_DATA_CAPTURE_GET_CLASS
EDataCaptureClass
e_data_capture_get_type
<SUBSECTION Private>
EDataCapturePrivate
</SECTION>

<SECTION>
<FILE>e-dateedit</FILE>
<TITLE>EDateEdit</TITLE>
EDateEditGetTimeCallback
e_date_edit_new
e_date_edit_set_editable
e_date_edit_date_is_valid
e_date_edit_time_is_valid
e_date_edit_get_time
e_date_edit_set_time
e_date_edit_get_date
e_date_edit_set_date
e_date_edit_get_time_of_day
e_date_edit_set_time_of_day
e_date_edit_set_date_and_time_of_day
e_date_edit_get_show_date
e_date_edit_set_show_date
e_date_edit_get_show_time
e_date_edit_set_show_time
e_date_edit_get_week_start_day
e_date_edit_set_week_start_day
e_date_edit_get_show_week_numbers
e_date_edit_set_show_week_numbers
e_date_edit_get_use_24_hour_format
e_date_edit_set_use_24_hour_format
e_date_edit_get_allow_no_date_set
e_date_edit_set_allow_no_date_set
e_date_edit_get_time_popup_range
e_date_edit_set_time_popup_range
e_date_edit_get_make_time_insensitive
e_date_edit_set_make_time_insensitive
e_date_edit_get_twodigit_year_can_future
e_date_edit_set_twodigit_year_can_future
e_date_edit_set_get_time_callback
e_date_edit_get_entry
<SUBSECTION Standard>
E_DATE_EDIT
E_IS_DATE_EDIT
E_TYPE_DATE_EDIT
E_DATE_EDIT_CLASS
E_IS_DATE_EDIT_CLASS
E_DATE_EDIT_GET_CLASS
EDateEditClass
e_date_edit_get_type
<SUBSECTION Private>
EDateEditPrivate
</SECTION>

<SECTION>
<FILE>e-datetime-format</FILE>
<TITLE>Date and Time Formatting</TITLE>
DTFormatKind
e_datetime_format_add_setup_widget
e_datetime_format_format
e_datetime_format_format_tm
e_datetime_format_includes_day_name
</SECTION>

<SECTION>
<FILE>e-destination-store</FILE>
<TITLE>EDestinationStore</TITLE>
EDestinationStore
EDestinationStoreColumnType
e_destination_store_new
e_destination_store_get_destination
e_destination_store_list_destinations
e_destination_store_insert_destination
e_destination_store_append_destination
e_destination_store_remove_destination
e_destination_store_remove_destination_nth
e_destination_store_get_destination_count
e_destination_store_get_path
e_destination_store_get_stamp
<SUBSECTION Standard>
E_DESTINATION_STORE
E_IS_DESTINATION_STORE
E_TYPE_DESTINATION_STORE
E_DESTINATION_STORE_CLASS
E_IS_DESTINATION_STORE_CLASS
E_DESTINATION_STORE_GET_CLASS
EDestinationStoreClass
e_destination_store_get_type
<SUBSECTION Private>
EDestinationStorePrivate
</SECTION>

<SECTION>
<FILE>e-dialog-utils</FILE>
<TITLE>Dialog Utilities (Legacy)</TITLE>
e_notice
e_dialog_combo_box_set
e_dialog_combo_box_get
e_dialog_button_new_with_icon
</SECTION>

<SECTION>
<FILE>e-editor</FILE>
<TITLE>EEditor</TITLE>
EEditor
e_editor_new
e_editor_is_busy
e_editor_get_editor_widget
e_editor_get_builder
e_editor_get_ui_manager
e_editor_get_action
e_editor_get_action_group
e_editor_get_widget
e_editor_get_managed_widget
e_editor_get_filename
e_editor_set_filename
e_editor_new_activity
e_editor_pack_above
e_editor_save
<SUBSECTION Standard>
E_EDITOR
E_IS_EDITOR
E_TYPE_EDITOR
E_EDITOR_CLASS
E_IS_EDITOR_CLASS
E_EDITOR_GET_CLASS
EEditorClass
e_editor_get_type
<SUBSECTION Private>
EEditorPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-cell-dialog</FILE>
<TITLE>EHTMLEditorCellDialog</TITLE>
EHTMLEditorCellDialog
e_html_editor_cell_dialog_new
e_html_editor_cell_dialog_show
<SUBSECTION Standard>
E_HTML_EDITOR_CELL_DIALOG
E_IS_HTML_EDITOR_CELL_DIALOG
E_TYPE_HTML_EDITOR_CELL_DIALOG
E_HTML_EDITOR_CELL_DIALOG_CLASS
E_IS_HTML_EDITOR_CELL_DIALOG_CLASS
E_HTML_EDITOR_CELL_DIALOG_GET_CLASS
EHTMLEditorCellDialogClass
e_html_editor_cell_dialog_get_type
<SUBSECTION Private>
EHTMLEditorCellDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-dialog</FILE>
<TITLE>EEditorDialog</TITLE>
e_editor_dialog_get_editor
e_editor_dialog_get_button_box
e_editor_dialog_get_container
<SUBSECTION Standard>
E_EDITOR_DIALOG
E_IS_EDITOR_DIALOG
E_TYPE_EDITOR_DIALOG
E_EDITOR_DIALOG_CLASS
E_IS_EDITOR_DIALOG_CLASS
E_EDITOR_DIALOG_GET_CLASS
EEditorDialogClass
e_editor_dialog_get_type
<SUBSECTION Private>
EEditorDialogPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-find-dialog</FILE>
<TITLE>EHTMLEditorFindDialog</TITLE>
e_html_editor_find_dialog_new
e_html_editor_find_dialog_find_next
<SUBSECTION Standard>
E_HTML_EDITOR_FIND_DIALOG
E_IS_HTML_EDITOR_FIND_DIALOG
E_TYPE_HTML_EDITOR_FIND_DIALOG
E_HTML_EDITOR_FIND_DIALOG_CLASS
E_IS_HTML_EDITOR_FIND_DIALOG_CLASS
E_HTML_EDITOR_FIND_DIALOG_GET_CLASS
EHTMLEditorFindDialogClass
e_html_editor_find_dialog_get_type
<SUBSECTION Private>
EHTMLEditorFindDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-hrule-dialog</FILE>
<TITLE>EHTMLEditorHRuleDialog</TITLE>
EHTMLEditorHRuleDialog
e_html_editor_hrule_dialog_new
<SUBSECTION Standard>
E_HTML_EDITOR_HRULE_DIALOG
E_IS_HTML_EDITOR_HRULE_DIALOG
E_TYPE_HTML_EDITOR_HRULE_DIALOG
E_HTML_EDITOR_HRULE_DIALOG_CLASS
E_IS_HTML_EDITOR_HRULE_DIALOG_CLASS
E_HTML_EDITOR_HRULE_DIALOG_GET_CLASS
EHTMLEditorHRuleDialogClass
e_html_editor_hrule_dialog_get_type
<SUBSECTION Private>
EHTMLEditorHRuleDialogPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-image-dialog</FILE>
<TITLE>EHTMLEditorImageDialog</TITLE>
EHTMLEditorImageDialog
e_html_editor_image_dialog_new
e_html_editor_image_dialog_show
<SUBSECTION Standard>
E_HTML_EDITOR_IMAGE_DIALOG
E_IS_HTML_EDITOR_IMAGE_DIALOG
E_TYPE_HTML_EDITOR_IMAGE_DIALOG
E_HTML_EDITOR_IMAGE_DIALOG_CLASS
E_IS_HTML_EDITOR_IMAGE_DIALOG_CLASS
E_HTML_EDITOR_IMAGE_DIALOG_GET_CLASS
EHTMLEditorImageDialogClass
e_html_editor_image_dialog_get_type
<SUBSECTION Private>
EHTMLEditorImageDialogPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-link-dialog</FILE>
<TITLE>EHTMLEditorLinkDialog</TITLE>
EHTMLEditorLinkDialog
e_html_editor_link_dialog_new
<SUBSECTION Standard>
E_HTML_EDITOR_LINK_DIALOG
E_IS_HTML_EDITOR_LINK_DIALOG
E_TYPE_HTML_EDITOR_LINK_DIALOG
E_HTML_EDITOR_LINK_DIALOG_CLASS
E_IS_HTML_EDITOR_LINK_DIALOG_CLASS
E_HTML_EDITOR_LINK_DIALOG_GET_CLASS
EHTMLEditorLinkDialogClass
e_html_editor_link_dialog_get_type
<SUBSECTION Private>
EHTMLEditorLinkDialogPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-page-dialog</FILE>
<TITLE>EHTMLEditorPageDialog</TITLE>
EHTMLEditorPageDialog
e_html_editor_page_dialog_new
<SUBSECTION Standard>
E_HTML_EDITOR_PAGE_DIALOG
E_IS_HTML_EDITOR_PAGE_DIALOG
E_TYPE_HTML_EDITOR_PAGE_DIALOG
E_HTML_EDITOR_PAGE_DIALOG_CLASS
E_IS_HTML_EDITOR_PAGE_DIALOG_CLASS
E_HTML_EDITOR_PAGE_DIALOG_GET_CLASS
EHTMLEditorPageDialogClass
e_html_editor_page_dialog_get_type
<SUBSECTION Private>
EHTMLEditorPageDialogPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-paragraph-dialog</FILE>
<TITLE>EHTMLEditorParagraphDialog</TITLE>
EHTMLEditorParagraphDialog
e_html_editor_paragraph_dialog_new
<SUBSECTION Standard>
E_HTML_EDITOR_PARAGRAPH_DIALOG
E_IS_HTML_EDITOR_PARAGRAPH_DIALOG
E_TYPE_HTML_EDITOR_PARAGRAPH_DIALOG
E_HTML_EDITOR_PARAGRAPH_DIALOG_CLASS
E_IS_HTML_EDITOR_PARAGRAPH_DIALOG_CLASS
E_HTML_EDITOR_PARAGRAPH_DIALOG_GET_CLASS
EHTMLEditorParagraphDialogClass
e_html_editor_paragraph_dialog_get_type
<SUBSECTION Private>
EHTMLEditorParagraphDialogPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-replace-dialog</FILE>
<TITLE>EHTMLEditorReplaceDialog</TITLE>
EHTMLEditorReplaceDialog
e_html_editor_replace_dialog_new
<SUBSECTION Standard>
E_HTML_EDITOR_REPLACE_DIALOG
E_IS_HTML_EDITOR_REPLACE_DIALOG
E_TYPE_HTML_EDITOR_REPLACE_DIALOG
E_HTML_EDITOR_REPLACE_DIALOG_CLASS
E_IS_HTML_EDITOR_REPLACE_DIALOG_CLASS
E_HTML_EDITOR_REPLACE_DIALOG_GET_CLASS
EHTMLEditorReplaceDialogClass
e_html_editor_replace_dialog_get_type
<SUBSECTION Private>
EHTMLEditorReplaceDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-selection</FILE>
<TITLE>EEditorSelection</TITLE>
e_editor_selection_ref_editor_widget
e_editor_selection_has_text
e_editor_selection_get_caret_word
e_editor_selection_replace_caret_word
EEditorSelectionAlignment
e_editor_selection_get_alignment
e_editor_selection_set_alignment
e_editor_selection_get_background_color
e_editor_selection_set_background_color
e_editor_selection_get_font_color
e_editor_selection_set_font_color
e_editor_selection_get_font_name
e_editor_selection_set_font_name
EEditorSelectionFontSize
e_editor_selection_get_font_size
e_editor_selection_set_font_size
EEditorSelectionBlockFormat
e_editor_selection_get_block_format
e_editor_selection_set_block_format
e_editor_selection_is_citation
e_editor_selection_is_indented
e_editor_selection_indent
e_editor_selection_unindent
e_editor_selection_is_bold
e_editor_selection_set_bold
e_editor_selection_is_italic
e_editor_selection_set_italic
e_editor_selection_is_monospaced
e_editor_selection_set_monospaced
e_editor_selection_is_strike_through
e_editor_selection_set_strike_through
e_editor_selection_is_superscript
e_editor_selection_set_superscript
e_editor_selection_is_subscript
e_editor_selection_set_subscript
e_editor_selection_is_underline
e_editor_selection_set_underline
e_editor_selection_unlink
e_editor_selection_create_link
e_editor_selection_get_string
e_editor_selection_replace
e_editor_selection_insert_html
e_editor_selection_insert_image
e_editor_selection_insert_text
e_editor_selection_wrap_lines
e_editor_selection_save
e_editor_selection_restore
EEditorSelectionGranularity
e_editor_selection_move
e_editor_selection_extend
<SUBSECTION Standard>
E_EDITOR_SELECTION
E_IS_EDITOR_SELECTION
E_TYPE_EDITOR_SELECTION
E_EDITOR_SELECTION_CLASS
E_IS_EDITOR_SELECTION_CLASS
E_EDITOR_SELECTION_GET_CLASS
EEditorSelectionClass
e_editor_selection_get_type
<SUBSECTION Private>
EEditorSelectionPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-spell-check-dialog</FILE>
<TITLE>EHTMLEditorSpellCheckDialog</TITLE>
EHTMLEditorSpellCheckDialog
e_html_editor_spell_check_dialog_new
e_html_editor_spell_check_dialog_update_dictionaries
<SUBSECTION Standard>
E_HTML_EDITOR_SPELL_CHECK_DIALOG
E_IS_HTML_EDITOR_SPELL_CHECK_DIALOG
E_TYPE_HTML_EDITOR_SPELL_CHECK_DIALOG
E_HTML_EDITOR_SPELL_CHECK_DIALOG_CLASS
E_IS_HTML_EDITOR_SPELL_CHECK_DIALOG_CLASS
E_HTML_EDITOR_SPELL_CHECK_DIALOG_GET_CLASS
EHTMLEditorSpellCheckDialogClass
e_html_editor_spell_check_dialog_get_type
<SUBSECTION Private>
EHTMLEditorSpellCheckDialogPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-table-dialog</FILE>
<TITLE>EHTMLEditorTableDialog</TITLE>
EHTMLEditorTableDialog
e_html_editor_table_dialog_new
<SUBSECTION Standard>
E_HTML_EDITOR_TABLE_DIALOG
E_IS_HTML_EDITOR_TABLE_DIALOG
E_TYPE_HTML_EDITOR_TABLE_DIALOG
E_HTML_EDITOR_TABLE_DIALOG_CLASS
E_IS_HTML_EDITOR_TABLE_DIALOG_CLASS
E_HTML_EDITOR_TABLE_DIALOG_GET_CLASS
EHTMLEditorTableDialogClass
e_html_editor_table_dialog_get_type
<SUBSECTION Private>
EHTMLEditorTableDialogPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-text-dialog</FILE>
<TITLE>EHTMLEditorTextDialog</TITLE>
EHTMLEditorTextDialog
e_html_editor_text_dialog_new
<SUBSECTION Standard>
E_HTML_EDITOR_TEXT_DIALOG
E_IS_HTML_EDITOR_TEXT_DIALOG
E_TYPE_HTML_EDITOR_TEXT_DIALOG
E_HTML_EDITOR_TEXT_DIALOG_CLASS
E_IS_HTML_EDITOR_TEXT_DIALOG_CLASS
E_HTML_EDITOR_TEXT_DIALOG_GET_CLASS
EHTMLEditorTextDialogClass
e_html_editor_text_dialog_get_type
<SUBSECTION Private>
EHTMLEditorTextDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-widget</FILE>
<TITLE>EEditorWidget</TITLE>
EEditorWidget
e_editor_widget_new
e_editor_widget_get_selection
EEditorWidgetCommand
e_editor_widget_exec_command
e_editor_widget_get_changed
e_editor_widget_set_changed
e_editor_widget_get_html_mode
e_editor_widget_set_html_mode
e_editor_widget_get_inline_spelling
e_editor_widget_set_inline_spelling
e_editor_widget_get_magic_links
e_editor_widget_set_magic_links
e_editor_widget_get_magic_smileys
e_editor_widget_set_magic_smileys
e_editor_widget_get_spell_checker
e_editor_widget_get_text_html
e_editor_widget_get_text_plain
e_editor_widget_set_text_html
e_editor_widget_set_text_plain
e_editor_widget_paste_clipboard_quoted
e_editor_widget_update_fonts
<SUBSECTION Standard>
E_EDITOR_WIDGET
E_IS_EDITOR_WIDGET
E_TYPE_EDITOR_WIDGET
E_EDITOR_WIDGET_CLASS
E_IS_EDITOR_WIDGET_CLASS
E_EDITOR_WIDGET_GET_CLASS
EEditorWidgetClass
e_editor_widget_get_type
<SUBSECTION Private>
EEditorWidgetPrivate
</SECTION>

<SECTION>
<FILE>e-emoticon</FILE>
<TITLE>EEmoticon</TITLE>
EEmoticon
e_emoticon_equal
e_emoticon_copy
e_emoticon_free
e_emoticon_get_uri
<SUBSECTION Standard>
E_TYPE_EMOTICON
e_emoticon_get_type
</SECTION>

<SECTION>
<FILE>e-emoticon-action</FILE>
<TITLE>EEmoticonAction</TITLE>
EEmoticonAction
e_emoticon_action_new
<SUBSECTION Standard>
E_EMOTICON_ACTION
E_IS_EMOTICON_ACTION
E_TYPE_EMOTICON_ACTION
E_EMOTICON_ACTION_CLASS
E_IS_EMOTICON_ACTION_CLASS
E_EMOTICON_ACTION_GET_CLASS
EEmoticonActionClass
e_emoticon_action_get_type
<SUBSECTION Private>
EEmoticonActionPrivate
</SECTION>

<SECTION>
<FILE>e-emoticon-chooser</FILE>
<TITLE>EEmoticonChooser</TITLE>
EEmoticonChooser
EEmoticonChooserInterface
e_emoticon_chooser_get_current_emoticon
e_emoticon_chooser_set_current_emoticon
e_emoticon_chooser_item_activated
e_emoticon_chooser_get_items
e_emoticon_chooser_lookup_emoticon
<SUBSECTION Standard>
E_EMOTICON_CHOOSER
E_IS_EMOTICON_CHOOSER
E_TYPE_EMOTICON_CHOOSER
E_EMOTICON_CHOOSER_GET_INTERFACE
e_emoticon_chooser_get_type
</SECTION>

<SECTION>
<FILE>e-emoticon-chooser-menu</FILE>
<TITLE>EEmoticonChooserMenu</TITLE>
EEmoticonChooserMenu
e_emoticon_chooser_menu_new
<SUBSECTION Standard>
E_EMOTICON_CHOOSER_MENU
E_IS_EMOTICON_CHOOSER_MENU
E_TYPE_EMOTICON_CHOOSER_MENU
E_EMOTICON_CHOOSER_MENU_CLASS
E_IS_EMOTICON_CHOOSER_MENU_CLASS
E_EMOTICON_CHOOSER_MENU_GET_CLASS
EEmoticonChooserMenuClass
e_emoticon_chooser_menu_get_type
<SUBSECTION Private>
EEmoticonChooserMenuPrivate
</SECTION>

<SECTION>
<FILE>e-emoticon-tool-button</FILE>
<TITLE>EEmoticonToolButton</TITLE>
EEmoticonToolButton
e_emoticon_tool_button_new
e_emoticon_tool_button_popup
e_emoticon_tool_button_popdown
<SUBSECTION Standard>
E_EMOTICON_TOOL_BUTTON
E_IS_EMOTICON_TOOL_BUTTON
E_TYPE_EMOTICON_TOOL_BUTTON
E_EMOTICON_TOOL_BUTTON_CLASS
E_IS_EMOTICON_TOOL_BUTTON_CLASS
E_EMOTICON_TOOL_BUTTON_GET_CLASS
EEmoticonToolButtonClass
e_emoticon_tool_button_get_type
<SUBSECTION Private>
EEmoticonToolButtonPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor</FILE>
<TITLE>EHTMLEditor</TITLE>
EHTMLEditor
e_html_editor_new
e_html_editor_is_busy
e_html_editor_get_view
e_html_editor_get_builder
e_html_editor_get_ui_manager
e_html_editor_get_action
e_html_editor_get_action_group
e_html_editor_get_widget
e_html_editor_get_managed_widget
e_html_editor_get_filename
e_html_editor_set_filename
e_html_editor_new_activity
e_html_editor_pack_above
e_html_editor_save
<SUBSECTION Standard>
E_HTML_EDITOR
E_IS_HTML_EDITOR
E_TYPE_HTML_EDITOR
E_HTML_EDITOR_CLASS
E_IS_HTML_EDITOR_CLASS
E_HTML_EDITOR_GET_CLASS
EHTMLEditorClass
e_html_editor_get_type
<SUBSECTION Private>
EHTMLEditorPrivate
</SECTION>

<SECTION>
<FILE>e-editor-cell-dialog</FILE>
<TITLE>EEditorCellDialog</TITLE>
EEditorCellDialog
e_editor_cell_dialog_new
e_editor_cell_dialog_show
<SUBSECTION Standard>
E_EDITOR_CELL_DIALOG
E_IS_EDITOR_CELL_DIALOG
E_TYPE_EDITOR_CELL_DIALOG
E_EDITOR_CELL_DIALOG_CLASS
E_IS_EDITOR_CELL_DIALOG_CLASS
E_EDITOR_CELL_DIALOG_GET_CLASS
EEditorCellDialogClass
e_editor_cell_dialog_get_type
<SUBSECTION Private>
EEditorCellDialogPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-dialog</FILE>
<TITLE>EHTMLEditorDialog</TITLE>
e_html_editor_dialog_get_editor
e_html_editor_dialog_get_button_box
e_html_editor_dialog_get_container
<SUBSECTION Standard>
E_HTML_EDITOR_DIALOG
E_IS_HTML_EDITOR_DIALOG
E_TYPE_HTML_EDITOR_DIALOG
E_HTML_EDITOR_DIALOG_CLASS
E_IS_HTML_EDITOR_DIALOG_CLASS
E_HTML_EDITOR_DIALOG_GET_CLASS
EEditorDialogClass
e_html_editor_dialog_get_type
<SUBSECTION Private>
EHTMLEditorDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-find-dialog</FILE>
<TITLE>EEditorFindDialog</TITLE>
e_editor_find_dialog_new
e_editor_find_dialog_find_next
<SUBSECTION Standard>
E_EDITOR_FIND_DIALOG
E_IS_EDITOR_FIND_DIALOG
E_TYPE_EDITOR_FIND_DIALOG
E_EDITOR_FIND_DIALOG_CLASS
E_IS_EDITOR_FIND_DIALOG_CLASS
E_EDITOR_FIND_DIALOG_GET_CLASS
EEditorFindDialogClass
e_editor_find_dialog_get_type
<SUBSECTION Private>
EEditorFindDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-hrule-dialog</FILE>
<TITLE>EEditorHRuleDialog</TITLE>
EEditorHRuleDialog
e_editor_hrule_dialog_new
<SUBSECTION Standard>
E_EDITOR_HRULE_DIALOG
E_IS_EDITOR_HRULE_DIALOG
E_TYPE_EDITOR_HRULE_DIALOG
E_EDITOR_HRULE_DIALOG_CLASS
E_IS_EDITOR_HRULE_DIALOG_CLASS
E_EDITOR_HRULE_DIALOG_GET_CLASS
EEditorHRuleDialogClass
e_editor_hrule_dialog_get_type
<SUBSECTION Private>
EEditorHRuleDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-image-dialog</FILE>
<TITLE>EEditorImageDialog</TITLE>
EEditorImageDialog
e_editor_image_dialog_new
e_editor_image_dialog_show
<SUBSECTION Standard>
E_EDITOR_IMAGE_DIALOG
E_IS_EDITOR_IMAGE_DIALOG
E_TYPE_EDITOR_IMAGE_DIALOG
E_EDITOR_IMAGE_DIALOG_CLASS
E_IS_EDITOR_IMAGE_DIALOG_CLASS
E_EDITOR_IMAGE_DIALOG_GET_CLASS
EEditorImageDialogClass
e_editor_image_dialog_get_type
<SUBSECTION Private>
EEditorImageDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-link-dialog</FILE>
<TITLE>EEditorLinkDialog</TITLE>
EEditorLinkDialog
e_editor_link_dialog_new
<SUBSECTION Standard>
E_EDITOR_LINK_DIALOG
E_IS_EDITOR_LINK_DIALOG
E_TYPE_EDITOR_LINK_DIALOG
E_EDITOR_LINK_DIALOG_CLASS
E_IS_EDITOR_LINK_DIALOG_CLASS
E_EDITOR_LINK_DIALOG_GET_CLASS
EEditorLinkDialogClass
e_editor_link_dialog_get_type
<SUBSECTION Private>
EEditorLinkDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-page-dialog</FILE>
<TITLE>EEditorPageDialog</TITLE>
EEditorPageDialog
e_editor_page_dialog_new
<SUBSECTION Standard>
E_EDITOR_PAGE_DIALOG
E_IS_EDITOR_PAGE_DIALOG
E_TYPE_EDITOR_PAGE_DIALOG
E_EDITOR_PAGE_DIALOG_CLASS
E_IS_EDITOR_PAGE_DIALOG_CLASS
E_EDITOR_PAGE_DIALOG_GET_CLASS
EEditorPageDialogClass
e_editor_page_dialog_get_type
<SUBSECTION Private>
EEditorPageDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-paragraph-dialog</FILE>
<TITLE>EEditorParagraphDialog</TITLE>
EEditorParagraphDialog
e_editor_paragraph_dialog_new
<SUBSECTION Standard>
E_EDITOR_PARAGRAPH_DIALOG
E_IS_EDITOR_PARAGRAPH_DIALOG
E_TYPE_EDITOR_PARAGRAPH_DIALOG
E_EDITOR_PARAGRAPH_DIALOG_CLASS
E_IS_EDITOR_PARAGRAPH_DIALOG_CLASS
E_EDITOR_PARAGRAPH_DIALOG_GET_CLASS
EEditorParagraphClass
e_editor_paragraph_dialog_get_type
<SUBSECTION Private>
EEditorParagraphDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-replace-dialog</FILE>
<TITLE>EEditorReplaceDialog</TITLE>
EEditorReplaceDialog
e_editor_replace_dialog_new
<SUBSECTION Standard>
E_EDITOR_REPLACE_DIALOG
E_IS_EDITOR_REPLACE_DIALOG
E_TYPE_EDITOR_REPLACE_DIALOG
E_EDITOR_REPLACE_DIALOG_CLASS
E_IS_EDITOR_REPLACE_DIALOG_CLASS
E_EDITOR_REPLACE_DIALOG_GET_CLASS
EEditorReplaceDialogClass
e_editor_replace_dialog_get_type
<SUBSECTION Private>
EEditorReplaceDialogPrivate
</SECTION>

<SECTION>
<FILE>e-html-editor-selection</FILE>
<TITLE>EHTMLEditorSelection</TITLE>
e_html_editor_selection_ref_html_html_editor_view
e_html_editor_selection_has_text
e_html_editor_selection_get_caret_word
e_html_editor_selection_replace_caret_word
EHTMLEditorSelectionAlignment
e_html_editor_selection_get_alignment
e_html_editor_selection_set_alignment
e_html_editor_selection_get_background_color
e_html_editor_selection_set_background_color
e_html_editor_selection_get_font_color
e_html_editor_selection_set_font_color
e_html_editor_selection_get_font_name
e_html_editor_selection_set_font_name
EHTMLEditorSelectionFontSize
e_html_editor_selection_get_font_size
e_html_editor_selection_set_font_size
EHTMLEditorSelectionBlockFormat
e_html_editor_selection_get_block_format
e_html_editor_selection_set_block_format
e_html_editor_selection_is_citation
e_html_editor_selection_is_indented
e_html_editor_selection_indent
e_html_editor_selection_unindent
e_html_editor_selection_is_bold
e_html_editor_selection_set_bold
e_html_editor_selection_is_italic
e_html_editor_selection_set_italic
e_html_editor_selection_is_monospaced
e_html_editor_selection_set_monospaced
e_html_editor_selection_is_strike_through
e_html_editor_selection_set_strike_through
e_html_editor_selection_is_superscript
e_html_editor_selection_set_superscript
e_html_editor_selection_is_subscript
e_html_editor_selection_set_subscript
e_html_editor_selection_is_underline
e_html_editor_selection_set_underline
e_html_editor_selection_unlink
e_html_editor_selection_create_link
e_html_editor_selection_get_string
e_html_editor_selection_replace
e_html_editor_selection_insert_html
e_html_editor_selection_insert_image
e_html_editor_selection_insert_text
e_html_editor_selection_wrap_lines
e_html_editor_selection_save
e_html_editor_selection_restore
EHTMLEditorSelectionGranularity
e_html_editor_selection_move
e_html_editor_selection_extend
<SUBSECTION Standard>
E_HTML_EDITOR_SELECTION
E_IS_HTML_EDITOR_SELECTION
E_TYPE_HTML_EDITOR_SELECTION
E_HTML_EDITOR_SELECTION_CLASS
E_IS_HTML_EDITOR_SELECTION_CLASS
E_HTML_EDITOR_SELECTION_GET_CLASS
EHTMLEditorSelectionClass
e_html_editor_selection_get_type
<SUBSECTION Private>
EHTMLEditorSelectionPrivate
</SECTION>

<SECTION>
<FILE>e-editor-spell-check-dialog</FILE>
<TITLE>EEditorSpellCheckDialog</TITLE>
EEditorSpellCheckDialog
e_editor_spell_check_dialog_new
e_editor_spell_check_dialog_update_dictionaries
<SUBSECTION Standard>
E_EDITOR_SPELL_CHECK_DIALOG
E_IS_EDITOR_SPELL_CHECK_DIALOG
E_TYPE_EDITOR_SPELL_CHECK_DIALOG
E_EDITOR_SPELL_CHECK_DIALOG_CLASS
E_IS_EDITOR_SPELL_CHECK_DIALOG_CLASS
E_EDITOR_SPELL_CHECK_DIALOG_GET_CLASS
EEditorSpellCheckDialogClass
e_editor_spell_check_dialog_get_type
<SUBSECTION Private>
EEditorSpellCheckDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-table-dialog</FILE>
<TITLE>EEditorTableDialog</TITLE>
EEditorTableDialog
e_editor_table_dialog_new
<SUBSECTION Standard>
E_EDITOR_TABLE_DIALOG
E_IS_EDITOR_TABLE_DIALOG
E_TYPE_EDITOR_TABLE_DIALOG
E_EDITOR_TABLE_DIALOG_CLASS
E_IS_EDITOR_TABLE_DIALOG_CLASS
E_EDITOR_TABLE_DIALOG_GET_CLASS
EEditorTableDialogClass
e_editor_table_dialog_get_type
<SUBSECTION Private>
EEditorTableDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-text-dialog</FILE>
<TITLE>EEditorTextDialog</TITLE>
EEditorTextDialog
e_editor_text_dialog_new
<SUBSECTION Standard>
E_EDITOR_TEXT_DIALOG
E_IS_EDITOR_TEXT_DIALOG
E_TYPE_EDITOR_TEXT_DIALOG
E_EDITOR_TEXT_DIALOG_CLASS
E_IS_EDITOR_TEXT_DIALOG_CLASS
E_EDITOR_TEXT_DIALOG_GET_CLASS
EEditorTextDialogClass
e_editor_text_dialog_get_type
<SUBSECTION Private>
EEditorTextDialogPrivate
</SECTION>

<SECTION>
<FILE>e-editor-widget</FILE>
<TITLE>EHTMLEditorView</TITLE>
EHTMLEditorView
e_html_editor_view_new
e_html_editor_view_get_selection
EHTMLEditorViewCommand
e_html_editor_view_exec_command
e_html_editor_view_get_changed
e_html_editor_view_set_changed
e_html_editor_view_get_html_mode
e_html_editor_view_set_html_mode
e_html_editor_view_get_inline_spelling
e_html_editor_view_set_inline_spelling
e_html_editor_view_get_magic_links
e_html_editor_view_set_magic_links
e_html_editor_view_get_magic_smileys
e_html_editor_view_set_magic_smileys
e_html_editor_view_get_spell_checker
e_html_editor_view_get_text_html
e_html_editor_view_get_text_plain
e_html_editor_view_set_text_html
e_html_editor_view_set_text_plain
e_html_editor_view_paste_clipboard_quoted
e_html_editor_view_update_fonts
<SUBSECTION Standard>
E_HTML_EDITOR_VIEW
E_IS_HTML_EDITOR_VIEW
E_TYPE_HTML_EDITOR_VIEW
E_HTML_EDITOR_VIEW_CLASS
E_IS_HTML_EDITOR_VIEW_CLASS
E_HTML_EDITOR_VIEW_GET_CLASS
EHTMLEditorViewClass
e_html_editor_view_get_type
<SUBSECTION Private>
EHTMLEditorViewPrivate
</SECTION>

<SECTION>
<FILE>e-emoticon</FILE>
<TITLE>EEmoticon</TITLE>
EEmoticon
e_emoticon_equal
e_emoticon_copy
e_emoticon_free
e_emoticon_get_uri
<SUBSECTION Standard>
E_TYPE_EMOTICON
e_emoticon_get_type
</SECTION>

<SECTION>
<FILE>e-emoticon-action</FILE>
<TITLE>EEmoticonAction</TITLE>
EEmoticonAction
e_emoticon_action_new
<SUBSECTION Standard>
E_EMOTICON_ACTION
E_IS_EMOTICON_ACTION
E_TYPE_EMOTICON_ACTION
E_EMOTICON_ACTION_CLASS
E_IS_EMOTICON_ACTION_CLASS
E_EMOTICON_ACTION_GET_CLASS
EEmoticonActionClass
e_emoticon_action_get_type
<SUBSECTION Private>
EEmoticonActionPrivate
</SECTION>

<SECTION>
<FILE>e-emoticon-chooser</FILE>
<TITLE>EEmoticonChooser</TITLE>
EEmoticonChooser
EEmoticonChooserInterface
e_emoticon_chooser_get_current_emoticon
e_emoticon_chooser_set_current_emoticon
e_emoticon_chooser_item_activated
e_emoticon_chooser_get_items
e_emoticon_chooser_lookup_emoticon
<SUBSECTION Standard>
E_EMOTICON_CHOOSER
E_IS_EMOTICON_CHOOSER
E_TYPE_EMOTICON_CHOOSER
E_EMOTICON_CHOOSER_GET_INTERFACE
e_emoticon_chooser_get_type
</SECTION>

<SECTION>
<FILE>e-emoticon-chooser-menu</FILE>
<TITLE>EEmoticonChooserMenu</TITLE>
EEmoticonChooserMenu
e_emoticon_chooser_menu_new
<SUBSECTION Standard>
E_EMOTICON_CHOOSER_MENU
E_IS_EMOTICON_CHOOSER_MENU
E_TYPE_EMOTICON_CHOOSER_MENU
E_EMOTICON_CHOOSER_MENU_CLASS
E_IS_EMOTICON_CHOOSER_MENU_CLASS
E_EMOTICON_CHOOSER_MENU_GET_CLASS
EEmoticonChooserMenuClass
e_emoticon_chooser_menu_get_type
<SUBSECTION Private>
EEmoticonChooserMenuPrivate
</SECTION>

<SECTION>
<FILE>e-emoticon-tool-button</FILE>
<TITLE>EEmoticonToolButton</TITLE>
EEmoticonToolButton
e_emoticon_tool_button_new
e_emoticon_tool_button_popup
e_emoticon_tool_button_popdown
<SUBSECTION Standard>
E_EMOTICON_TOOL_BUTTON
E_IS_EMOTICON_TOOL_BUTTON
E_TYPE_EMOTICON_TOOL_BUTTON
E_EMOTICON_TOOL_BUTTON_CLASS
E_IS_EMOTICON_TOOL_BUTTON_CLASS
E_EMOTICON_TOOL_BUTTON_GET_CLASS
EEmoticonToolButtonClass
e_emoticon_tool_button_get_type
<SUBSECTION Private>
EEmoticonToolButtonPrivate
</SECTION>

<SECTION>
<FILE>e-event</FILE>
<TITLE>EEvent</TITLE>
EEvent
e_event_t
EEventItem
EEventFactory
EEventTarget
EEventItemsFunc
EEventFunc
EEventFactoryFunc
e_event_construct
e_event_add_items
e_event_remove_items
e_event_emit
e_event_target_new
e_event_target_free
EEventHook
EEventHookTargetMap
EEventHookTargetMask
EEventHookFunc
e_event_hook_class_add_target_map
<SUBSECTION Standard>
E_EVENT
E_IS_EVENT
E_TYPE_EVENT
E_EVENT_CLASS
E_IS_EVENT_CLASS
E_EVENT_GET_CLASS
EEventClass
e_event_get_type
<SUBSECTION Standard>
E_EVENT_HOOK
E_IS_EVENT_HOOK
E_TYPE_EVENT_HOOK
E_EVENT_HOOK_CLASS
E_IS_EVENT_HOOK_CLASS
E_EVENT_HOOK_GET_CLASS
EEventHookClass
e_event_hook_get_type
<SUBSECTION Private>
EEventPrivate
</SECTION>

<SECTION>
<FILE>e-file-request</FILE>
<TITLE>EFileRequest</TITLE>
EFileRequest
<SUBSECTION Standard>
E_FILE_REQUEST
E_IS_FILE_REQUEST
E_TYPE_FILE_REQUEST
E_FILE_REQUEST_CLASS
E_IS_FILE_REQUEST_CLASS
E_FILE_REQUEST_GET_CLASS
EFileRequestClass
e_file_request_get_type
<SUBSECTION Private>
EFileRequestPrivate
LIBSOUP_USE_UNSTABLE_REQUEST_API
</SECTION>

<SECTION>
<FILE>e-filter-code</FILE>
<TITLE>EFilterCode</TITLE>
EFilterCode
e_filter_code_new
<SUBSECTION Standard>
E_FILTER_CODE
E_IS_FILTER_CODE
E_TYPE_FILTER_CODE
E_FILTER_CODE_CLASS
E_IS_FILTER_CODE_CLASS
E_FILTER_CODE_GET_CLASS
EFilterCodeClass
e_filter_code_get_type
<SUBSECTION Private>
EFilterCodePrivate
</SECTION>

<SECTION>
<FILE>e-filter-color</FILE>
<TITLE>EFilterColor</TITLE>
EFilterColor
e_filter_color_new
<SUBSECTION Standard>
E_FILTER_COLOR
E_IS_FILTER_COLOR
E_TYPE_FILTER_COLOR
E_FILTER_COLOR_CLASS
E_IS_FILTER_COLOR_CLASS
E_FILTER_COLOR_GET_CLASS
EFilterColorClass
e_filter_color_get_type
<SUBSECTION Private>
EFilterColorPrivate
</SECTION>

<SECTION>
<FILE>e-filter-datespec</FILE>
<TITLE>EFilterDatespec</TITLE>
EFilterDatespec
EFilterDatespecType
e_filter_datespec_new
<SUBSECTION Standard>
E_FILTER_DATESPEC
E_IS_FILTER_DATESPEC
E_TYPE_FILTER_DATESPEC
E_FILTER_DATESPEC_CLASS
E_IS_FILTER_DATESPEC_CLASS
E_FILTER_DATESPEC_GET_CLASS
EFilterDatespecClass
e_filter_datespec_get_type
<SUBSECTION Private>
EFilterDatespecPrivate
</SECTION>

<SECTION>
<FILE>e-filter-element</FILE>
<TITLE>EFilterElement</TITLE>
EFilterElement
e_filter_element_new
e_filter_element_set_data
e_filter_element_validate
e_filter_element_eq
e_filter_element_xml_create
e_filter_element_xml_encode
e_filter_element_xml_decode
e_filter_element_clone
e_filter_element_copy_value
e_filter_element_get_widget
e_filter_element_build_code
e_filter_element_format_sexp
<SUBSECTION Standard>
E_FILTER_ELEMENT
E_IS_FILTER_ELEMENT
E_TYPE_FILTER_ELEMENT
E_FILTER_ELEMENT_CLASS
E_IS_FILTER_ELEMENT_CLASS
E_FILTER_ELEMENT_GET_CLASS
EFilterElementClass
e_filter_element_get_type
<SUBSECTION Private>
EFilterElementPrivate
</SECTION>

<SECTION>
<FILE>e-filter-file</FILE>
<TITLE>EFilterFile</TITLE>
EFilterFile
e_filter_file_new
e_filter_file_new_type_name
e_filter_file_set_path
<SUBSECTION Standard>
E_FILTER_FILE
E_IS_FILTER_FILE
E_TYPE_FILTER_FILE
E_FILTER_FILE_CLASS
E_IS_FILTER_FILE_CLASS
E_FILTER_FILE_GET_CLASS
EFilterFileClass
e_filter_file_get_type
<SUBSECTION Private>
EFilterFilePrivate
</SECTION>

<SECTION>
<FILE>e-filter-input</FILE>
<TITLE>EFilterInput</TITLE>
EFilterInput
e_filter_input_new
e_filter_input_new_type_name
e_filter_input_set_value
<SUBSECTION Standard>
E_FILTER_INPUT
E_IS_FILTER_INPUT
E_TYPE_FILTER_INPUT
E_FILTER_INPUT_CLASS
E_IS_FILTER_INPUT_CLASS
E_FILTER_INPUT_GET_CLASS
EFilterInputClass
e_filter_input_get_type
<SUBSECTION Private>
EFilterInputPrivate
</SECTION>

<SECTION>
<FILE>e-filter-int</FILE>
<TITLE>EFilterInt</TITLE>
EFilterInt
e_filter_int_new
e_filter_int_new_type
e_filter_int_set_value
<SUBSECTION Standard>
E_FILTER_INT
E_IS_FILTER_INT
E_TYPE_FILTER_INT
E_FILTER_INT_CLASS
E_IS_FILTER_INT_CLASS
E_FILTER_INT_GET_CLASS
EFilterIntClass
e_filter_int_get_type
<SUBSECTION Private>
EFilterIntPrivate
</SECTION>

<SECTION>
<FILE>e-filter-option</FILE>
<TITLE>EFilterOption</TITLE>
filter_option
EFilterOption
e_filter_option_new
e_filter_option_set_current
e_filter_option_get_current
e_filter_option_add
e_filter_option_remove_all
<SUBSECTION Standard>
E_FILTER_OPTION
E_IS_FILTER_OPTION
E_TYPE_FILTER_OPTION
E_FILTER_OPTION_CLASS
E_IS_FILTER_OPTION_CLASS
E_FILTER_OPTION_GET_CLASS
EFilterOptionClass
e_filter_option_get_type
<SUBSECTION Private>
EFilterOptionPrivate
</SECTION>

<SECTION>
<FILE>e-filter-part</FILE>
<TITLE>EFilterPart</TITLE>
EFilterPart
e_filter_part_new
e_filter_part_validate
e_filter_part_eq
e_filter_part_xml_create
e_filter_part_xml_encode
e_filter_part_xml_decode
e_filter_part_clone
e_filter_part_copy_values
e_filter_part_find_element
e_filter_part_get_widget
e_filter_part_build_code
e_filter_part_expand_code
e_filter_part_build_code_list
e_filter_part_find_list
e_filter_part_next_list
<SUBSECTION Standard>
E_FILTER_PART
E_IS_FILTER_PART
E_TYPE_FILTER_PART
E_FILTER_PART_CLASS
E_IS_FILTER_PART_CLASS
E_FILTER_PART_GET_CLASS
EFilterPartClass
e_filter_part_get_type
<SUBSECTION Private>
EFilterPartPrivate
</SECTION>

<SECTION>
<FILE>e-filter-rule</FILE>
<TITLE>EFilterRule</TITLE>
filter_grouping_t
filter_threading_t
EFilterRule
e_filter_rule_new
e_filter_rule_clone
e_filter_rule_set_name
E_FILTER_SOURCE_INCOMING
E_FILTER_SOURCE_DEMAND
E_FILTER_SOURCE_OUTGOING
E_FILTER_SOURCE_JUNKTEST
e_filter_rule_set_source
e_filter_rule_validate
e_filter_rule_eq
e_filter_rule_xml_encode
e_filter_rule_xml_decode
e_filter_rule_copy
e_filter_rule_add_part
e_filter_rule_remove_part
e_filter_rule_replace_part
e_filter_rule_get_widget
e_filter_rule_build_code
e_filter_rule_emit_changed
e_filter_rule_next_list
e_filter_rule_find_list
<SUBSECTION Standard>
E_FILTER_RULE
E_IS_FILTER_RULE
E_TYPE_FILTER_RULE
E_FILTER_RULE_CLASS
E_IS_FILTER_RULE_CLASS
E_FILTER_RULE_GET_CLASS
EFilterRuleClass
e_filter_rule_get_type
<SUBSECTION Private>
EFilterRulePrivate
</SECTION>

<SECTION>
<FILE>e-focus-tracker</FILE>
<TITLE>EFocusTracker</TITLE>
EFocusTracker
e_focus_tracker_new
e_focus_tracker_get_focus
e_focus_tracker_get_window
e_focus_tracker_get_cut_clipboard_action
e_focus_tracker_set_cut_clipboard_action
e_focus_tracker_get_copy_clipboard_action
e_focus_tracker_set_copy_clipboard_action
e_focus_tracker_get_paste_clipboard_action
e_focus_tracker_set_paste_clipboard_action
e_focus_tracker_get_delete_selection_action
e_focus_tracker_set_delete_selection_action
e_focus_tracker_get_select_all_action
e_focus_tracker_set_select_all_action
e_focus_tracker_get_undo_action
e_focus_tracker_set_undo_action
e_focus_tracker_get_redo_action
e_focus_tracker_set_redo_action
e_focus_tracker_update_actions
e_focus_tracker_cut_clipboard
e_focus_tracker_copy_clipboard
e_focus_tracker_paste_clipboard
e_focus_tracker_delete_selection
e_focus_tracker_select_all
e_focus_tracker_undo
e_focus_tracker_redo
<SUBSECTION Standard>
E_FOCUS_TRACKER
E_IS_FOCUS_TRACKER
E_TYPE_FOCUS_TRACKER
E_FOCUS_TRACKER_CLASS
E_IS_FOCUS_TRACKER_CLASS
E_FOCUS_TRACKER_GET_CLASS
EFocusTrackerClass
e_focus_tracker_get_type
<SUBSECTION Private>
EFocusTrackerPrivate
</SECTION>

<SECTION>
<FILE>e-html-utils</FILE>
<TITLE>Text to HTML Conversion</TITLE>
E_TEXT_TO_HTML_PRE
E_TEXT_TO_HTML_CONVERT_NL
E_TEXT_TO_HTML_CONVERT_SPACES
E_TEXT_TO_HTML_CONVERT_URLS
E_TEXT_TO_HTML_MARK_CITATION
E_TEXT_TO_HTML_CONVERT_ADDRESSES
E_TEXT_TO_HTML_ESCAPE_8BIT
E_TEXT_TO_HTML_CITE
e_text_to_html_full
e_text_to_html
</SECTION>

<SECTION>
<FILE>e-icon-factory</FILE>
<TITLE>Icon Utilities (Legacy)</TITLE>
e_icon_factory_get_icon_filename
e_icon_factory_get_icon
e_icon_factory_pixbuf_scale
e_icon_factory_create_thumbnail
</SECTION>

<SECTION>
<FILE>e-image-chooser</FILE>
<TITLE>EImageChooser</TITLE>
EImageChooser
e_image_chooser_new
e_image_chooser_get_icon_name
e_image_chooser_set_from_file
e_image_chooser_set_image_data
e_image_chooser_get_image_data
<SUBSECTION Standard>
E_IMAGE_CHOOSER
E_IS_IMAGE_CHOOSER
E_TYPE_IMAGE_CHOOSER
E_IMAGE_CHOOSER_CLASS
E_IS_IMAGE_CHOOSER_CLASS
E_IMAGE_CHOOSER_GET_CLASS
EImageChooserClass
e_image_chooser_get_type
<SUBSECTION Private>
EImageChooserPrivate
</SECTION>

<SECTION>
<FILE>e-image-chooser-dialog</FILE>
<TITLE>EImageChooserDialog</TITLE>
EImageChooserDialog
e_image_chooser_dialog_new
e_image_chooser_dialog_run
<SUBSECTION Standard>
E_IMAGE_CHOOSER_DIALOG
E_IS_IMAGE_CHOOSER_DIALOG
E_TYPE_IMAGE_CHOOSER_DIALOG
E_IMAGE_CHOOSER_DIALOG_CLASS
E_IS_IMAGE_CHOOSER_DIALOG_CLASS
E_IMAGE_CHOOSER_DIALOG_GET_CLASS
EImageChooserDialogClass
e_image_chooser_dialog_get_type
<SUBSECTION Private>
EImageChooserDialogPrivate
</SECTION>

<SECTION>
<FILE>e-import</FILE>
<TITLE>EImport</TITLE>
EImport
e_import_target_t
EImportImporter
EImportFactory
EImportTarget
EImportCompleteFunc
EImportStatusFunc
EImportFactoryFunc
EImportImporterFunc
EImportSupportedFunc
EImportWidgetFunc
EImportImportFunc
EImportTargetURI
EImportTargetHome
e_import_new
e_import_class_add_importer
e_import_get_importers
e_import_construct
e_import_import
e_import_cancel
e_import_get_widget
e_import_get_preview_widget
e_import_status
e_import_complete
e_import_target_new
e_import_target_free
e_import_target_new_uri
e_import_target_new_home
EImportHook
EImportHookTargetMap
EImportHookTargetMask
EImportHookImporter
e_import_hook_class_add_target_map
<SUBSECTION Standard>
E_IMPORT
E_IS_IMPORT
E_TYPE_IMPORT
E_IMPORT_CLASS
E_IS_IMPORT_CLASS
E_IMPORT_GET_CLASS
EImportClass
e_import_get_type
<SUBSECTION Standard>
E_IMPORT_HOOK
E_IS_IMPORT_HOOK
E_TYPE_IMPORT_HOOK
E_IMPORT_HOOK_CLASS
E_IS_IMPORT_HOOK_CLASS
E_IMPORT_HOOK_GET_CLASS
EImportHookClass
e_import_hook_get_type
</SECTION>

<SECTION>
<FILE>e-import-assistant</FILE>
<TITLE>EImportAssistant</TITLE>
EImportAssistant
e_import_assistant_new
e_import_assistant_new_simple
<SUBSECTION Standard>
E_IMPORT_ASSISTANT
E_IS_IMPORT_ASSISTANT
E_TYPE_IMPORT_ASSISTANT
E_IMPORT_ASSISTANT_CLASS
E_IS_IMPORT_ASSISTANT_CLASS
E_IMPORT_ASSISTANT_GET_CLASS
EImportAssistantClass
e_import_assistant_get_type
<SUBSECTION Private>
EImportAssistantPrivate
</SECTION>

<SECTION>
<FILE>e-interval-chooser</FILE>
<TITLE>EIntervalChooser</TITLE>
EIntervalChooser
EDurationType
e_interval_chooser_new
e_interval_chooser_get_interval_minutes
e_interval_chooser_set_interval_minutes
<SUBSECTION Standard>
E_INTERVAL_CHOOSER
E_IS_INTERVAL_CHOOSER
E_TYPE_INTERVAL_CHOOSER
E_INTERVAL_CHOOSER_CLASS
E_IS_INTERVAL_CHOOSER_CLASS
E_INTERVAL_CHOOSER_GET_CLASS
EIntervalChooserClass
e_interval_chooser_get_type
<SUBSECTION Private>
EIntervalChooserPrivate
</SECTION>

<SECTION>
<FILE>e-mail-identity-combo-box</FILE>
<TITLE>EMailIdentityComboBox</TITLE>
EMailIdentityComboBox
e_mail_identity_combo_box_new
e_mail_identity_combo_box_refresh
e_mail_identity_combo_box_get_registry
e_mail_identity_combo_box_get_allow_none
e_mail_identity_combo_box_set_allow_none
<SUBSECTION Standard>
E_MAIL_IDENTITY_COMBO_BOX
E_IS_MAIL_IDENTITY_COMBO_BOX
E_TYPE_MAIL_IDENTITY_COMBO_BOX
E_MAIL_IDENTITY_COMBO_BOX_CLASS
E_IS_MAIL_IDENTITY_COMBO_BOX_CLASS
E_MAIL_IDENTITY_COMBO_BOX_GET_CLASS
EMailIdentityComboBoxClass
e_mail_identity_combo_box_get_type
<SUBSECTION Private>
EMailIdentityComboBoxPrivate
</SECTION>

<SECTION>
<FILE>e-mail-signature-combo-box</FILE>
<TITLE>EMailSignatureComboBox</TITLE>
E_MAIL_SIGNATURE_AUTOGENERATED_UID
EMailSignatureComboBox
e_mail_signature_combo_box_new
e_mail_signature_combo_box_refresh
e_mail_signature_combo_box_get_registry
e_mail_signature_combo_box_get_identity_uid
e_mail_signature_combo_box_set_identity_uid
e_mail_signature_combo_box_load_selected
e_mail_signature_combo_box_load_selected_finish
<SUBSECTION Standard>
E_MAIL_SIGNATURE_COMBO_BOX
E_IS_MAIL_SIGNATURE_COMBO_BOX
E_TYPE_MAIL_SIGNATURE_COMBO_BOX
E_MAIL_SIGNATURE_COMBO_BOX_CLASS
E_IS_MAIL_SIGNATURE_COMBO_BOX_CLASS
E_MAIL_SIGNATURE_COMBO_BOX_GET_CLASS
EMailSignatureComboBoxClass
e_mail_signature_combo_box_get_type
<SUBSECTION Private>
EMailSignatureComboBoxPrivate
</SECTION>

<SECTION>
<FILE>e-mail-signature-editor</FILE>
<TITLE>EMailSignatureEditor</TITLE>
EMailSignatureEditor
e_mail_signature_editor_new
e_mail_signature_editor_get_editor
e_mail_signature_editor_get_focus_tracker
e_mail_signature_editor_get_registry
e_mail_signature_editor_get_source
e_mail_signature_editor_commit
e_mail_signature_editor_commit_finish
<SUBSECTION Standard>
E_MAIL_SIGNATURE_EDITOR
E_IS_MAIL_SIGNATURE_EDITOR
E_TYPE_MAIL_SIGNATURE_EDITOR
E_MAIL_SIGNATURE_EDITOR_CLASS
E_IS_MAIL_SIGNATURE_EDITOR_CLASS
E_MAIL_SIGNATURE_EDITOR_GET_CLASS
EMailSignatureEditorClass
e_mail_signature_editor_get_type
<SUBSECTION Private>
EMailSignatureEditorPrivate
</SECTION>

<SECTION>
<FILE>e-mail-signature-manager</FILE>
<TITLE>EMailSignatureManager</TITLE>
EMailSignatureManager
e_mail_signature_manager_new
e_mail_signature_manager_add_signature
e_mail_signature_manager_add_signature_script
e_mail_signature_manager_edit_signature
e_mail_signature_manager_remove_signature
e_mail_signature_manager_get_prefer_html
e_mail_signature_manager_set_prefer_html
e_mail_signature_manager_get_registry
<SUBSECTION Standard>
E_MAIL_SIGNATURE_MANAGER
E_IS_MAIL_SIGNATURE_MANAGER
E_TYPE_MAIL_SIGNATURE_MANAGER
E_MAIL_SIGNATURE_MANAGER_CLASS
E_IS_MAIL_SIGNATURE_MANAGER_CLASS
E_MAIL_SIGNATURE_MANAGER_GET_CLASS
EMailSignatureManagerClass
e_mail_signature_manager_get_type
<SUBSECTION Private>
EMailSignatureManagerPrivate
</SECTION>

<SECTION>
<FILE>e-mail-signature-preview</FILE>
<TITLE>EMailSignaturePreview</TITLE>
EMailSignaturePreview
e_mail_signature_preview_new
e_mail_signature_preview_refresh
e_mail_signature_preview_get_registry
e_mail_signature_preview_get_source_uid
e_mail_signature_preview_set_source_uid
<SUBSECTION Standard>
E_MAIL_SIGNATURE_PREVIEW
E_IS_MAIL_SIGNATURE_PREVIEW
E_TYPE_MAIL_SIGNATURE_PREVIEW
E_MAIL_SIGNATURE_PREVIEW_CLASS
E_IS_MAIL_SIGNATURE_PREVIEW_CLASS
E_MAIL_SIGNATURE_PREVIEW_GET_CLASS
EMailSignaturePreviewClass
e_mail_signature_preview_get_type
<SUBSECTION Private>
EMailSignaturePreviewPrivate
</SECTION>

<SECTION>
<FILE>e-mail-signature-script-dialog</FILE>
<TITLE>EMailSignatureScriptDialog</TITLE>
EMailSignatureScriptDialog
e_mail_signature_script_dialog_new
e_mail_signature_script_dialog_get_registry
e_mail_signature_script_dialog_get_source
e_mail_signature_script_dialog_get_symlink_target
e_mail_signature_script_dialog_set_symlink_target
e_mail_signature_script_dialog_commit
e_mail_signature_script_dialog_commit_finish
<SUBSECTION Standard>
E_MAIL_SIGNATURE_SCRIPT_DIALOG
E_IS_MAIL_SIGNATURE_SCRIPT_DIALOG
E_TYPE_MAIL_SIGNATURE_SCRIPT_DIALOG
E_MAIL_SIGNATURE_SCRIPT_DIALOG_CLASS
E_IS_MAIL_SIGNATURE_SCRIPT_DIALOG_CLASS
E_MAIL_SIGNATURE_SCRIPT_DIALOG_GET_CLASS
EMailSignatureScriptDialogClass
e_mail_signature_script_dialog_get_type
<SUBSECTION Private>
EMailSignatureScriptDialogPrivate
</SECTION>

<SECTION>
<FILE>e-mail-signature-tree-view</FILE>
<TITLE>EMailSignatureTreeView</TITLE>
EMailSignatureTreeView
e_mail_signature_tree_view_new
e_mail_signature_tree_view_refresh
e_mail_signature_tree_view_get_registry
e_mail_signature_tree_view_ref_selected_source
e_mail_signature_tree_view_set_selected_source
<SUBSECTION Standard>
E_MAIL_SIGNATURE_TREE_VIEW
E_IS_MAIL_SIGNATURE_TREE_VIEW
E_TYPE_MAIL_SIGNATURE_TREE_VIEW
E_MAIL_SIGNATURE_TREE_VIEW_CLASS
E_IS_MAIL_SIGNATURE_TREE_VIEW_CLASS
E_MAIL_SIGNATURE_TREE_VIEW_GET_CLASS
EMailSignatureTreeViewClass
e_mail_signature_tree_view_get_type
<SUBSECTION Private>
EMailSignatureTreeViewPrivate
</SECTION>

<SECTION>
<FILE>e-map</FILE>
<TITLE>EMap</TITLE>
EMap
EMapPoint
e_map_new
e_map_freeze
e_map_thaw
e_map_window_to_world
e_map_world_to_window
e_map_get_magnification
e_map_set_smooth_zoom
e_map_get_smooth_zoom
e_map_zoom_to_location
e_map_zoom_out
e_map_add_point
e_map_remove_point
e_map_point_get_location
e_map_point_get_name
e_map_point_get_color_rgba
e_map_point_set_color_rgba
e_map_point_set_data
e_map_point_get_data
e_map_point_is_in_view
e_map_get_closest_point
<SUBSECTION Standard>
E_MAP
E_IS_MAP
E_TYPE_MAP
E_MAP_CLASS
E_IS_MAP_CLASS
E_MAP_GET_CLASS
EMapClass
e_map_get_type
<SUBSECTION Private>
EMapPrivate
</SECTION>

<SECTION>
<FILE>e-menu-tool-action</FILE>
<TITLE>EMenuToolAction</TITLE>
EMenuToolAction
e_menu_tool_action_new
<SUBSECTION Standard>
E_MENU_TOOL_ACTION
E_IS_MENU_TOOL_ACTION
E_TYPE_MENU_TOOL_ACTION
E_MENU_TOOL_ACTION_CLASS
E_IS_MENU_TOOL_ACTION_CLASS
E_MENU_TOOL_ACTION_GET_CLASS
EMenuToolActionClass
e_menu_tool_action_get_type
<SUBSECTION Private>
EMenuToolActionPrivate
</SECTION>

<SECTION>
<FILE>e-menu-tool-button</FILE>
<TITLE>EMenuToolButton</TITLE>
EMenuToolButton
e_menu_tool_button_new
e_menu_tool_button_set_prefer_item
e_menu_tool_button_get_prefer_item
<SUBSECTION Standard>
E_MENU_TOOL_BUTTON
E_IS_MENU_TOOL_BUTTON
E_TYPE_MENU_TOOL_BUTTON
E_MENU_TOOL_BUTTON_CLASS
E_IS_MENU_TOOL_BUTTON_CLASS
E_MENU_TOOL_BUTTON_GET_CLASS
EMenuToolButtonClass
e_menu_tool_button_get_type
<SUBSECTION Private>
EMenuToolButtonPrivate
</SECTION>

<SECTION>
<FILE>e-misc-utils</FILE>
<TITLE>Miscellaneous Utilities</TITLE>
EAutomaticActionPolicy
EDateWeekday
EForeachFunc
e_get_accels_filename
e_show_uri
e_display_help
ERestoreWindowFlags
e_restore_window
e_lookup_action
e_lookup_action_group
e_action_compare_by_label
e_action_group_remove_all_actions
e_radio_action_get_current_action
e_action_group_add_actions_localized
e_builder_get_widget
e_load_ui_builder_definition
e_load_ui_manager_definition
e_categories_add_change_hook
e_str_without_underscores
e_str_compare
e_str_case_compare
e_collate_compare
e_int_compare
e_color_to_value
e_rgba_to_value
e_format_number
ESortCompareFunc
e_bsearch
e_strftime_fix_am_pm
e_utf8_strftime_fix_am_pm
e_get_month_name
e_get_weekday_name
e_weekday_get_next
e_weekday_get_prev
e_weekday_add_days
e_weekday_subtract_days
e_weekday_get_days_between
e_weekday_to_tm_wday
e_weekday_from_tm_wday
e_flexible_strtod
E_ASCII_DTOSTR_BUF_SIZE
e_ascii_dtostr
e_file_lock_create
e_file_lock_destroy
e_file_lock_exists
e_util_guess_mime_type
e_util_get_category_filter_options
e_util_dup_searchable_categories
e_binding_transform_color_to_string
e_binding_transform_string_to_color
e_binding_transform_source_to_uid
e_binding_transform_uid_to_source
e_charset_add_radio_actions
e_file_replace_contents_async
e_file_replace_contents_finish
e_mktemp
e_mkstemp
e_mkdtemp
e_widget_undo_attach
e_widget_undo_is_attached
e_widget_undo_has_undo
e_widget_undo_has_redo
e_widget_undo_describe_undo
e_widget_undo_describe_redo
e_widget_undo_do_undo
e_widget_undo_do_redo
e_widget_undo_reset
</SECTION>

<SECTION>
<FILE>e-name-selector</FILE>
<TITLE>ENameSelector</TITLE>
ENameSelector
e_name_selector_new
e_name_selector_ref_client_cache
e_name_selector_peek_model
e_name_selector_peek_dialog
e_name_selector_peek_section_entry
e_name_selector_peek_section_list
e_name_selector_show_dialog
e_name_selector_load_books
e_name_selector_cancel_loading
<SUBSECTION Standard>
E_NAME_SELECTOR
E_IS_NAME_SELECTOR
E_TYPE_NAME_SELECTOR
E_NAME_SELECTOR_CLASS
E_IS_NAME_SELECTOR_CLASS
E_NAME_SELECTOR_GET_CLASS
ENameSelectorClass
e_name_selector_get_type
<SUBSECTION Private>
ENameSelectorPrivate
</SECTION>

<SECTION>
<FILE>e-name-selector-dialog</FILE>
<TITLE>ENameSelectorDialog</TITLE>
ENameSelectorDialog
e_name_selector_dialog_new
e_name_selector_dialog_ref_client_cache
e_name_selector_dialog_peek_model
e_name_selector_dialog_set_model
e_name_selector_dialog_set_destination_index
e_name_selector_dialog_set_scrolling_policy
e_name_selector_dialog_get_section_visible
e_name_selector_dialog_set_section_visible
<SUBSECTION Standard>
E_NAME_SELECTOR_DIALOG
E_IS_NAME_SELECTOR_DIALOG
E_TYPE_NAME_SELECTOR_DIALOG
E_NAME_SELECTOR_DIALOG_CLASS
E_IS_NAME_SELECTOR_DIALOG_CLASS
E_NAME_SELECTOR_DIALOG_GET_CLASS
ENameSelectorDialogClass
e_name_selector_dialog_get_type
<SUBSECTION Private>
ENameSelectorDialogPrivate
</SECTION>

<SECTION>
<FILE>e-name-selector-entry</FILE>
<TITLE>ENameSelectorEntry</TITLE>
ENameSelectorEntry
e_name_selector_entry_new
e_name_selector_entry_ref_client_cache
e_name_selector_entry_set_client_cache
e_name_selector_entry_get_minimum_query_length
e_name_selector_entry_set_minimum_query_length
e_name_selector_entry_get_show_address
e_name_selector_entry_set_show_address
e_name_selector_entry_peek_contact_store
e_name_selector_entry_set_contact_store
e_name_selector_entry_peek_destination_store
e_name_selector_entry_set_destination_store
e_name_selector_entry_get_popup_destination
e_name_selector_entry_set_contact_editor_func
e_name_selector_entry_set_contact_list_editor_func
ens_util_populate_user_query_fields
<SUBSECTION Standard>
E_NAME_SELECTOR_ENTRY
E_IS_NAME_SELECTOR_ENTRY
E_TYPE_NAME_SELECTOR_ENTRY
E_NAME_SELECTOR_ENTRY_CLASS
E_IS_NAME_SELECTOR_ENTRY_CLASS
E_NAME_SELECTOR_ENTRY_GET_CLASS
ENameSelectorEntryClass
e_name_selector_entry_get_type
<SUBSECTION Private>
ENameSelectorEntryPrivate
</SECTION>

<SECTION>
<FILE>e-name-selector-list</FILE>
<TITLE>ENameSelectorList</TITLE>
ENameSelectorList
e_name_selector_list_new
e_name_selector_list_expand_clicked
<SUBSECTION Standard>
E_NAME_SELECTOR_LIST
E_IS_NAME_SELECTOR_LIST
E_TYPE_NAME_SELECTOR_LIST
E_NAME_SELECTOR_LIST_CLASS
E_IS_NAME_SELECTOR_LIST_CLASS
E_NAME_SELECTOR_LIST_GET_CLASS
ENameSelectorListClass
e_name_selector_list_get_type
<SUBSECTION Private>
ENameSelectorListPrivate
</SECTION>

<SECTION>
<FILE>e-name-selector-model</FILE>
<TITLE>ENameSelectorModel</TITLE>
ENameSelectorModel
e_name_selector_model_new
e_name_selector_model_peek_contact_store
e_name_selector_model_peek_contact_filter
e_name_selector_model_list_sections
e_name_selector_model_peek_section
e_name_selector_model_add_section
e_name_selector_model_remove_section
e_name_selector_model_get_contact_emails_without_used
e_name_selector_model_free_emails_list
<SUBSECTION Standard>
E_NAME_SELECTOR_MODEL
E_IS_NAME_SELECTOR_MODEL
E_TYPE_NAME_SELECTOR_MODEL
E_NAME_SELECTOR_MODEL_CLASS
E_IS_NAME_SELECTOR_MODEL_CLASS
E_NAME_SELECTOR_MODEL_GET_CLASS
ENameSelectorModelClass
e_name_selector_model_get_type
<SUBSECTION Private>
ENameSelectorModelPrivate
</SECTION>

<SECTION>
<FILE>e-online-button</FILE>
<TITLE>EOnlineButton</TITLE>
EOnlineButton
e_online_button_new
e_online_button_get_online
e_online_button_set_online
<SUBSECTION Standard>
E_ONLINE_BUTTON
E_IS_ONLINE_BUTTON
E_TYPE_ONLINE_BUTTON
E_ONLINE_BUTTON_CLASS
E_IS_ONLINE_BUTTON_CLASS
E_ONLINE_BUTTON_GET_CLASS
EOnlineButtonClass
e_online_button_get_type
<SUBSECTION Private>
EOnlineButtonPrivate
</SECTION>

<SECTION>
<FILE>e-paned</FILE>
<TITLE>EPaned</TITLE>
EPaned
e_paned_new
e_paned_get_hposition
e_paned_set_hposition
e_paned_get_vposition
e_paned_set_vposition
e_paned_get_proportion
e_paned_set_proportion
e_paned_get_fixed_resize
e_paned_set_fixed_resize
<SUBSECTION Standard>
E_PANED
E_IS_PANED
E_TYPE_PANED
E_PANED_CLASS
E_IS_PANED_CLASS
E_PANED_GET_CLASS
EPanedClass
e_paned_get_type
<SUBSECTION Private>
EPanedPrivate
</SECTION>

<SECTION>
<FILE>e-passwords</FILE>
<TITLE>Password Utilities (Legacy)</TITLE>
e_passwords_init
e_passwords_set_online
e_passwords_remember_password
e_passwords_add_password
e_passwords_get_password
e_passwords_forget_password
EPasswordsRememberType
e_passwords_ask_password
</SECTION>

<SECTION>
<FILE>e-photo-cache</FILE>
<TITLE>EPhotoCache</TITLE>
EPhotoCache
e_photo_cache_new
e_photo_cache_ref_client_cache
e_photo_cache_add_photo_source
e_photo_cache_list_photo_sources
e_photo_cache_remove_photo_source
e_photo_cache_add_photo
e_photo_cache_remove_photo
e_photo_cache_get_photo_sync
e_photo_cache_get_photo
e_photo_cache_get_photo_finish
<SUBSECTION Standard>
E_PHOTO_CACHE
E_IS_PHOTO_CACHE
E_TYPE_PHOTO_CACHE
E_PHOTO_CACHE_CLASS
E_IS_PHOTO_CACHE_CLASS
E_PHOTO_CACHE_GET_CLASS
EPhotoCacheClass
e_photo_cache_get_type
<SUBSECTION Private>
EPhotoCachePrivate
</SECTION>

<SECTION>
<FILE>e-photo-source</FILE>
<TITLE>EPhotoSource</TITLE>
EPhotoSource
EPhotoSourceInterface
e_photo_source_get_photo
e_photo_source_get_photo_finish
<SUBSECTION Standard>
E_PHOTO_SOURCE
E_IS_PHOTO_SOURCE
E_TYPE_PHOTO_SOURCE
E_PHOTO_SOURCE_GET_INTERFACE
e_photo_source_get_type
</SECTION>

<SECTION>
<FILE>e-picture-gallery</FILE>
<TITLE>EPictureGallery</TITLE>
EPictureGallery
e_picture_gallery_new
e_picture_gallery_get_path
<SUBSECTION Standard>
E_PICTURE_GALLERY
E_IS_PICTURE_GALLERY
E_TYPE_PICTURE_GALLERY
E_PICTURE_GALLERY_CLASS
E_IS_PICTURE_GALLERY_CLASS
E_PICTURE_GALLERY_GET_CLASS
EPictureGalleryClass
e_picture_gallery_get_type
<SUBSECTION Private>
EPictureGalleryPrivate
</SECTION>

<SECTION>
<FILE>e-plugin</FILE>
<TITLE>EPlugin</TITLE>
E_PLUGIN_CLASSID
EPluginAuthor
EPluginFlags
EPlugin
e_plugin_construct
e_plugin_load_plugins
e_plugin_list_plugins
e_plugin_get_symbol
e_plugin_invoke
e_plugin_enable
e_plugin_get_configure_widget
e_plugin_xml_prop
e_plugin_xml_prop_domain
e_plugin_xml_int
e_plugin_xml_content
e_plugin_xml_content_domain
EPluginHook
EPluginHookTargetMap
EPluginHookTargetKey
e_plugin_hook_new
e_plugin_hook_enable
e_plugin_hook_mask
e_plugin_hook_id
<SUBSECTION Standard>
E_PLUGIN
E_IS_PLUGIN
E_TYPE_PLUGIN
E_PLUGIN_CLASS
E_IS_PLUGIN_CLASS
E_PLUGIN_GET_CLASS
EPluginClass
e_plugin_get_type
<SUBSECTION Standard>
E_PLUGIN_HOOK
E_IS_PLUGIN_HOOK
E_TYPE_PLUGIN_HOOK
E_PLUGIN_HOOK_CLASS
E_IS_PLUGIN_HOOK_CLASS
E_PLUGIN_HOOK_GET_CLASS
EPluginHookClass
e_plugin_hook_get_type
</SECTION>

<SECTION>
<FILE>e-plugin-ui</FILE>
<TITLE>EPluginUI</TITLE>
EPluginUIHook
EPluginUIInitFunc
e_plugin_ui_register_manager
e_plugin_ui_enable_manager
e_plugin_ui_disable_manager
<SUBSECTION Standard>
E_PLUGIN_UI_HOOK
E_IS_PLUGIN_UI_HOOK
E_TYPE_PLUGIN_UI_HOOK
E_PLUGIN_UI_HOOK_CLASS
E_IS_PLUGIN_UI_HOOK_CLASS
E_PLUGIN_UI_HOOK_GET_CLASS
EPluginUIHookClass
e_plugin_ui_hook_get_type
<SUBSECTION Private>
EPluginUIHookPrivate
</SECTION>

<SECTION>
<FILE>e-poolv</FILE>
<TITLE>EPoolv</TITLE>
EPoolv
e_poolv_new
e_poolv_set
e_poolv_get
e_poolv_destroy
</SECTION>

<SECTION>
<FILE>e-popup-action</FILE>
<TITLE>EPopupAction</TITLE>
EPopupAction
e_popup_action_new
EPopupActionEntry
e_action_group_add_popup_actions
<SUBSECTION Standard>
E_POPUP_ACTION
E_IS_POPUP_ACTION
E_TYPE_POPUP_ACTION
E_POPUP_ACTION_CLASS
E_IS_POPUP_ACTION_CLASS
E_POPUP_ACTION_GET_CLASS
EPopupActionClass
e_popup_action_get_type
<SUBSECTION Private>
EPopupActionPrivate
</SECTION>

<SECTION>
<FILE>e-popup-menu</FILE>
<TITLE>Popup Menus (Legacy)</TITLE>
EPopupMenu
E_POPUP_SEPARATOR
E_POPUP_TERMINATOR
E_POPUP_ITEM
e_popup_menu_create_with_domain
</SECTION>

<SECTION>
<FILE>e-port-entry</FILE>
<TITLE>EPortEntry</TITLE>
EPortEntry
e_port_entry_new
e_port_entry_set_camel_entries
e_port_entry_get_port
e_port_entry_set_port
e_port_entry_is_valid
e_port_entry_get_security_method
e_port_entry_set_security_method
e_port_entry_activate_secured_port
e_port_entry_activate_nonsecured_port
<SUBSECTION Standard>
E_PORT_ENTRY
E_IS_PORT_ENTRY
E_TYPE_PORT_ENTRY
E_PORT_ENTRY_CLASS
E_IS_PORT_ENTRY_CLASS
E_PORT_ENTRY_GET_CLASS
EPortEntryClass
e_port_entry_get_type
<SUBSECTION Private>
EPortEntryPrivate
</SECTION>

<SECTION>
<FILE>e-preferences-window</FILE>
<TITLE>EPreferencesWindow</TITLE>
EPreferencesWindow
EPreferencesWindowCreatePageFn
e_preferences_window_new
e_preferences_window_get_shell
e_preferences_window_setup
e_preferences_window_add_page
e_preferences_window_show_page
<SUBSECTION Standard>
E_PREFERENCES_WINDOW
E_IS_PREFERENCES_WINDOW
E_TYPE_PREFERENCES_WINDOW
E_PREFERENCES_WINDOW_CLASS
E_IS_PREFERENCES_WINDOW_CLASS
E_PREFERENCES_WINDOW_GET_CLASS
EPreferencesWindowClass
e_preferences_window_get_type
<SUBSECTION Private>
EPreferencesWindowPrivate
</SECTION>

<SECTION>
<FILE>e-preview-pane</FILE>
<TITLE>EPreviewPane</TITLE>
EPreviewPane
e_preview_pane_new
e_preview_pane_get_web_view
e_preview_pane_get_search_bar
e_preview_pane_clear_alerts
e_preview_pane_show_search_bar
<SUBSECTION Standard>
E_PREVIEW_PANE
E_IS_PREVIEW_PANE
E_TYPE_PREVIEW_PANE
E_PREVIEW_PANE_CLASS
E_IS_PREVIEW_PANE_CLASS
E_PREVIEW_PANE_GET_CLASS
EPreviewPaneClass
e_preview_pane_get_type
<SUBSECTION Private>
EPreviewPanePrivate
</SECTION>

<SECTION>
<FILE>e-print</FILE>
<TITLE>Printing</TITLE>
e_print_operation_new
e_print_run_page_setup_dialog
</SECTION>

<SECTION>
<FILE>e-printable</FILE>
<TITLE>EPrintable</TITLE>
EPrintable
e_printable_new
e_printable_print_page
e_printable_data_left
e_printable_reset
e_printable_height
e_printable_will_fit
<SUBSECTION Standard>
E_PRINTABLE
E_IS_PRINTABLE
E_TYPE_PRINTABLE
E_PRINTABLE_CLASS
E_IS_PRINTABLE_CLASS
E_PRINTABLE_GET_CLASS
EPrintableClass
e_printable_get_type
</SECTION>

<SECTION>
<FILE>e-proxy-combo-box</FILE>
<TITLE>EProxyComboBox</TITLE>
EProxyComboBox
e_proxy_combo_box_new
e_proxy_combo_box_refresh
e_proxy_combo_box_get_registry
<SUBSECTION Standard>
E_PROXY_COMBO_BOX
E_IS_PROXY_COMBO_BOX
E_TYPE_PROXY_COMBO_BOX
E_PROXY_COMBO_BOX_CLASS
E_IS_PROXY_COMBO_BOX_CLASS
E_PROXY_COMBO_BOX_GET_CLASS
EProxyComboBoxClass
e_proxy_combo_box_get_type
<SUBSECTION Private>
EProxyComboBoxPrivate
</SECTION>

<SECTION>
<FILE>e-proxy-editor</FILE>
<TITLE>EProxyEditor</TITLE>
EProxyEditor
e_proxy_editor_new
e_proxy_editor_save
e_proxy_editor_get_registry
e_proxy_editor_ref_source
e_proxy_editor_set_source
<SUBSECTION Standard>
E_PROXY_EDITOR
E_IS_PROXY_EDITOR
E_TYPE_PROXY_EDITOR
E_PROXY_EDITOR_CLASS
E_IS_PROXY_EDITOR_CLASS
E_PROXY_EDITOR_GET_CLASS
EProxyEditorClass
e_proxy_editor_get_type
<SUBSECTION Private>
EProxyEditorPrivate
</SECTION>

<SECTION>
<FILE>e-proxy-link-selector</FILE>
<TITLE>EProxyLinkSelector</TITLE>
EProxyLinkSelector
e_proxy_link_selector_new
e_proxy_link_selector_ref_target_source
e_proxy_link_selector_set_target_source
<SUBSECTION Standard>
E_PROXY_LINK_SELECTOR
E_IS_PROXY_LINK_SELECTOR
E_TYPE_PROXY_LINK_SELECTOR
E_PROXY_LINK_SELECTOR_CLASS
E_IS_PROXY_LINK_SELECTOR_CLASS
E_PROXY_LINK_SELECTOR_GET_CLASS
EProxyLinkSelectorClass
e_proxy_link_selector_get_type
<SUBSECTION Private>
EProxyLinkSelectorPrivate
</SECTION>

<SECTION>
<FILE>e-proxy-preferences</FILE>
<TITLE>EProxyPreferences</TITLE>
EProxyPreferences
e_proxy_preferences_new
e_proxy_preferences_submit
e_proxy_preferences_get_registry
e_proxy_preferences_get_show_advanced
e_proxy_preferences_set_show_advanced
<SUBSECTION Standard>
E_PROXY_PREFERENCES
E_IS_PROXY_PREFERENCES
E_TYPE_PROXY_PREFERENCES
E_PROXY_PREFERENCES_CLASS
E_IS_PROXY_PREFERENCES_CLASS
E_PROXY_PREFERENCES_GET_CLASS
EProxyPreferencesClass
e_proxy_preferences_get_type
<SUBSECTION Private>
EProxyPreferencesPrivate
</SECTION>

<SECTION>
<FILE>e-proxy-selector</FILE>
<TITLE>EProxySelector</TITLE>
EProxySelector
e_proxy_selector_new
e_proxy_selector_refresh
e_proxy_selector_get_registry
e_proxy_selector_ref_selected
e_proxy_selector_set_selected
<SUBSECTION Standard>
E_PROXY_SELECTOR
E_IS_PROXY_SELECTOR
E_TYPE_PROXY_SELECTOR
E_PROXY_SELECTOR_CLASS
E_IS_PROXY_SELECTOR_CLASS
E_PROXY_SELECTOR_GET_CLASS
EProxySelectorClass
e_proxy_selector_get_type
<SUBSECTION Private>
EProxySelectorPrivate
</SECTION>

<SECTION>
<FILE>e-reflow</FILE>
<TITLE>EReflow</TITLE>
EReflow
<SUBSECTION Standard>
E_REFLOW
E_IS_REFLOW
E_TYPE_REFLOW
E_REFLOW_CLASS
E_IS_REFLOW_CLASS
E_REFLOW_GET_CLASS
EReflowClass
e_reflow_get_type
<SUBSECTION Private>
EReflowPrivate
</SECTION>

<SECTION>
<FILE>e-reflow-model</FILE>
<TITLE>EReflowModel</TITLE>
EReflowModel
e_reflow_model_set_width
e_reflow_model_count
e_reflow_model_height
e_reflow_model_incarnate
e_reflow_model_create_cmp_cache
e_reflow_model_compare
e_reflow_model_reincarnate
e_reflow_model_changed
e_reflow_model_comparison_changed
e_reflow_model_items_inserted
e_reflow_model_item_removed
e_reflow_model_item_changed
<SUBSECTION Standard>
E_REFLOW_MODEL
E_IS_REFLOW_MODEL
E_TYPE_REFLOW_MODEL
E_REFLOW_MODEL_CLASS
E_IS_REFLOW_MODEL_CLASS
E_REFLOW_MODEL_GET_CLASS
EReflowModelClass
e_reflow_model_get_type
</SECTION>

<SECTION>
<FILE>e-rule-context</FILE>
<TITLE>ERuleContext</TITLE>
part_set_map
rule_set_map
ERuleContext
ERuleContextRegisterFunc
ERuleContextPartFunc
ERuleContextRuleFunc
ERuleContextNextPartFunc
ERuleContextNextRuleFunc
e_rule_context_new
e_rule_context_load
e_rule_context_save
e_rule_context_revert
e_rule_context_add_part
e_rule_context_find_part
e_rule_context_create_part
e_rule_context_next_part
e_rule_context_next_rule
e_rule_context_find_rule
e_rule_context_find_rank_rule
e_rule_context_add_rule
e_rule_context_add_rule_gui
e_rule_context_remove_rule
e_rule_context_rank_rule
e_rule_context_get_rank_rule
e_rule_context_add_part_set
e_rule_context_add_rule_set
e_rule_context_new_element
e_rule_context_delete_uri
e_rule_context_rename_uri
e_rule_context_free_uri_list
<SUBSECTION Standard>
E_RULE_CONTEXT
E_IS_RULE_CONTEXT
E_TYPE_RULE_CONTEXT
E_RULE_CONTEXT_CLASS
E_IS_RULE_CONTEXT_CLASS
E_RULE_CONTEXT_GET_CLASS
ERuleContextClass
e_rule_context_get_type
<SUBSECTION Private>
ERuleContextPrivate
</SECTION>

<SECTION>
<FILE>e-rule-editor</FILE>
<TITLE>ERuleEditor</TITLE>
ERuleEditor
e_rule_editor_new
e_rule_editor_construct
e_rule_editor_set_source
e_rule_editor_set_sensitive
e_rule_editor_create_rule
<SUBSECTION Standard>
E_RULE_EDITOR
E_IS_RULE_EDITOR
E_TYPE_RULE_EDITOR
E_RULE_EDITOR_CLASS
E_IS_RULE_EDITOR_CLASS
E_RULE_EDITOR_GET_CLASS
ERuleEditorClass
e_rule_editor_get_type
<SUBSECTION Private>
ERuleEditorPrivate
</SECTION>

<SECTION>
<FILE>e-search-bar</FILE>
<TITLE>ESearchBar</TITLE>
ESearchBar
e_search_bar_new
e_search_bar_clear
e_search_bar_changed
e_search_bar_get_web_view
e_search_bar_get_active_search
e_search_bar_get_case_sensitive
e_search_bar_set_case_sensitive
e_search_bar_get_text
e_search_bar_set_text
<SUBSECTION Standard>
E_SEARCH_BAR
E_IS_SEARCH_BAR
E_TYPE_SEARCH_BAR
E_SEARCH_BAR_CLASS
E_IS_SEARCH_BAR_CLASS
E_SEARCH_BAR_GET_CLASS
ESearchBarClass
e_search_bar_get_type
<SUBSECTION Private>
ESearchBarPrivate
</SECTION>

<SECTION>
<FILE>e-selectable</FILE>
<TITLE>ESelectable</TITLE>
ESelectable
e_selectable_update_actions
e_selectable_cut_clipboard
e_selectable_copy_clipboard
e_selectable_paste_clipboard
e_selectable_delete_selection
e_selectable_select_all
e_selectable_undo
e_selectable_redo
e_selectable_get_copy_target_list
e_selectable_get_paste_target_list
<SUBSECTION Standard>
E_SELECTABLE
E_IS_SELECTABLE
E_TYPE_SELECTABLE
E_SELECTABLE_GET_INTERFACE
ESelectableInterface
e_selectable_get_type
</SECTION>

<SECTION>
<FILE>e-selection</FILE>
<TITLE>Selections</TITLE>
e_target_list_add_calendar_targets
e_target_list_add_directory_targets
e_target_list_add_html_targets
e_selection_data_set_calendar
e_selection_data_set_directory
e_selection_data_set_html
e_selection_data_get_calendar
e_selection_data_get_directory
e_selection_data_get_html
e_selection_data_targets_include_calendar
e_selection_data_targets_include_directory
e_selection_data_targets_include_html
e_targets_include_calendar
e_targets_include_directory
e_targets_include_html
e_clipboard_set_calendar
e_clipboard_set_directory
e_clipboard_set_html
e_clipboard_request_calendar
e_clipboard_request_directory
e_clipboard_request_html
e_clipboard_wait_for_calendar
e_clipboard_wait_for_directory
e_clipboard_wait_for_html
e_clipboard_wait_is_calendar_available
e_clipboard_wait_is_directory_available
e_clipboard_wait_is_html_available
e_drag_dest_add_calendar_targets
e_drag_dest_add_directory_targets
e_drag_dest_add_html_targets
e_drag_source_add_calendar_targets
e_drag_source_add_directory_targets
e_drag_source_add_html_targets
</SECTION>

<SECTION>
<FILE>e-selection-model</FILE>
<TITLE>ESelectionModel</TITLE>
ECursorMode
ESelectionModel
e_selection_model_do_something
e_selection_model_maybe_do_something
e_selection_model_right_click_down
e_selection_model_right_click_up
e_selection_model_key_press
e_selection_model_select_as_key_press
e_selection_model_is_row_selected
e_selection_model_foreach
e_selection_model_clear
e_selection_model_selected_count
e_selection_model_select_all
e_selection_model_row_count
e_selection_model_change_one_row
e_selection_model_change_cursor
e_selection_model_cursor_row
e_selection_model_cursor_col
e_selection_model_select_single_row
e_selection_model_toggle_single_row
e_selection_model_move_selection_end
e_selection_model_set_selection_end
e_selection_model_cursor_changed
e_selection_model_cursor_activated
e_selection_model_selection_row_changed
e_selection_model_selection_changed
<SUBSECTION Standard>
E_SELECTION_MODEL
E_IS_SELECTION_MODEL
E_TYPE_SELECTION_MODEL
E_SELECTION_MODEL_CLASS
E_IS_SELECTION_MODEL_CLASS
E_SELECTION_MODEL_GET_CLASS
ESelectionModelClass
e_selection_model_get_type
</SECTION>

<SECTION>
<FILE>e-selection-model-array</FILE>
<TITLE>ESelectionModelArray</TITLE>
ESelectionModelArray
e_selection_model_array_insert_rows
e_selection_model_array_delete_rows
e_selection_model_array_move_row
e_selection_model_array_confirm_row_count
e_selection_model_array_get_row_count
<SUBSECTION Standard>
E_SELECTION_MODEL_ARRAY
E_IS_SELECTION_MODEL_ARRAY
E_TYPE_SELECTION_MODEL_ARRAY
E_SELECTION_MODEL_ARRAY_CLASS
E_IS_SELECTION_MODEL_ARRAY_CLASS
E_SELECTION_MODEL_ARRAY_GET_CLASS
ESelectionModelArrayClass
e_selection_model_array_get_type
</SECTION>

<SECTION>
<FILE>e-selection-model-simple</FILE>
<TITLE>ESelectionModelSimple</TITLE>
ESelectionModelSimple
e_selection_model_simple_new
e_selection_model_simple_insert_rows
e_selection_model_simple_delete_rows
e_selection_model_simple_move_row
e_selection_model_simple_set_row_count
<SUBSECTION Standard>
E_SELECTION_MODEL_SIMPLE
E_IS_SELECTION_MODEL_SIMPLE
E_TYPE_SELECTION_MODEL_SIMPLE
E_SELECTION_MODEL_SIMPLE_CLASS
E_IS_SELECTION_MODEL_SIMPLE_CLASS
E_SELECTION_MODEL_SIMPLE_GET_CLASS
ESelectionModelSimpleClass
e_selection_model_simple_get_type
</SECTION>

<SECTION>
<FILE>e-send-options</FILE>
<TITLE>ESendOptions</TITLE>
Item_type
ESendOptionsPriority
ESendOptionsSecurity
ESendOptionsReturnNotify
TrackInfo
ESendOptionsGeneral
ESendOptionsStatusTracking
ESendOptionsData
ESendOptionsDialog
e_send_options_dialog_new
e_send_options_set_need_general_options
e_send_options_get_need_general_options
e_send_options_dialog_run
e_send_options_set_global
<SUBSECTION Standard>
E_SEND_OPTIONS_DIALOG
E_IS_SEND_OPTIONS_DIALOG
E_TYPE_SEND_OPTIONS_DIALOG
E_SEND_OPTIONS_DIALOG_CLASS
E_IS_SEND_OPTIONS_DIALOG_CLASS
E_SEND_OPTIONS_DIALOG_GET_CLASS
ESendOptionsDialogClass
e_send_options_dialog_get_type
<SUBSECTION Private>
ESendOptionsDialogPrivate
</SECTION>

<SECTION>
<FILE>e-sorter</FILE>
<TITLE>ESorter</TITLE>
ESorter
e_sorter_model_to_sorted
e_sorter_sorted_to_model
e_sorter_get_model_to_sorted_array
e_sorter_get_sorted_to_model_array
e_sorter_needs_sorting
<SUBSECTION Standard>
E_SORTER
E_IS_SORTER
E_TYPE_SORTER
E_SORTER_GET_INTERFACE
ESorterInterface
e_sorter_get_type
</SECTION>

<SECTION>
<FILE>e-sorter-array</FILE>
<TITLE>ESorterArray</TITLE>
ESorterArray
ECreateCmpCacheFunc
ECompareRowsFunc
e_sorter_array_new
e_sorter_array_clean
e_sorter_array_set_count
e_sorter_array_append
<SUBSECTION Standard>
E_SORTER_ARRAY
E_IS_SORTER_ARRAY
E_TYPE_SORTER_ARRAY
E_SORTER_ARRAY_CLASS
E_IS_SORTER_ARRAY_CLASS
E_SORTER_ARRAY_GET_CLASS
ESorterArrayClass
e_sorter_array_get_type
</SECTION>

<SECTION>
<FILE>e-source-combo-box</FILE>
<TITLE>ESourceComboBox</TITLE>
ESourceComboBox
e_source_combo_box_new
e_source_combo_box_get_registry
e_source_combo_box_set_registry
e_source_combo_box_get_extension_name
e_source_combo_box_set_extension_name
e_source_combo_box_get_show_colors
e_source_combo_box_set_show_colors
e_source_combo_box_ref_active
e_source_combo_box_set_active
<SUBSECTION Standard>
E_SOURCE_COMBO_BOX
E_IS_SOURCE_COMBO_BOX
E_TYPE_SOURCE_COMBO_BOX
E_SOURCE_COMBO_BOX_CLASS
E_IS_SOURCE_COMBO_BOX_CLASS
E_SOURCE_COMBO_BOX_GET_CLASS
ESourceComboBoxClass
e_source_combo_box_get_type
<SUBSECTION Private>
ESourceComboBoxPrivate
</SECTION>

<SECTION>
<FILE>e-source-config</FILE>
<TITLE>ESourceConfig</TITLE>
ESourceConfig
e_source_config_new
e_source_config_insert_widget
e_source_config_get_page
e_source_config_get_backend_extension_name
e_source_config_list_eligible_collections
e_source_config_check_complete
e_source_config_get_original_source
e_source_config_get_collection_source
e_source_config_get_registry
e_source_config_resize_window
e_source_config_commit
e_source_config_commit_finish
e_source_config_add_refresh_interval
e_source_config_add_secure_connection
e_source_config_add_secure_connection_for_webdav
e_source_config_add_user_entry
<SUBSECTION Standard>
E_SOURCE_CONFIG
E_IS_SOURCE_CONFIG
E_TYPE_SOURCE_CONFIG
E_SOURCE_CONFIG_CLASS
E_IS_SOURCE_CONFIG_CLASS
E_SOURCE_CONFIG_GET_CLASS
ESourceConfigClass
e_source_config_get_type
<SUBSECTION Private>
ESourceConfigPrivate
</SECTION>

<SECTION>
<FILE>e-source-config-backend</FILE>
<TITLE>ESourceConfigBackend</TITLE>
ESourceConfigBackend
e_source_config_backend_get_config
e_source_config_backend_allow_creation
e_source_config_backend_insert_widgets
e_source_config_backend_check_complete
e_source_config_backend_commit_changes
<SUBSECTION Standard>
E_SOURCE_CONFIG_BACKEND
E_IS_SOURCE_CONFIG_BACKEND
E_TYPE_SOURCE_CONFIG_BACKEND
E_SOURCE_CONFIG_BACKEND_CLASS
E_IS_SOURCE_CONFIG_BACKEND_CLASS
E_SOURCE_CONFIG_BACKEND_GET_CLASS
ESourceConfigBackendClass
e_source_config_backend_get_type
<SUBSECTION Private>
ESourceConfigBackendPrivate
</SECTION>

<SECTION>
<FILE>e-source-config-dialog</FILE>
<TITLE>ESourceConfigDialog</TITLE>
ESourceConfigDialog
e_source_config_dialog_new
e_source_config_dialog_get_config
<SUBSECTION Standard>
E_SOURCE_CONFIG_DIALOG
E_IS_SOURCE_CONFIG_DIALOG
E_TYPE_SOURCE_CONFIG_DIALOG
E_SOURCE_CONFIG_DIALOG_CLASS
E_IS_SOURCE_CONFIG_DIALOG_CLASS
E_SOURCE_CONFIG_DIALOG_GET_CLASS
ESourceConfigDialogClass
e_source_config_dialog_get_type
<SUBSECTION Private>
ESourceConfigDialogPrivate
</SECTION>

<SECTION>
<FILE>e-source-selector</FILE>
<TITLE>ESourceSelector</TITLE>
ESourceSelector
e_source_selector_new
e_source_selector_get_registry
e_source_selector_get_extension_name
e_source_selector_get_show_colors
e_source_selector_set_show_colors
e_source_selector_get_show_icons
e_source_selector_set_show_icons
e_source_selector_get_show_toggles
e_source_selector_set_show_toggles
e_source_selector_select_source
e_source_selector_unselect_source
e_source_selector_select_exclusive
e_source_selector_source_is_selected
e_source_selector_get_selection
e_source_selector_edit_primary_selection
e_source_selector_ref_primary_selection
e_source_selector_set_primary_selection
e_source_selector_ref_source_by_iter
e_source_selector_ref_source_by_path
e_source_selector_queue_write
e_source_selector_update_row
e_source_selector_update_all_rows
<SUBSECTION Standard>
E_SOURCE_SELECTOR
E_IS_SOURCE_SELECTOR
E_TYPE_SOURCE_SELECTOR
E_SOURCE_SELECTOR_CLASS
E_IS_SOURCE_SELECTOR_CLASS
E_SOURCE_SELECTOR_GET_CLASS
ESourceSelectorClass
e_source_selector_get_type
<SUBSECTION Private>
ESourceSelectorPrivate
</SECTION>

<SECTION>
<FILE>e-source-selector-dialog</FILE>
<TITLE>ESourceSelectorDialog</TITLE>
ESourceSelectorDialog
e_source_selector_dialog_new
e_source_selector_dialog_get_registry
e_source_selector_dialog_get_extension_name
e_source_selector_dialog_get_selector
e_source_selector_dialog_peek_primary_selection
<SUBSECTION Standard>
E_SOURCE_SELECTOR_DIALOG
E_IS_SOURCE_SELECTOR_DIALOG
E_TYPE_SOURCE_SELECTOR_DIALOG
E_SOURCE_SELECTOR_DIALOG_CLASS
E_IS_SOURCE_SELECTOR_DIALOG_CLASS
E_SOURCE_SELECTOR_DIALOG_GET_CLASS
ESourceSelectorDialogClass
e_source_selector_dialog_get_type
<SUBSECTION Private>
ESourceSelectorDialogPrivate
</SECTION>

<SECTION>
<FILE>e-source-util</FILE>
<TITLE>ESource Utilities</TITLE>
e_source_util_remove
e_source_util_write
e_source_util_remote_delete
</SECTION>

<SECTION>
<FILE>e-spell-checker</FILE>
<TITLE>ESpellChecker</TITLE>
ESpellChecker
e_spell_checker_new
e_spell_checker_list_available_dicts
e_spell_checker_ref_dictionary
e_spell_checker_get_enchant_dict
e_spell_checker_get_language_active
e_spell_checker_set_language_active
e_spell_checker_list_active_languages
e_spell_checker_count_active_languages
e_spell_checker_check_word
e_spell_checker_learn_word
e_spell_checker_ignore_word
<SUBSECTION Standard>
E_SPELL_CHECKER
E_IS_SPELL_CHECKER
E_TYPE_SPELL_CHECKER
E_SPELL_CHECKER_CLASS
E_IS_SPELL_CHECKER_CLASS
E_SPELL_CHECKER_GET_CLASS
ESpellCheckerClass
e_spell_checker_get_type
<SUBSECTION Private>
ESpellCheckerPrivate
</SECTION>

<SECTION>
<FILE>e-spell-dictionary</FILE>
<TITLE>ESpellDictionary</TITLE>
ESpellDictionary
e_spell_dictionary_new
e_spell_dictionary_hash
e_spell_dictionary_equal
e_spell_dictionary_compare
e_spell_dictionary_get_name
e_spell_dictionary_get_code
e_spell_dictionary_ref_spell_checker
e_spell_dictionary_check_word
e_spell_dictionary_learn_word
e_spell_dictionary_ignore_word
e_spell_dictionary_get_suggestions
e_spell_dictionary_store_correction
<SUBSECTION Standard>
E_SPELL_DICTIONARY
E_IS_SPELL_DICTIONARY
E_TYPE_SPELL_DICTIONARY
E_SPELL_DICTIONARY_CLASS
E_IS_SPELL_DICTIONARY_CLASS
E_SPELL_DICTIONARY_GET_CLASS
ESpellDictionaryClass
e_spell_dictionary_get_type
<SUBSECTION Private>
ESpellDictionaryPrivate
</SECTION>

<SECTION>
<FILE>e-spell-entry</FILE>
<TITLE>ESpellEntry</TITLE>
ESpellEntry
e_spell_entry_new
e_spell_entry_get_checking_enabled
e_spell_entry_set_checking_enabled
e_spell_entry_get_spell_checker
e_spell_entry_set_spell_checker
<SUBSECTION Standard>
E_SPELL_ENTRY
E_IS_SPELL_ENTRY
E_TYPE_SPELL_ENTRY
E_SPELL_ENTRY_CLASS
E_IS_SPELL_ENTRY_CLASS
E_SPELL_ENTRY_GET_CLASS
ESpellEntryClass
e_spell_entry_get_type
<SUBSECTION Private>
ESpellEntryPrivate
</SECTION>

<SECTION>
<FILE>e-spell-text-view</FILE>
<TITLE>e-spell-text-view</TITLE>
e_spell_text_view_is_supported
e_spell_text_view_attach
e_spell_text_view_recheck_all
</SECTION>

<SECTION>
<FILE>e-stock-request</FILE>
<TITLE>EStockRequest</TITLE>
EStockRequest
<SUBSECTION Standard>
E_STOCK_REQUEST
E_IS_STOCK_REQUEST
E_TYPE_STOCK_REQUEST
E_STOCK_REQUEST_CLASS
E_IS_STOCK_REQUEST_CLASS
E_STOCK_REQUEST_GET_CLASS
EStockRequestClass
e_stock_request_get_type
<SUBSECTION Private>
EStockRequestPrivate
</SECTION>

<SECTION>
<FILE>e-table</FILE>
<TITLE>ETable</TITLE>
ETableDragSourceSite
ETableCursorLoc
ETable
e_table_construct
e_table_new
e_table_save_state
e_table_get_state_object
e_table_set_state_object
e_table_load_state
e_table_set_cursor_row
e_table_get_cursor_row
e_table_selected_row_foreach
e_table_selected_count
e_table_get_printable
e_table_get_next_row
e_table_get_prev_row
e_table_model_to_view_row
e_table_view_to_model_row
e_table_get_cell_at
e_table_get_mouse_over_cell
e_table_get_cell_geometry
e_table_get_selection_model
e_table_drag_get_data
e_table_drag_highlight
e_table_drag_unhighlight
e_table_drag_dest_set
e_table_drag_dest_set_proxy
e_table_drag_dest_unset
e_table_drag_source_set
e_table_drag_source_unset
e_table_drag_begin
e_table_select_all
e_table_right_click_up
e_table_commit_click_to_add
e_table_freeze_state_change
e_table_thaw_state_change
e_table_is_editing
<SUBSECTION Standard>
E_TABLE
E_IS_TABLE
E_TYPE_TABLE
E_TABLE_CLASS
E_IS_TABLE_CLASS
E_TABLE_GET_CLASS
ETableClass
e_table_get_type
</SECTION>

<SECTION>
<FILE>e-table-click-to-add</FILE>
<TITLE>ETableClickToAdd</TITLE>
ETableClickToAdd
e_table_click_to_add_commit
e_table_click_to_add_is_editing
<SUBSECTION Standard>
E_TABLE_CLICK_TO_ADD
E_IS_TABLE_CLICK_TO_ADD
E_TYPE_TABLE_CLICK_TO_ADD
E_TABLE_CLICK_TO_ADD_CLASS
E_IS_TABLE_CLICK_TO_ADD_CLASS
E_TABLE_CLICK_TO_ADD_GET_CLASS
ETableClickToAddClass
e_table_click_to_add_get_type
</SECTION>

<SECTION>
<FILE>e-table-col</FILE>
<TITLE>ETableCol</TITLE>
ETableCol
e_table_col_new
<SUBSECTION Standard>
E_TABLE_COL
E_IS_TABLE_COL
E_TYPE_TABLE_COL
E_TABLE_COL_CLASS
E_IS_TABLE_COL_CLASS
E_TABLE_COL_GET_CLASS
ETableColClass
e_table_col_get_type
</SECTION>

<SECTION>
<FILE>e-table-column-selector</FILE>
<TITLE>ETableColumnSelector</TITLE>
ETableColumnSelector
e_table_column_selector_new
e_table_column_selector_get_state
e_table_column_selector_apply
<SUBSECTION Standard>
E_TABLE_COLUMN_SELECTOR
E_IS_TABLE_COLUMN_SELECTOR
E_TYPE_TABLE_COLUMN_SELECTOR
E_TABLE_COLUMN_SELECTOR_CLASS
E_IS_TABLE_COLUMN_SELECTOR_CLASS
E_TABLE_COLUMN_SELECTOR_GET_CLASS
ETableColumnSelectorClass
e_table_column_selector_get_type
<SUBSECTION Private>
ETableColumnSelectorPrivate
</SECTION>

<SECTION>
<FILE>e-table-column-specification</FILE>
<TITLE>ETableColumnSpecification</TITLE>
ETableColumnSpecification
e_table_column_specification_new
e_table_column_specification_equal
<SUBSECTION Standard>
E_TABLE_COLUMN_SPECIFICATION
E_IS_TABLE_COLUMN_SPECIFICATION
E_TYPE_TABLE_COLUMN_SPECIFICATION
E_TABLE_COLUMN_SPECIFICATION_CLASS
E_IS_TABLE_COLUMN_SPECIFICATION_CLASS
E_TABLE_COLUMN_SPECIFICATION_GET_CLASS
ETableColumnSpecificationClass
e_table_column_specification_get_type
</SECTION>

<SECTION>
<FILE>e-table-config</FILE>
<TITLE>ETableConfig</TITLE>
ETableConfigSortWidgets
ETableConfig
e_table_config_new
e_table_config_construct
e_table_config_raise
<SUBSECTION Standard>
E_TABLE_CONFIG
E_IS_TABLE_CONFIG
E_TYPE_TABLE_CONFIG
E_TABLE_CONFIG_CLASS
E_IS_TABLE_CONFIG_CLASS
E_TABLE_CONFIG_GET_CLASS
ETableConfigClass
e_table_config_get_type
</SECTION>

<SECTION>
<FILE>e-table-extras</FILE>
<TITLE>ETableExtras</TITLE>
ETableExtras
e_table_extras_new
e_table_extras_add_cell
e_table_extras_get_cell
e_table_extras_add_compare
e_table_extras_get_compare
ETableSearchFunc
e_table_extras_add_search
e_table_extras_get_search
e_table_extras_add_icon_name
e_table_extras_get_icon_name
<SUBSECTION Standard>
E_TABLE_EXTRAS
E_IS_TABLE_EXTRAS
E_TYPE_TABLE_EXTRAS
E_TABLE_EXTRAS_CLASS
E_IS_TABLE_EXTRAS_CLASS
E_TABLE_EXTRAS_GET_CLASS
ETableExtrasClass
e_table_extras_get_type
<SUBSECTION Private>
ETableExtrasPrivate
</SECTION>

<SECTION>
<FILE>e-table-field-chooser</FILE>
<TITLE>ETableFieldChooser</TITLE>
ETableFieldChooser
e_table_field_chooser_new
<SUBSECTION Standard>
E_TABLE_FIELD_CHOOSER
E_IS_TABLE_FIELD_CHOOSER
E_TYPE_TABLE_FIELD_CHOOSER
E_TABLE_FIELD_CHOOSER_CLASS
E_IS_TABLE_FIELD_CHOOSER_CLASS
E_TABLE_FIELD_CHOOSER_GET_CLASS
ETableFieldChooserClass
e_table_field_chooser_get_type
</SECTION>

<SECTION>
<FILE>e-table-field-chooser-dialog</FILE>
<TITLE>ETableFieldChooserDialog</TITLE>
ETableFieldChooserDialog
e_table_field_chooser_dialog_new
<SUBSECTION Standard>
E_TABLE_FIELD_CHOOSER_DIALOG
E_IS_TABLE_FIELD_CHOOSER_DIALOG
E_TYPE_TABLE_FIELD_CHOOSER_DIALOG
E_TABLE_FIELD_CHOOSER_DIALOG_CLASS
E_IS_TABLE_FIELD_CHOOSER_DIALOG_CLASS
E_TABLE_FIELD_CHOOSER_DIALOG_GET_CLASS
ETableFieldChooserDialogClass
e_table_field_chooser_dialog_get_type
</SECTION>

<SECTION>
<FILE>e-table-field-chooser-item</FILE>
<TITLE>ETableFieldChooserItem</TITLE>
ETableFieldChooserItem
<SUBSECTION Standard>
E_TABLE_FIELD_CHOOSER_ITEM
E_IS_TABLE_FIELD_CHOOSER_ITEM
E_TYPE_TABLE_FIELD_CHOOSER_ITEM
E_TABLE_FIELD_CHOOSER_ITEM_CLASS
E_IS_TABLE_FIELD_CHOOSER_ITEM_CLASS
E_TABLE_FIELD_CHOOSER_ITEM_GET_CLASS
ETableFieldChooserItemClass
e_table_field_chooser_item_get_type
</SECTION>

<SECTION>
<FILE>e-table-group</FILE>
<TITLE>ETableGroup</TITLE>
ETableGroup
e_table_group_new
e_table_group_construct
e_table_group_add
e_table_group_add_array
e_table_group_add_all
e_table_group_remove
e_table_group_increment
e_table_group_decrement
e_table_group_row_count
EFocus
e_table_group_set_focus
e_table_group_get_focus
e_table_group_get_focus_column
e_table_group_get_header
e_table_group_get_printable
e_table_group_compute_location
e_table_group_get_mouse_over
e_table_group_get_cell_geometry
e_table_group_cursor_change
e_table_group_cursor_activated
e_table_group_double_click
e_table_group_right_click
e_table_group_click
e_table_group_key_press
e_table_group_start_drag
ETableGroupLeafFn
e_table_group_apply_to_leafs
e_table_group_is_editing
<SUBSECTION Standard>
E_TABLE_GROUP
E_IS_TABLE_GROUP
E_TYPE_TABLE_GROUP
E_TABLE_GROUP_CLASS
E_IS_TABLE_GROUP_CLASS
E_TABLE_GROUP_GET_CLASS
ETableGroupClass
e_table_group_get_type
</SECTION>

<SECTION>
<FILE>e-table-group-container</FILE>
<TITLE>ETableGroupContainer</TITLE>
ETableGroupContainerChildNode
ETableGroupContainer
e_table_group_container_new
e_table_group_container_construct
e_table_group_container_is_editing
<SUBSECTION Standard>
E_TABLE_GROUP_CONTAINER
E_IS_TABLE_GROUP_CONTAINER
E_TYPE_TABLE_GROUP_CONTAINER
E_TABLE_GROUP_CONTAINER_CLASS
E_IS_TABLE_GROUP_CONTAINER_CLASS
E_TABLE_GROUP_CONTAINER_GET_CLASS
ETableGroupContainerClass
e_table_group_container_get_type
</SECTION>

<SECTION>
<FILE>e-table-group-leaf</FILE>
<TITLE>ETableGroupLeaf</TITLE>
ETableGroupLeaf
e_table_group_leaf_new
e_table_group_leaf_is_editing
<SUBSECTION Standard>
E_TABLE_GROUP_LEAF
E_IS_TABLE_GROUP_LEAF
E_TYPE_TABLE_GROUP_LEAF
E_TABLE_GROUP_LEAF_CLASS
E_IS_TABLE_GROUP_LEAF_CLASS
E_TABLE_GROUP_LEAF_GET_CLASS
ETableGroupClass
e_table_group_leaf_get_type
</SECTION>

<SECTION>
<FILE>e-table-header</FILE>
<TITLE>ETableHeader</TITLE>
ETableHeader
e_table_header_new
e_table_header_add_column
e_table_header_get_column
e_table_header_get_column_by_spec
e_table_header_get_column_by_col_idx
e_table_header_count
e_table_header_index
e_table_header_get_index_at
e_table_header_get_columns
e_table_header_get_selected
e_table_header_total_width
e_table_header_min_width
e_table_header_move
e_table_header_remove
e_table_header_set_size
e_table_header_set_selection
e_table_header_col_diff
e_table_header_calc_widths
e_table_header_get_selected_indexes
e_table_header_update_horizontal
e_table_header_prioritized_column
ETableColCheckFunc
e_table_header_prioritized_column_selected
e_table_header_compute_height
e_table_header_width_extras
ETableColArrow
e_table_header_draw_button
<SUBSECTION Standard>
E_TABLE_HEADER
E_IS_TABLE_HEADER
E_TYPE_TABLE_HEADER
E_TABLE_HEADER_CLASS
E_IS_TABLE_HEADER_CLASS
E_TABLE_HEADER_GET_CLASS
ETableHeaderClass
e_table_header_get_type
</SECTION>

<SECTION>
<FILE>e-table-header-item</FILE>
<TITLE>ETableHeaderItem</TITLE>
ETableHeaderItem
ETableHeaderItemSortFlag
ethi_change_sort_state
<SUBSECTION Standard>
E_TABLE_HEADER_ITEM
E_IS_TABLE_HEADER_ITEM
E_TYPE_TABLE_HEADER_ITEM
E_TABLE_HEADER_ITEM_CLASS
E_IS_TABLE_HEADER_ITEM_CLASS
E_TABLE_HEADER_ITEM_GET_CLASS
ETableHeaderItemClass
e_table_header_item_get_type
</SECTION>

<SECTION>
<FILE>e-table-item</FILE>
<TITLE>ETableItem</TITLE>
ETableItem
e_table_item_set_cursor
e_table_item_get_focused_column
e_table_item_leave_edit
e_table_item_enter_edit
e_table_item_redraw_range
e_table_item_get_printable
e_table_item_compute_location
e_table_item_compute_mouse_over
e_table_item_get_cell_geometry
e_table_item_row_diff
e_table_item_is_editing
e_table_item_cursor_scrolled
<SUBSECTION Standard>
E_TABLE_ITEM
E_IS_TABLE_ITEM
E_TYPE_TABLE_ITEM
E_TABLE_ITEM_CLASS
E_IS_TABLE_ITEM_CLASS
E_TABLE_ITEM_GET_CLASS
ETableItemClass
e_table_item_get_type
</SECTION>

<SECTION>
<FILE>e-table-model</FILE>
<TITLE>ETableModel</TITLE>
ETableModel
e_table_model_column_count
e_table_model_column_name
e_table_model_row_count
e_table_model_append_row
e_table_model_value_at
e_table_model_set_value_at
e_table_model_is_cell_editable
e_table_model_has_save_id
e_table_model_get_save_id
e_table_model_has_change_pending
e_table_model_duplicate_value
e_table_model_free_value
e_table_model_initialize_value
e_table_model_value_is_empty
e_table_model_value_to_string
e_table_model_pre_change
e_table_model_no_change
e_table_model_changed
e_table_model_row_changed
e_table_model_cell_changed
e_table_model_rows_inserted
e_table_model_rows_deleted
e_table_model_row_inserted
e_table_model_row_deleted
e_table_model_freeze
e_table_model_thaw
<SUBSECTION Standard>
E_TABLE_MODEL
E_IS_TABLE_MODEL
E_TYPE_TABLE_MODEL
E_TABLE_MODEL_GET_INTERFACE
ETableModelInterface
e_table_model_get_type
</SECTION>

<SECTION>
<FILE>e-table-one</FILE>
<TITLE>ETableOne</TITLE>
e_table_one_new
e_table_one_commit
<SUBSECTION Standard>
E_TABLE_ONE
E_IS_TABLE_ONE
E_TYPE_TABLE_ONE
E_TABLE_ONE_CLASS
E_IS_TABLE_ONE_CLASS
E_TABLE_ONE_GET_CLASS
ETableOneClass
e_table_one_get_type
</SECTION>

<SECTION>
<FILE>e-table-search</FILE>
<TITLE>ETableSearch</TITLE>
ETableSearchFlags
ETableSearch
e_table_search_new
e_table_search_input_character
e_table_search_backspace
e_table_search_cancel
<SUBSECTION Standard>
E_TABLE_SEARCH
E_IS_TABLE_SEARCH
E_TYPE_TABLE_SEARCH
E_TABLE_SEARCH_CLASS
E_IS_TABLE_SEARCH_CLASS
E_TABLE_SEARCH_GET_CLASS
ETableSearchClass
e_table_search_get_type
<SUBSECTION Private>
ETableSearchPrivate
</SECTION>

<SECTION>
<FILE>e-table-selection-model</FILE>
<TITLE>ETableSelectionModel</TITLE>
ETableSelectionModel
e_table_selection_model_new
<SUBSECTION Standard>
E_TABLE_SELECTION_MODEL
E_IS_TABLE_SELECTION_MODEL
E_TYPE_TABLE_SELECTION_MODEL
E_TABLE_SELECTION_MODEL_CLASS
E_IS_TABLE_SELECTION_MODEL_CLASS
E_TABLE_SELECTION_MODEL_GET_CLASS
ETableSelectionModelClass
e_table_selection_model_get_type
</SECTION>

<SECTION>
<FILE>e-table-sorted</FILE>
<TITLE>ETableSorted</TITLE>
ETableSorted
e_table_sorted_new
<SUBSECTION Standard>
E_TABLE_SORTED
E_IS_TABLE_SORTED
E_TYPE_TABLE_SORTED
E_TABLE_SORTED_CLASS
E_IS_TABLE_SORTED_CLASS
E_TABLE_SORTED_GET_CLASS
ETableSortedClass
e_table_sorted_get_type
</SECTION>

<SECTION>
<FILE>e-table-sorted-variable</FILE>
<TITLE>ETableSortedVariable</TITLE>
ETableSortedVariable
e_table_sorted_variable_new
<SUBSECTION Standard>
E_TABLE_SORTED_VARIABLE
E_IS_TABLE_SORTED_VARIABLE
E_TYPE_TABLE_SORTED_VARIABLE
E_TABLE_SORTED_VARIABLE_CLASS
E_IS_TABLE_SORTED_VARIABLE_CLASS
E_TABLE_SORTED_VARIABLE_GET_CLASS
ETableSortedVariableClass
e_table_sorted_variable_get_type
</SECTION>

<SECTION>
<FILE>e-table-sorter</FILE>
<TITLE>ETableSorter</TITLE>
ETableSorter
e_table_sorter_new
<SUBSECTION Standard>
E_TABLE_SORTER
E_IS_TABLE_SORTER
E_TYPE_TABLE_SORTER
E_TABLE_SORTER_CLASS
E_IS_TABLE_SORTER_CLASS
E_TABLE_SORTER_GET_CLASS
ETableSorterClass
e_table_sorter_get_type
</SECTION>

<SECTION>
<FILE>e-table-sort-info</FILE>
<TITLE>ETableSortInfo</TITLE>
ETableSortInfo
e_table_sort_info_new
e_table_sort_info_parse_context_push
e_table_sort_info_parse_context_pop
e_table_sort_info_ref_specification
e_table_sort_info_get_can_group
e_table_sort_info_set_can_group
e_table_sort_info_grouping_get_count
e_table_sort_info_grouping_truncate
e_table_sort_info_grouping_get_nth
e_table_sort_info_grouping_set_nth
e_table_sort_info_sorting_get_count
e_table_sort_info_sorting_remove
e_table_sort_info_sorting_truncate
e_table_sort_info_sorting_get_nth
e_table_sort_info_sorting_set_nth
e_table_sort_info_sorting_insert
e_table_sort_info_load_from_node
e_table_sort_info_save_to_node
e_table_sort_info_duplicate
<SUBSECTION Standard>
E_TABLE_SORT_INFO
E_IS_TABLE_SORT_INFO
E_TYPE_TABLE_SORT_INFO
E_TABLE_SORT_INFO_CLASS
E_IS_TABLE_SORT_INFO_CLASS
E_TABLE_SORT_INFO_GET_CLASS
ETableSortInfoClass
e_table_sort_info_get_type
<SUBSECTION Private>
ETableSortInfoPrivate
</SECTION>

<SECTION>
<FILE>e-table-sorting-utils</FILE>
<TITLE>Sorting Utilities</TITLE>
e_table_sorting_utils_affects_sort
e_table_sorting_utils_sort
e_table_sorting_utils_insert
e_table_sorting_utils_check_position
e_table_sorting_utils_tree_sort
e_table_sorting_utils_tree_check_position
e_table_sorting_utils_tree_insert
e_table_sorting_utils_create_cmp_cache
e_table_sorting_utils_free_cmp_cache
e_table_sorting_utils_add_to_cmp_cache
e_table_sorting_utils_lookup_cmp_cache
</SECTION>

<SECTION>
<FILE>e-table-specification</FILE>
<TITLE>ETableSpecification</TITLE>
ETableSpecification
e_table_specification_new
e_table_specification_get_filename
e_table_specification_ref_columns
e_table_specification_get_column_index
<SUBSECTION Standard>
E_TABLE_SPECIFICATION
E_IS_TABLE_SPECIFICATION
E_TYPE_TABLE_SPECIFICATION
E_TABLE_SPECIFICATION_CLASS
E_IS_TABLE_SPECIFICATION_CLASS
E_TABLE_SPECIFICATION_GET_CLASS
ETableSpecificationClass
e_table_specification_get_type
<SUBSECTION Private>
ETableSpecificationPrivate
</SECTION>

<SECTION>
<FILE>e-table-state</FILE>
<TITLE>ETableState</TITLE>
ETableState
e_table_state_new
e_table_state_vanilla
e_table_state_parse_context_push
e_table_state_parse_context_pop
e_table_state_ref_specification
e_table_state_load_from_file
e_table_state_load_from_string
e_table_state_load_from_node
e_table_state_save_to_file
e_table_state_save_to_string
e_table_state_save_to_node
e_table_state_duplicate
<SUBSECTION Standard>
E_TABLE_STATE
E_IS_TABLE_STATE
E_TYPE_TABLE_STATE
E_TABLE_STATE_CLASS
E_IS_TABLE_STATE_CLASS
E_TABLE_STATE_GET_CLASS
ETableStateClass
e_table_state_get_type
<SUBSECTION Private>
ETableStatePrivate
</SECTION>

<SECTION>
<FILE>e-table-subset</FILE>
<TITLE>ETableSubset</TITLE>
ETableSubset
e_table_subset_new
e_table_subset_construct
e_table_subset_get_source_model
e_table_subset_model_to_view_row
e_table_subset_view_to_model_row
e_table_subset_get_toplevel
e_table_subset_print_debugging
<SUBSECTION Standard>
E_TABLE_SUBSET
E_IS_TABLE_SUBSET
E_TYPE_TABLE_SUBSET
E_TABLE_SUBSET_CLASS
E_IS_TABLE_SUBSET_CLASS
E_TABLE_SUBSET_GET_CLASS
ETableSubsetClass
e_table_subset_get_type
</SECTION>

<SECTION>
<FILE>e-table-subset-variable</FILE>
<TITLE>ETableSubsetVariable</TITLE>
ETableSubsetVariable
e_table_subset_variable_new
e_table_subset_variable_construct
e_table_subset_variable_add
e_table_subset_variable_add_array
e_table_subset_variable_add_all
e_table_subset_variable_remove
e_table_subset_variable_clear
e_table_subset_variable_increment
e_table_subset_variable_decrement
e_table_subset_variable_set_allocation
<SUBSECTION Standard>
E_TABLE_SUBSET_VARIABLE
E_IS_TABLE_SUBSET_VARIABLE
E_TYPE_TABLE_SUBSET_VARIABLE
E_TABLE_SUBSET_VARIABLE_CLASS
E_IS_TABLE_SUBSET_VARIABLE_CLASS
E_TABLE_SUBSET_VARIABLE_GET_CLASS
ETableSubsetVariableClass
e_table_subset_variable_get_type
<SUBSECTION Private>
ETableSubsetPrivate
</SECTION>

<SECTION>
<FILE>e-table-utils</FILE>
<TITLE>Miscellaneous Table Utilities</TITLE>
e_table_state_to_header
e_table_spec_to_full_header
e_table_util_calculate_current_search_col
</SECTION>

<SECTION>
<FILE>e-text</FILE>
<TITLE>EText</TITLE>
EText
e_text_cancel_editing
e_text_stop_editing
e_text_delete_selection
e_text_cut_clipboard
e_text_copy_clipboard
e_text_paste_clipboard
e_text_select_all
<SUBSECTION Standard>
E_TEXT
E_IS_TEXT
E_TYPE_TEXT
E_TEXT_CLASS
E_IS_TEXT_CLASS
E_TEXT_GET_CLASS
ETextClass
e_text_get_type
</SECTION>

<SECTION>
<FILE>e-text-event-processor</FILE>
<TITLE>ETextEventProcessor</TITLE>
ETextEventProcessor
ETextEventProcessorCommandPosition
ETextEventProcessorCommandAction
ETextEventProcessorCommand
ETextEventProcessorEventButton
ETextEventProcessorEventKey
ETextEventProcessorEventMotion
ETextEventProcessorEvent
ETextEventProcessorCaps
e_text_event_processor_handle_event
<SUBSECTION Standard>
E_TEXT_EVENT_PROCESSOR
E_IS_TEXT_EVENT_PROCESSOR
E_TYPE_TEXT_EVENT_PROCESSOR
E_TEXT_EVENT_PROCESSOR_CLASS
E_IS_TEXT_EVENT_PROCESSOR_CLASS
E_TEXT_EVENT_PROCESSOR_GET_CLASS
ETextEventProcessorClass
e_text_event_processor_get_type
</SECTION>

<SECTION>
<FILE>e-text-event-processor-emacs-like</FILE>
<TITLE>ETextEventProcessorEmacsLike</TITLE>
ETextEventProcessorEmacsLike
e_text_event_processor_emacs_like_new
<SUBSECTION Standard>
E_TEXT_EVENT_PROCESSOR_EMACS_LIKE
E_IS_TEXT_EVENT_PROCESSOR_EMACS_LIKE
E_TYPE_TEXT_EVENT_PROCESSOR_EMACS_LIKE
E_TEXT_EVENT_PROCESSOR_EMACS_LIKE_CLASS
E_IS_TEXT_EVENT_PROCESSOR_EMACS_LIKE_CLASS
E_TEXT_EVENT_PROCESSOR_EMACS_LIKE_GET_CLASS
ETextEventProcessorEmacsLikeClass
e_text_event_processor_emacs_like_get_type
</SECTION>

<SECTION>
<FILE>e-text-model</FILE>
<TITLE>ETextModel</TITLE>
ETextModel
e_text_model_new
e_text_model_changed
e_text_model_cancel_completion
ETextModelReposFn
e_text_model_reposition
e_text_model_validate_position
e_text_model_get_text
e_text_model_get_text_length
e_text_model_set_text
e_text_model_insert
e_text_model_insert_length
e_text_model_prepend
e_text_model_append
e_text_model_delete
e_text_model_object_count
e_text_model_get_nth_object
e_text_model_strdup_nth_object
e_text_model_get_nth_object_bounds
e_text_model_get_object_at_offset
e_text_model_get_object_at_pointer
e_text_model_activate_nth_object
EReposAbsolute
e_repos_absolute
EReposInsertShift
e_repos_insert_shift
EReposDeleteShift
e_repos_delete_shift
<SUBSECTION Standard>
E_TEXT_MODEL
E_IS_TEXT_MODEL
E_TYPE_TEXT_MODEL
E_TEXT_MODEL_CLASS
E_IS_TEXT_MODEL_CLASS
E_TEXT_MODEL_GET_CLASS
ETextModelClass
e_text_model_get_type
<SUBSECTION Private>
ETextModelPrivate
</SECTION>

<SECTION>
<FILE>e-timezone-dialog</FILE>
<TITLE>ETimezoneDialog</TITLE>
ETimezoneDialog
e_timezone_dialog_construct
e_timezone_dialog_new
e_timezone_dialog_get_timezone
e_timezone_dialog_set_timezone
e_timezone_dialog_get_toplevel
<SUBSECTION Standard>
E_TIMEZONE_DIALOG
E_IS_TIMEZONE_DIALOG
E_TYPE_TIMEZONE_DIALOG
E_TIMEZONE_DIALOG_CLASS
E_IS_TIMEZONE_DIALOG_CLASS
E_TIMEZONE_DIALOG_GET_CLASS
ETimezoneDialogClass
e_timezone_dialog_get_type
<SUBSECTION Private>
ETimezoneDialogPrivate
</SECTION>

<SECTION>
<FILE>e-tree</FILE>
<TITLE>ETree</TITLE>
ETree
e_tree_construct
e_tree_new
e_tree_get_state_object
e_tree_get_spec
e_tree_set_state_object
e_tree_show_cursor_after_reflow
e_tree_set_cursor
e_tree_get_cursor
e_tree_path_foreach
e_tree_get_cell_at
e_tree_get_cell_geometry
e_tree_get_model
e_tree_get_selection_model
e_tree_get_table_adapter
e_tree_drag_source_set
e_tree_drag_source_unset
e_tree_drag_begin
e_tree_is_dragging
e_tree_get_item
e_tree_get_header_item
e_tree_set_info_message
e_tree_freeze_state_change
e_tree_thaw_state_change
e_tree_is_editing
<SUBSECTION Standard>
E_TREE
E_IS_TREE
E_TYPE_TREE
E_TREE_CLASS
E_IS_TREE_CLASS
E_TREE_GET_CLASS
ETreeClass
e_tree_get_type
<SUBSECTION Private>
ETreePrivate
</SECTION>

<SECTION>
<FILE>e-tree-model</FILE>
<TITLE>ETreeModel</TITLE>
ETreeModel
ETreePath
e_tree_model_get_root
e_tree_model_node_get_parent
e_tree_model_node_get_first_child
e_tree_model_node_get_next
e_tree_model_node_is_root
e_tree_model_node_is_expandable
e_tree_model_node_get_n_nodes
e_tree_model_node_get_n_children
e_tree_model_node_depth
e_tree_model_get_expanded_default
e_tree_model_column_count
e_tree_model_get_save_id
e_tree_model_get_node_by_id
e_tree_model_sort_value_at
e_tree_model_value_at
e_tree_model_duplicate_value
e_tree_model_free_value
e_tree_model_initialize_value
e_tree_model_value_is_empty
e_tree_model_value_to_string
ETreePathFunc
e_tree_model_node_traverse
e_tree_model_node_find
e_tree_model_pre_change
e_tree_model_rebuilt
e_tree_model_node_changed
e_tree_model_node_data_changed
e_tree_model_node_inserted
e_tree_model_node_removed
e_tree_model_node_deleted
<SUBSECTION Standard>
E_TREE_MODEL
E_IS_TREE_MODEL
E_TYPE_TREE_MODEL
E_TREE_MODEL_GET_INTERFACE
ETreeModelInterface
e_tree_model_get_type
</SECTION>

<SECTION>
<FILE>e-tree-model-generator</FILE>
<TITLE>ETreeModelGenerator</TITLE>
ETreeModelGeneratorGenerateFunc
ETreeModelGeneratorModifyFunc
ETreeModelGenerator
e_tree_model_generator_new
e_tree_model_generator_get_model
e_tree_model_generator_set_generate_func
e_tree_model_generator_set_modify_func
e_tree_model_generator_convert_child_path_to_path
e_tree_model_generator_convert_child_iter_to_iter
e_tree_model_generator_convert_path_to_child_path
e_tree_model_generator_convert_iter_to_child_iter
<SUBSECTION Standard>
E_TREE_MODEL_GENERATOR
E_IS_TREE_MODEL_GENERATOR
E_TYPE_TREE_MODEL_GENERATOR
E_TREE_MODEL_GENERATOR_CLASS
E_IS_TREE_MODEL_GENERATOR_CLASS
E_TREE_MODEL_GENERATOR_GET_CLASS
ETreeModelGeneratorClass
e_tree_model_generator_get_type
<SUBSECTION Private>
ETreeModelGeneratorPrivate
</SECTION>

<SECTION>
<FILE>e-tree-selection-model</FILE>
<TITLE>ETreeSelectionModel</TITLE>
ETreeSelectionModel
e_tree_selection_model_new
ETreeForeachFunc
e_tree_selection_model_foreach
e_tree_selection_model_select_single_path
e_tree_selection_model_select_paths
e_tree_selection_model_add_to_selection
e_tree_selection_model_change_cursor
e_tree_selection_model_get_cursor
<SUBSECTION Standard>
E_TREE_SELECTION_MODEL
E_IS_TREE_SELECTION_MODEL
E_TYPE_TREE_SELECTION_MODEL
E_TREE_SELECTION_MODEL_CLASS
E_IS_TREE_SELECTION_MODEL_CLASS
E_TREE_SELECTION_MODEL_GET_CLASS
ETreeSelectionModelClass
e_tree_selection_model_get_type
<SUBSECTION Private>
ETreeSelectionModelPrivate
</SECTION>

<SECTION>
<FILE>e-tree-table-adapter</FILE>
<TITLE>ETreeTableAdapter</TITLE>
ETreeTableAdapter
e_tree_table_adapter_new
e_tree_table_adapter_get_header
e_tree_table_adapter_set_sort_info
e_tree_table_adapter_get_sort_info
e_tree_table_adapter_get_source_model
e_tree_table_adapter_node_get_next
e_tree_table_adapter_node_is_expanded
e_tree_table_adapter_node_set_expanded
e_tree_table_adapter_node_set_expanded_recurse
e_tree_table_adapter_force_expanded_state
e_tree_table_adapter_root_node_set_visible
e_tree_table_adapter_node_at_row
e_tree_table_adapter_row_of_node
e_tree_table_adapter_root_node_is_visible
e_tree_table_adapter_show_node
e_tree_table_adapter_save_expanded_state
e_tree_table_adapter_load_expanded_state
e_tree_table_adapter_save_expanded_state_xml
e_tree_table_adapter_load_expanded_state_xml
<SUBSECTION Standard>
E_TREE_TABLE_ADAPTER
E_IS_TREE_TABLE_ADAPTER
E_TYPE_TREE_TABLE_ADAPTER
E_TREE_TABLE_ADAPTER_CLASS
E_IS_TREE_TABLE_ADAPTER_CLASS
E_TREE_TABLE_ADAPTER_GET_CLASS
ETreeTableAdapterClass
e_tree_table_adapter_get_type
<SUBSECTION Private>
ETreeTableAdapterPrivate
</SECTION>

<SECTION>
<FILE>e-tree-view-frame</FILE>
<TITLE>ETreeViewFrame</TITLE>
ETreeViewFrame
e_tree_view_frame_new
e_tree_view_frame_get_tree_view
e_tree_view_frame_set_tree_view
e_tree_view_frame_get_toolbar_visible
e_tree_view_frame_set_toolbar_visible
e_tree_view_frame_get_hscrollbar_policy
e_tree_view_frame_set_hscrollbar_policy
e_tree_view_frame_get_vscrollbar_policy
e_tree_view_frame_set_vscrollbar_policy
e_tree_view_frame_insert_toolbar_action
E_TREE_VIEW_FRAME_ACTION_ADD
E_TREE_VIEW_FRAME_ACTION_REMOVE
E_TREE_VIEW_FRAME_ACTION_MOVE_TOP
E_TREE_VIEW_FRAME_ACTION_MOVE_UP
E_TREE_VIEW_FRAME_ACTION_MOVE_DOWN
E_TREE_VIEW_FRAME_ACTION_MOVE_BOTTOM
E_TREE_VIEW_FRAME_ACTION_SELECT_ALL
e_tree_view_frame_lookup_toolbar_action
e_tree_view_frame_update_toolbar_actions
<SUBSECTION Standard>
E_TREE_VIEW_FRAME
E_IS_TREE_VIEW_FRAME
E_TYPE_TREE_VIEW_FRAME
E_TREE_VIEW_FRAME_CLASS
E_IS_TREE_VIEW_FRAME_CLASS
E_TREE_VIEW_FRAME_GET_CLASS
ETreeViewFrameClass
e_tree_view_frame_get_type
<SUBSECTION Private>
ETreeViewFramePrivate
</SECTION>

<SECTION>
<FILE>e-unicode</FILE>
<TITLE>Unicode Utilities</TITLE>
e_utf8_from_gtk_event_key
e_utf8_from_iconv_string_sized
e_utf8_to_iconv_string_sized
e_utf8_to_charset_string_sized
e_utf8_from_locale_string_sized
e_utf8_ensure_valid
e_unichar_to_utf8
e_unicode_get_utf8
e_xml_get_translated_utf8_string_prop_by_name
</SECTION>

<SECTION>
<FILE>e-url-entry</FILE>
<TITLE>EUrlEntry</TITLE>
EUrlEntry
e_url_entry_new
<SUBSECTION Standard>
E_URL_ENTRY
E_IS_URL_ENTRY
E_TYPE_URL_ENTRY
E_URL_ENTRY_CLASS
E_IS_URL_ENTRY_CLASS
E_URL_ENTRY_GET_CLASS
EUrlEntryClass
e_url_entry_get_type
<SUBSECTION Private>
EUrlEntryPrivate
</SECTION>

<SECTION>
<FILE>e-web-view</FILE>
<TITLE>EWebView</TITLE>
EWebView
e_web_view_new
e_web_view_clear
e_web_view_load_string
e_web_view_load_uri
e_web_view_redirect_uri
e_web_view_suggest_filename
e_web_view_reload
e_web_view_get_html
e_web_view_get_caret_mode
e_web_view_set_caret_mode
e_web_view_get_copy_target_list
e_web_view_get_disable_printing
e_web_view_set_disable_printing
e_web_view_get_disable_save_to_disk
e_web_view_set_disable_save_to_disk
e_web_view_get_editable
e_web_view_set_editable
e_web_view_get_inline_spelling
e_web_view_set_inline_spelling
e_web_view_get_magic_links
e_web_view_set_magic_links
e_web_view_get_magic_smileys
e_web_view_set_magic_smileys
e_web_view_get_selected_uri
e_web_view_set_selected_uri
e_web_view_get_cursor_image_src
e_web_view_set_cursor_image_src
e_web_view_get_open_proxy
e_web_view_set_open_proxy
e_web_view_get_paste_target_list
e_web_view_get_print_proxy
e_web_view_set_print_proxy
e_web_view_get_save_as_proxy
e_web_view_set_save_as_proxy
e_web_view_add_highlight
e_web_view_clear_highlights
e_web_view_update_highlights
e_web_view_get_action
e_web_view_get_action_group
e_web_view_copy_clipboard
e_web_view_cut_clipboard
e_web_view_is_selection_active
e_web_view_paste_clipboard
e_web_view_scroll_forward
e_web_view_scroll_backward
e_web_view_select_all
e_web_view_unselect_all
e_web_view_zoom_100
e_web_view_zoom_in
e_web_view_zoom_out
e_web_view_get_ui_manager
e_web_view_get_popup_menu
e_web_view_show_popup_menu
e_web_view_new_activity
e_web_view_status_message
e_web_view_stop_loading
e_web_view_update_actions
e_web_view_get_selection_html
e_web_view_update_fonts
e_web_view_cursor_image_copy
e_web_view_cursor_image_save
e_web_view_request
e_web_view_request_finish
e_web_view_install_request_handler
e_web_view_add_css_rule_into_style_sheet
<SUBSECTION Standard>
E_WEB_VIEW
E_IS_WEB_VIEW
E_TYPE_WEB_VIEW
E_WEB_VIEW_CLASS
E_IS_WEB_VIEW_CLASS
E_WEB_VIEW_GET_CLASS
EWebViewClass
e_web_view_get_type
<SUBSECTION Private>
EWebViewPrivate
</SECTION>

<SECTION>
<FILE>e-web-view-preview</FILE>
<TITLE>EWebViewPreview</TITLE>
EWebViewPreview
e_web_view_preview_new
e_web_view_preview_get_tree_view
e_web_view_preview_get_preview
e_web_view_preview_set_preview
e_web_view_preview_show_tree_view
e_web_view_preview_hide_tree_view
e_web_view_preview_get_escape_values
e_web_view_preview_set_escape_values
e_web_view_preview_begin_update
e_web_view_preview_end_update
e_web_view_preview_add_header
e_web_view_preview_add_text
e_web_view_preview_add_raw_html
e_web_view_preview_add_separator
e_web_view_preview_add_empty_line
e_web_view_preview_add_section
<SUBSECTION Standard>
E_WEB_VIEW_PREVIEW
E_IS_WEB_VIEW_PREVIEW
E_TYPE_WEB_VIEW_PREVIEW
E_WEB_VIEW_PREVIEW_CLASS
E_IS_WEB_VIEW_PREVIEW_CLASS
E_WEB_VIEW_PREVIEW_GET_CLASS
EWebViewPreviewClass
e_web_view_preview_get_type
<SUBSECTION Private>
EWebViewPreviewPrivate
</SECTION>

<SECTION>
<FILE>e-xml-utils</FILE>
<TITLE>Reading and Writing XML</TITLE>
e_xml_get_child_by_name_by_lang
e_xml_get_child_by_name_by_lang_list
e_xml_get_child_by_name_no_lang
e_xml_get_integer_prop_by_name
e_xml_get_integer_prop_by_name_with_default
e_xml_set_integer_prop_by_name
e_xml_get_uint_prop_by_name
e_xml_get_uint_prop_by_name_with_default
e_xml_set_uint_prop_by_name
e_xml_get_bool_prop_by_name
e_xml_get_bool_prop_by_name_with_default
e_xml_set_bool_prop_by_name
e_xml_get_double_prop_by_name
e_xml_get_double_prop_by_name_with_default
e_xml_set_double_prop_by_name
e_xml_get_string_prop_by_name
e_xml_get_string_prop_by_name_with_default
e_xml_set_string_prop_by_name
e_xml_get_translated_string_prop_by_name
</SECTION>

<SECTION>
<FILE>gal-view</FILE>
<TITLE>GalView</TITLE>
GalView
gal_view_load
gal_view_save
gal_view_get_title
gal_view_set_title
gal_view_clone
gal_view_changed
<SUBSECTION Standard>
GAL_VIEW
GAL_IS_VIEW
GAL_TYPE_VIEW
GAL_VIEW_CLASS
GAL_IS_VIEW_CLASS
GAL_VIEW_GET_CLASS
GalViewClass
gal_view_get_type
<SUBSECTION Private>
GalViewPrivate
</SECTION>

<SECTION>
<FILE>gal-view-collection</FILE>
<TITLE>GalViewCollection</TITLE>
GalViewCollectionItem
GalViewCollection
gal_view_collection_new
gal_view_collection_get_system_directory
gal_view_collection_get_user_directory
gal_view_collection_get_count
gal_view_collection_get_view
gal_view_collection_get_view_item
gal_view_collection_get_view_index_by_id
gal_view_collection_delete_view
gal_view_collection_save
gal_view_collection_load_view_from_file
gal_view_collection_append_with_title
gal_view_collection_set_nth_view
gal_view_collection_get_default_view
<SUBSECTION Standard>
GAL_VIEW_COLLECTION
GAL_IS_VIEW_COLLECTION
GAL_TYPE_VIEW_COLLECTION
GAL_VIEW_COLLECTION_CLASS
GAL_IS_VIEW_COLLECTION_CLASS
GAL_VIEW_COLLECTION_GET_CLASS
GalViewCollectionClass
gal_view_collection_get_type
<SUBSECTION Private>
GalViewCollectionPrivate
</SECTION>

<SECTION>
<FILE>gal-view-etable</FILE>
<TITLE>GalViewEtable</TITLE>
GalViewEtable
gal_view_etable_new
gal_view_etable_attach_table
gal_view_etable_attach_tree
gal_view_etable_detach
<SUBSECTION Standard>
GAL_VIEW_ETABLE
GAL_IS_VIEW_ETABLE
GAL_TYPE_VIEW_ETABLE
GAL_VIEW_ETABLE_CLASS
GAL_IS_VIEW_ETABLE_CLASS
GAL_VIEW_ETABLE_GET_CLASS
GalViewEtableClass
gal_view_etable_get_type
<SUBSECTION Private>
GalViewEtablePrivate
</SECTION>

<SECTION>
<FILE>gal-view-instance</FILE>
<TITLE>GalViewInstance</TITLE>
GalViewInstance
gal_view_instance_new
gal_view_instance_construct
gal_view_instance_get_current_view_id
gal_view_instance_set_current_view_id
gal_view_instance_get_current_view
gal_view_instance_set_custom_view
gal_view_instance_exists
gal_view_instance_save_as
gal_view_instance_load
gal_view_instance_get_default_view
gal_view_instance_set_default_view
<SUBSECTION Standard>
GAL_VIEW_INSTANCE
GAL_IS_VIEW_INSTANCE
GAL_TYPE_VIEW_INSTANCE
GAL_VIEW_INSTANCE_CLASS
GAL_IS_VIEW_INSTANCE_CLASS
GAL_VIEW_INSTANCE_GET_CLASS
GalViewInstanceClass
gal_view_instance_get_type
</SECTION>

<SECTION>
<FILE>gal-view-instance-save-as-dialog</FILE>
<TITLE>GalViewInstanceSaveAsDialog</TITLE>
GalViewInstanceSaveAsDialogToggle
GalViewInstanceSaveAsDialog
gal_view_instance_save_as_dialog_new
gal_view_instance_save_as_dialog_save
<SUBSECTION Standard>
GAL_VIEW_INSTANCE_SAVE_AS_DIALOG
GAL_IS_VIEW_INSTANCE_SAVE_AS_DIALOG
GAL_TYPE_VIEW_INSTANCE_SAVE_AS_DIALOG
GAL_VIEW_INSTANCE_SAVE_AS_DIALOG_CLASS
GAL_IS_VIEW_INSTANCE_SAVE_AS_DIALOG_CLASS
GAL_VIEW_INSTANCE_SAVE_AS_DIALOG_GET_CLASS
GalViewInstanceSaveAsDialogClass
gal_view_instance_save_as_dialog_get_type
</SECTION>