From: Florian Boor Date: Mon, 15 May 2006 15:36:07 +0000 (+0000) Subject: make gtk-doc work for all modules. X-Git-Tag: git_migration_finished~4791 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=f7ec4e05186cb7c93eaba386858b220e70c91165;ds=inline make gtk-doc work for all modules. sgml includes currently deactivated. pmo-trunk-r58 --- diff --git a/ChangeLog b/ChangeLog index a9c99a4..4d237aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-05-11 Florian Boor + + * Add module list. + 2006-05-10 Florian Boor * Install glade file. diff --git a/docs/reference/modest-docs.sgml b/docs/reference/modest-docs.sgml index 167deba..5cc2920 100644 --- a/docs/reference/modest-docs.sgml +++ b/docs/reference/modest-docs.sgml @@ -1,14 +1,7 @@ - - - -]> - - + "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> + modest reference manual @@ -18,26 +11,26 @@ modest is a lightweight e-mail program, built on top of tinymail and libcamel - - + + Object Index - &index-Object-Index; - &index-Object-Tree; - - - + + + API Reference - - - modest general - &modest-ModestConf; - - - - - - Index - - + + + + + + + + + + + + + + + - diff --git a/docs/reference/modest-sections.txt b/docs/reference/modest-sections.txt index 5857cc8..8ac5e91 100644 --- a/docs/reference/modest-sections.txt +++ b/docs/reference/modest-sections.txt @@ -1,25 +1,50 @@
-modest-conf -ModestConf -ModestConf -modest_conf_new -modest_conf_get_string -modest_conf_get_int -modest_conf_get_bool -modest_conf_set_string -modest_conf_set_int -modest_conf_set_bool -modest_conf_list_subkeys -modest_conf_remove_key -modest_conf_key_exists +modest-ui +ModestUI +ModestUI +modest_ui_new +modest_ui_show_main_window +modest_ui_show_edit_window -MODEST_CONF -MODEST_IS_CONF -MODEST_TYPE_CONF -modest_conf_get_type -MODEST_CONF_CLASS -MODEST_IS_CONF_CLASS -MODEST_CONF_GET_CLASS +MODEST_UI +MODEST_IS_UI +MODEST_TYPE_UI +modest_ui_get_type +MODEST_UI_CLASS +MODEST_IS_UI_CLASS +MODEST_UI_GET_CLASS +
+ +
+modest-tny-header-tree-view +ModestTnyHeaderTreeView +ModestTnyHeaderTreeView +modest_tny_header_tree_view_new +modest_tny_header_tree_view_set_folder + +MODEST_TNY_HEADER_TREE_VIEW +MODEST_IS_TNY_HEADER_TREE_VIEW +MODEST_TYPE_TNY_HEADER_TREE_VIEW +modest_tny_header_tree_view_get_type +MODEST_TNY_HEADER_TREE_VIEW_CLASS +MODEST_IS_TNY_HEADER_TREE_VIEW_CLASS +MODEST_TNY_HEADER_TREE_VIEW_GET_CLASS +
+ +
+modest-tny-msg-view +ModestTnyMsgView +ModestTnyMsgView +modest_tny_msg_view_new +modest_tny_msg_view_set_message + +MODEST_TNY_MSG_VIEW +MODEST_IS_TNY_MSG_VIEW +MODEST_TYPE_TNY_MSG_VIEW +modest_tny_msg_view_get_type +MODEST_TNY_MSG_VIEW_CLASS +MODEST_IS_TNY_MSG_VIEW_CLASS +MODEST_TNY_MSG_VIEW_GET_CLASS
@@ -29,14 +54,24 @@ ModestAccountMgr modest_account_mgr_new modest_account_mgr_add_account modest_account_mgr_remove_account +modest_account_mgr_add_server_account +modest_account_mgr_remove_server_account modest_account_mgr_account_names +modest_account_mgr_server_account_names modest_account_mgr_account_exists +modest_account_mgr_server_account_exists modest_account_mgr_get_account_string +modest_account_mgr_get_server_account_string modest_account_mgr_get_account_int +modest_account_mgr_get_server_account_int modest_account_mgr_get_account_bool +modest_account_mgr_get_server_account_bool modest_account_mgr_set_account_string +modest_account_mgr_set_server_account_string modest_account_mgr_set_account_int +modest_account_mgr_set_server_account_int modest_account_mgr_set_account_bool +modest_account_mgr_set_server_account_bool MODEST_ACCOUNT_MGR MODEST_IS_ACCOUNT_MGR @@ -48,6 +83,30 @@ MODEST_ACCOUNT_MGR_GET_CLASS
+modest-conf +ModestConf +ModestConf +modest_conf_new +modest_conf_get_string +modest_conf_get_int +modest_conf_get_bool +modest_conf_set_string +modest_conf_set_int +modest_conf_set_bool +modest_conf_list_subkeys +modest_conf_remove_key +modest_conf_key_exists + +MODEST_CONF +MODEST_IS_CONF +MODEST_TYPE_CONF +modest_conf_get_type +MODEST_CONF_CLASS +MODEST_IS_CONF_CLASS +MODEST_CONF_GET_CLASS +
+ +
modest-window-mgr ModestWindowType ModestOpenWindow @@ -69,20 +128,19 @@ MODEST_WINDOW_MGR_GET_CLASS
-modest-ui -ModestUI -ModestUI -modest_ui_new -modest_ui_show_main_window -modest_ui_show_edit_window +modest-tny-folder-tree-view +ModestTnyFolderTreeView +ModestTnyFolderTreeView +modest_tny_folder_tree_view_new +modest_tny_folder_tree_view_is_empty -MODEST_UI -MODEST_IS_UI -MODEST_TYPE_UI -modest_ui_get_type -MODEST_UI_CLASS -MODEST_IS_UI_CLASS -MODEST_UI_GET_CLASS +MODEST_TNY_FOLDER_TREE_VIEW +MODEST_IS_TNY_FOLDER_TREE_VIEW +MODEST_TYPE_TNY_FOLDER_TREE_VIEW +modest_tny_folder_tree_view_get_type +MODEST_TNY_FOLDER_TREE_VIEW_CLASS +MODEST_IS_TNY_FOLDER_TREE_VIEW_CLASS +MODEST_TNY_FOLDER_TREE_VIEW_GET_CLASS
@@ -90,6 +148,7 @@ MODEST_UI_GET_CLASS ModestTnyAccountStore ModestTnyAccountStore modest_tny_account_store_new +tny_account_store_get_session MODEST_TNY_ACCOUNT_STORE MODEST_IS_TNY_ACCOUNT_STORE @@ -101,18 +160,19 @@ MODEST_TNY_ACCOUNT_STORE_GET_CLASS
-modest-tny-folder-tree-view -ModestTnyFolderTreeView -ModestTnyFolderTreeView -modest_tny_folder_tree_view_new +modest-tny-transport-actions +ModestTnyTransportActions +ModestTnyTransportActions +modest_tny_transport_actions_new +modest_tny_transport_actions_send_message -MODEST_TNY_FOLDER_TREE_VIEW -MODEST_IS_TNY_FOLDER_TREE_VIEW -MODEST_TYPE_TNY_FOLDER_TREE_VIEW -modest_tny_folder_tree_view_get_type -MODEST_TNY_FOLDER_TREE_VIEW_CLASS -MODEST_IS_TNY_FOLDER_TREE_VIEW_CLASS -MODEST_TNY_FOLDER_TREE_VIEW_GET_CLASS +MODEST_TNY_TRANSPORT_ACTIONS +MODEST_IS_TNY_TRANSPORT_ACTIONS +MODEST_TYPE_TNY_TRANSPORT_ACTIONS +modest_tny_transport_actions_get_type +MODEST_TNY_TRANSPORT_ACTIONS_CLASS +MODEST_IS_TNY_TRANSPORT_ACTIONS_CLASS +MODEST_TNY_TRANSPORT_ACTIONS_GET_CLASS
@@ -146,6 +206,32 @@ MODEST_EDIT_WINDOW_GET_CLASS
+modest-proto +MODEST_PROTO_SENDMAIL +MODEST_PROTO_SMTP +MODEST_PROTO_POP +MODEST_PROTO_IMAP +ModestProtoType +modest_proto_is_valid +modest_proto_type +
+ +
+modest-account-keys +MODEST_CONF_DEFAULT_ACCOUNT +MODEST_SERVER_ACCOUNT_NAMESPACE +MODEST_ACCOUNT_NAMESPACE +MODEST_ACCOUNT_DISPLAY_NAME +MODEST_ACCOUNT_STORE_ACCOUNT +MODEST_ACCOUNT_TRANSPORT_ACCOUNT +MODEST_ACCOUNT_PASSWORD +MODEST_ACCOUNT_HOSTNAME +MODEST_ACCOUNT_USERNAME +MODEST_ACCOUNT_PROTO +MODEST_ACCOUNT_LEAVE_ON_SERVER +
+ +
modest-conf-keys MODEST_CONF_NAMESPACE MODEST_CONF_USE_EXT_EDITOR @@ -161,20 +247,6 @@ MODEST_CONF_EDIT_WINDOW_WIDTH_DEFAULT
-modest-account-keys -MODEST_CONF_DEFAULT_ACCOUNT -MODEST_ACCOUNT_NAMESPACE -MODEST_ACCOUNT_DISPLAY_NAME -MODEST_ACCOUNT_DEFAULT -MODEST_ACCOUNT_TYPE -MODEST_ACCOUNT_TYPE_STORE -MODEST_ACCOUNT_TYPE_TRANSPORT -MODEST_ACCOUNT_PROTO -MODEST_ACCOUNT_PROTO_POP -MODEST_ACCOUNT_PROTO_IMAP -MODEST_ACCOUNT_PASSWORD -MODEST_ACCOUNT_SERVER -MODEST_ACCOUNT_USER -MODEST_ACCOUNT_LEAVE_ON_SERVER +modest.glade