From: Sergio Villar Senin Date: Fri, 9 Feb 2007 09:08:32 +0000 (+0000) Subject: * Fixed a typo in a define X-Git-Tag: git_migration_finished~4077 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=2c15eb060526d63e8029d2bd7eaf2ba141837d8d * Fixed a typo in a define * Fixed some issues in the documentation * Fixed a issue in the test compilation pmo-trunk-r804 --- diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index f61422d..6932beb 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -85,24 +85,27 @@ GTKDOC_LIBS= \ $(top_builddir)/src/gtk/libmodest-ui.la \ $(top_builddir)/src/widgets/libmodest-widgets.la\ ${top_builddir}/src/modest-account-mgr.o \ + ${top_builddir}/src/modest-account-mgr-helpers.o \ + ${top_builddir}/src/modest-account-mgr-priv.o \ ${top_builddir}/src/modest-cache-mgr.o \ ${top_builddir}/src/modest-conf.o \ ${top_builddir}/src/modest-formatter.o \ - ${top_builddir}/src/modest-icon-factory.o \ ${top_builddir}/src/modest-local-folder-info.o \ ${top_builddir}/src/modest-mail-operation.o \ ${top_builddir}/src/modest-mail-operation-queue.o \ ${top_builddir}/src/modest-marshal.o \ ${top_builddir}/src/modest-pair.o \ - ${top_builddir}/src/modest-presets.o \ ${top_builddir}/src/modest-protocol-info.o \ + ${top_builddir}/src/modest-runtime.o \ + ${top_builddir}/src/modest-singletons.o \ ${top_builddir}/src/modest-text-utils.o \ + ${top_builddir}/src/modest-tny-account.o \ ${top_builddir}/src/modest-tny-account-store.o \ ${top_builddir}/src/modest-tny-folder.o \ - ${top_builddir}/src/modest-tny-msg-actions.o \ + ${top_builddir}/src/modest-tny-msg.o \ ${top_builddir}/src/modest-tny-platform-factory.o \ - ${top_builddir}/src/modest-ui.o \ - ${top_builddir}/src/modest-widget-factory.o \ + ${top_builddir}/src/modest-tny-send-queue.o \ + ${top_builddir}/src/modest-ui-actions.o \ ${top_builddir}/src/modest-widget-memory.o # This includes the standard gtk-doc make rules, copied by gtkdocize. diff --git a/docs/reference/modest-docs.sgml b/docs/reference/modest-docs.sgml index d6d390d..76d900d 100644 --- a/docs/reference/modest-docs.sgml +++ b/docs/reference/modest-docs.sgml @@ -21,8 +21,6 @@ - - @@ -93,8 +91,6 @@ &ModestTnyFolder; &ModestTnyMsgActions; &ModestTnyPlatformFactory; - &ModestUI; - &ModestWidgetFactory; &ModestWidgetMemory; diff --git a/docs/reference/modest-sections.txt b/docs/reference/modest-sections.txt index cf816e5..b2514de 100644 --- a/docs/reference/modest-sections.txt +++ b/docs/reference/modest-sections.txt @@ -1,37 +1,15 @@
-modest-ui -ModestUI -ModestUI -modest_ui_new -modest_ui_main_window -modest_ui_edit_window - -MODEST_UI -MODEST_IS_UI -MODEST_TYPE_UI -modest_ui_get_type -MODEST_UI_CLASS -MODEST_IS_UI_CLASS -MODEST_UI_GET_CLASS -
- -
modest-account-mgr ModestAccountMgr ModestAccountMgr -ModestServerAccountData -ModestAccountData modest_account_mgr_new modest_account_mgr_add_account modest_account_mgr_add_server_account +modest_account_mgr_add_server_account_uri modest_account_mgr_remove_account -modest_account_mgr_get_account_data -modest_account_mgr_free_account_data modest_account_mgr_account_names modest_account_mgr_search_server_accounts modest_account_mgr_account_exists -modest_account_mgr_account_set_enabled -modest_account_mgr_account_get_enabled modest_account_mgr_get_string modest_account_mgr_get_int modest_account_mgr_get_bool @@ -106,9 +84,6 @@ MODEST_FORMATTER_GET_CLASS ModestTnyPlatformFactory ModestTnyPlatformFactory modest_tny_platform_factory_get_instance -modest_tny_platform_factory_get_account_mgr_instance -modest_tny_platform_factory_get_conf_instance -modest_tny_platform_factory_get_mail_operation_queue_instance MODEST_TNY_PLATFORM_FACTORY MODEST_IS_TNY_PLATFORM_FACTORY @@ -177,36 +152,13 @@ MODEST_MAIL_OPERATION_GET_CLASS
-modest-widget-factory -ModestWidgetFactory -ModestWidgetFactory -ModestComboBoxType -modest_widget_factory_new -modest_widget_factory_get_folder_view -modest_widget_factory_get_header_view -modest_widget_factory_get_msg_preview -modest_widget_factory_get_account_view -modest_widget_factory_get_progress_bar -modest_widget_factory_get_status_bar -modest_widget_factory_get_combo_box -modest_widget_factory_get_online_toggle -modest_widget_factory_get_folder_info_label - -MODEST_WIDGET_FACTORY -MODEST_IS_WIDGET_FACTORY -MODEST_TYPE_WIDGET_FACTORY -modest_widget_factory_get_type -MODEST_WIDGET_FACTORY_CLASS -MODEST_IS_WIDGET_FACTORY_CLASS -MODEST_WIDGET_FACTORY_GET_CLASS -
- -
modest-tny-account-store ModestTnyGetPassFunc ModestTnyAccountStore ModestTnyAccountStore modest_tny_account_store_new +modest_tny_account_store_get_tny_account_by_id +modest_tny_account_store_get_tny_account_by_account tny_account_store_get_session MODEST_TNY_ACCOUNT_STORE @@ -219,6 +171,61 @@ MODEST_TNY_ACCOUNT_STORE_GET_CLASS
+modest-cache-mgr +ModestCacheMgr +ModestCacheMgr +ModestCacheMgrCacheType +modest_cache_mgr_new +modest_cache_mgr_get_cache +modest_cache_mgr_flush +modest_cache_mgr_flush_all +modest_cache_mgr_get_size + +MODEST_CACHE_MGR +MODEST_IS_CACHE_MGR +MODEST_TYPE_CACHE_MGR +modest_cache_mgr_get_type +MODEST_CACHE_MGR_CLASS +MODEST_IS_CACHE_MGR_CLASS +MODEST_CACHE_MGR_GET_CLASS +
+ +
+modest-tny-send-queue +ModestTnySendQueue +ModestTnySendQueue +modest_tny_send_queue_new + +MODEST_TNY_SEND_QUEUE +MODEST_IS_TNY_SEND_QUEUE +MODEST_TYPE_TNY_SEND_QUEUE +modest_tny_send_queue_get_type +MODEST_TNY_SEND_QUEUE_CLASS +MODEST_IS_TNY_SEND_QUEUE_CLASS +MODEST_TNY_SEND_QUEUE_GET_CLASS +
+ +
+modest-singletons +ModestSingletons +ModestSingletons +modest_singletons_new +modest_singletons_get_conf +modest_singletons_get_account_mgr +modest_singletons_get_account_store +modest_singletons_get_cache_mgr +modest_singletons_get_mail_operation_queue + +MODEST_SINGLETONS +MODEST_IS_SINGLETONS +MODEST_TYPE_SINGLETONS +modest_singletons_get_type +MODEST_SINGLETONS_CLASS +MODEST_IS_SINGLETONS_CLASS +MODEST_SINGLETONS_GET_CLASS +
+ +
modest-account-assistant ModestAccountAssistant ModestAccountAssistant @@ -257,6 +264,7 @@ modest_store_widget_get_remember_password modest_store_widget_get_username modest_store_widget_get_servername modest_store_widget_get_proto +modest_store_widget_get_path MODEST_STORE_WIDGET MODEST_IS_STORE_WIDGET @@ -326,6 +334,7 @@ modest_store_widget_get_remember_password modest_store_widget_get_username modest_store_widget_get_servername modest_store_widget_get_proto +modest_store_widget_get_path MODEST_STORE_WIDGET MODEST_IS_STORE_WIDGET @@ -342,6 +351,7 @@ MODEST_STORE_WIDGET_GET_CLASS ModestTransportWidget modest_transport_widget_new modest_transport_widget_get_remember_password +modest_transport_widget_get_requires_auth modest_transport_widget_get_username modest_transport_widget_get_servername modest_transport_widget_get_proto @@ -356,6 +366,21 @@ MODEST_TRANSPORT_WIDGET_GET_CLASS
+modest-msg-view-window +ModestMsgViewWindow +ModestMsgViewWindow +modest_msg_view_window_new + +MODEST_MSG_VIEW_WINDOW +MODEST_IS_MSG_VIEW_WINDOW +MODEST_TYPE_MSG_VIEW_WINDOW +modest_msg_view_window_get_type +MODEST_MSG_VIEW_WINDOW_CLASS +MODEST_IS_MSG_VIEW_WINDOW_CLASS +MODEST_MSG_VIEW_WINDOW_GET_CLASS +
+ +
modest-header-view MODEST_HEADER_VIEW_COLUMN ModestHeaderViewColumn @@ -415,23 +440,23 @@ MODEST_TNY_STREAM_GTKHTML_GET_CLASS
-modest-edit-msg-window -ModestEditMsgWindow -ModestEditMsgWindow +modest-msg-edit-window +ModestMsgEditWindow +ModestMsgEditWindow ModestEditType MsgData -modest_edit_msg_window_new -modest_edit_msg_window_set_msg -modest_edit_msg_window_get_msg_data -modest_edit_msg_window_free_msg_data +modest_msg_edit_window_new +modest_msg_edit_window_set_msg +modest_msg_edit_window_get_msg_data +modest_msg_edit_window_free_msg_data -MODEST_EDIT_MSG_WINDOW -MODEST_IS_EDIT_MSG_WINDOW -MODEST_TYPE_EDIT_MSG_WINDOW -modest_edit_msg_window_get_type -MODEST_EDIT_MSG_WINDOW_CLASS -MODEST_IS_EDIT_MSG_WINDOW_CLASS -MODEST_EDIT_MSG_WINDOW_GET_CLASS +MODEST_MSG_EDIT_WINDOW +MODEST_IS_MSG_EDIT_WINDOW +MODEST_TYPE_MSG_EDIT_WINDOW +modest_msg_edit_window_get_type +MODEST_MSG_EDIT_WINDOW_CLASS +MODEST_IS_MSG_EDIT_WINDOW_CLASS +MODEST_MSG_EDIT_WINDOW_GET_CLASS
@@ -441,6 +466,9 @@ ModestFolderView modest_folder_view_new modest_folder_view_set_title modest_folder_view_get_selected +modest_folder_view_rename +modest_folder_view_add_subfolder +modest_folder_view_update_model MODEST_FOLDER_VIEW MODEST_IS_FOLDER_VIEW @@ -505,8 +533,6 @@ ModestWindowParent ModestWindowParentClass ModestWindow ModestWindow -modest_window_get_account_store -modest_window_get_widget_factory MODEST_WINDOW MODEST_IS_WINDOW @@ -518,6 +544,21 @@ MODEST_WINDOW_GET_CLASS
+modest-msg-view-window +ModestMsgViewWindow +ModestMsgViewWindow +modest_msg_view_window_new + +MODEST_MSG_VIEW_WINDOW +MODEST_IS_MSG_VIEW_WINDOW +MODEST_TYPE_MSG_VIEW_WINDOW +modest_msg_view_window_get_type +MODEST_MSG_VIEW_WINDOW_CLASS +MODEST_IS_MSG_VIEW_WINDOW_CLASS +MODEST_MSG_VIEW_WINDOW_GET_CLASS +
+ +
modest-header-view MODEST_HEADER_VIEW_COLUMN ModestHeaderViewColumn @@ -577,23 +618,23 @@ MODEST_TNY_STREAM_GTKHTML_GET_CLASS
-modest-edit-msg-window -ModestEditMsgWindow -ModestEditMsgWindow +modest-msg-edit-window +ModestMsgEditWindow +ModestMsgEditWindow ModestEditType MsgData -modest_edit_msg_window_new -modest_edit_msg_window_set_msg -modest_edit_msg_window_get_msg_data -modest_edit_msg_window_free_msg_data +modest_msg_edit_window_new +modest_msg_edit_window_set_msg +modest_msg_edit_window_get_msg_data +modest_msg_edit_window_free_msg_data -MODEST_EDIT_MSG_WINDOW -MODEST_IS_EDIT_MSG_WINDOW -MODEST_TYPE_EDIT_MSG_WINDOW -modest_edit_msg_window_get_type -MODEST_EDIT_MSG_WINDOW_CLASS -MODEST_IS_EDIT_MSG_WINDOW_CLASS -MODEST_EDIT_MSG_WINDOW_GET_CLASS +MODEST_MSG_EDIT_WINDOW +MODEST_IS_MSG_EDIT_WINDOW +MODEST_TYPE_MSG_EDIT_WINDOW +modest_msg_edit_window_get_type +MODEST_MSG_EDIT_WINDOW_CLASS +MODEST_IS_MSG_EDIT_WINDOW_CLASS +MODEST_MSG_EDIT_WINDOW_GET_CLASS
@@ -603,6 +644,9 @@ ModestFolderView modest_folder_view_new modest_folder_view_set_title modest_folder_view_get_selected +modest_folder_view_rename +modest_folder_view_add_subfolder +modest_folder_view_update_model MODEST_FOLDER_VIEW MODEST_IS_FOLDER_VIEW @@ -667,8 +711,6 @@ ModestWindowParent ModestWindowParentClass ModestWindow ModestWindow -modest_window_get_account_store -modest_window_get_widget_factory MODEST_WINDOW MODEST_IS_WINDOW @@ -718,6 +760,7 @@ modest_store_widget_get_remember_password modest_store_widget_get_username modest_store_widget_get_servername modest_store_widget_get_proto +modest_store_widget_get_path MODEST_STORE_WIDGET MODEST_IS_STORE_WIDGET @@ -749,39 +792,17 @@ MODEST_TRANSPORT_WIDGET_GET_CLASS
-modest-ui -ModestUI -ModestUI -modest_ui_new -modest_ui_main_window -modest_ui_edit_window - -MODEST_UI -MODEST_IS_UI -MODEST_TYPE_UI -modest_ui_get_type -MODEST_UI_CLASS -MODEST_IS_UI_CLASS -MODEST_UI_GET_CLASS -
- -
modest-account-mgr ModestAccountMgr ModestAccountMgr -ModestServerAccountData -ModestAccountData modest_account_mgr_new modest_account_mgr_add_account modest_account_mgr_add_server_account +modest_account_mgr_add_server_account_uri modest_account_mgr_remove_account -modest_account_mgr_get_account_data -modest_account_mgr_free_account_data modest_account_mgr_account_names modest_account_mgr_search_server_accounts modest_account_mgr_account_exists -modest_account_mgr_account_set_enabled -modest_account_mgr_account_get_enabled modest_account_mgr_get_string modest_account_mgr_get_int modest_account_mgr_get_bool @@ -856,9 +877,6 @@ MODEST_FORMATTER_GET_CLASS ModestTnyPlatformFactory ModestTnyPlatformFactory modest_tny_platform_factory_get_instance -modest_tny_platform_factory_get_account_mgr_instance -modest_tny_platform_factory_get_conf_instance -modest_tny_platform_factory_get_mail_operation_queue_instance MODEST_TNY_PLATFORM_FACTORY MODEST_IS_TNY_PLATFORM_FACTORY @@ -927,36 +945,13 @@ MODEST_MAIL_OPERATION_GET_CLASS
-modest-widget-factory -ModestWidgetFactory -ModestWidgetFactory -ModestComboBoxType -modest_widget_factory_new -modest_widget_factory_get_folder_view -modest_widget_factory_get_header_view -modest_widget_factory_get_msg_preview -modest_widget_factory_get_account_view -modest_widget_factory_get_progress_bar -modest_widget_factory_get_status_bar -modest_widget_factory_get_combo_box -modest_widget_factory_get_online_toggle -modest_widget_factory_get_folder_info_label - -MODEST_WIDGET_FACTORY -MODEST_IS_WIDGET_FACTORY -MODEST_TYPE_WIDGET_FACTORY -modest_widget_factory_get_type -MODEST_WIDGET_FACTORY_CLASS -MODEST_IS_WIDGET_FACTORY_CLASS -MODEST_WIDGET_FACTORY_GET_CLASS -
- -
modest-tny-account-store ModestTnyGetPassFunc ModestTnyAccountStore ModestTnyAccountStore modest_tny_account_store_new +modest_tny_account_store_get_tny_account_by_id +modest_tny_account_store_get_tny_account_by_account tny_account_store_get_session MODEST_TNY_ACCOUNT_STORE @@ -969,6 +964,61 @@ MODEST_TNY_ACCOUNT_STORE_GET_CLASS
+modest-cache-mgr +ModestCacheMgr +ModestCacheMgr +ModestCacheMgrCacheType +modest_cache_mgr_new +modest_cache_mgr_get_cache +modest_cache_mgr_flush +modest_cache_mgr_flush_all +modest_cache_mgr_get_size + +MODEST_CACHE_MGR +MODEST_IS_CACHE_MGR +MODEST_TYPE_CACHE_MGR +modest_cache_mgr_get_type +MODEST_CACHE_MGR_CLASS +MODEST_IS_CACHE_MGR_CLASS +MODEST_CACHE_MGR_GET_CLASS +
+ +
+modest-tny-send-queue +ModestTnySendQueue +ModestTnySendQueue +modest_tny_send_queue_new + +MODEST_TNY_SEND_QUEUE +MODEST_IS_TNY_SEND_QUEUE +MODEST_TYPE_TNY_SEND_QUEUE +modest_tny_send_queue_get_type +MODEST_TNY_SEND_QUEUE_CLASS +MODEST_IS_TNY_SEND_QUEUE_CLASS +MODEST_TNY_SEND_QUEUE_GET_CLASS +
+ +
+modest-singletons +ModestSingletons +ModestSingletons +modest_singletons_new +modest_singletons_get_conf +modest_singletons_get_account_mgr +modest_singletons_get_account_store +modest_singletons_get_cache_mgr +modest_singletons_get_mail_operation_queue + +MODEST_SINGLETONS +MODEST_IS_SINGLETONS +MODEST_TYPE_SINGLETONS +modest_singletons_get_type +MODEST_SINGLETONS_CLASS +MODEST_IS_SINGLETONS_CLASS +MODEST_SINGLETONS_GET_CLASS +
+ +
modest-account-assistant ModestAccountAssistant ModestAccountAssistant @@ -1007,6 +1057,7 @@ modest_store_widget_get_remember_password modest_store_widget_get_username modest_store_widget_get_servername modest_store_widget_get_proto +modest_store_widget_get_path MODEST_STORE_WIDGET MODEST_IS_STORE_WIDGET @@ -1076,6 +1127,7 @@ modest_store_widget_get_remember_password modest_store_widget_get_username modest_store_widget_get_servername modest_store_widget_get_proto +modest_store_widget_get_path MODEST_STORE_WIDGET MODEST_IS_STORE_WIDGET @@ -1092,6 +1144,7 @@ MODEST_STORE_WIDGET_GET_CLASS ModestTransportWidget modest_transport_widget_new modest_transport_widget_get_remember_password +modest_transport_widget_get_requires_auth modest_transport_widget_get_username modest_transport_widget_get_servername modest_transport_widget_get_proto @@ -1106,6 +1159,21 @@ MODEST_TRANSPORT_WIDGET_GET_CLASS
+modest-msg-view-window +ModestMsgViewWindow +ModestMsgViewWindow +modest_msg_view_window_new + +MODEST_MSG_VIEW_WINDOW +MODEST_IS_MSG_VIEW_WINDOW +MODEST_TYPE_MSG_VIEW_WINDOW +modest_msg_view_window_get_type +MODEST_MSG_VIEW_WINDOW_CLASS +MODEST_IS_MSG_VIEW_WINDOW_CLASS +MODEST_MSG_VIEW_WINDOW_GET_CLASS +
+ +
modest-header-view MODEST_HEADER_VIEW_COLUMN ModestHeaderViewColumn @@ -1165,23 +1233,23 @@ MODEST_TNY_STREAM_GTKHTML_GET_CLASS
-modest-edit-msg-window -ModestEditMsgWindow -ModestEditMsgWindow +modest-msg-edit-window +ModestMsgEditWindow +ModestMsgEditWindow ModestEditType MsgData -modest_edit_msg_window_new -modest_edit_msg_window_set_msg -modest_edit_msg_window_get_msg_data -modest_edit_msg_window_free_msg_data +modest_msg_edit_window_new +modest_msg_edit_window_set_msg +modest_msg_edit_window_get_msg_data +modest_msg_edit_window_free_msg_data -MODEST_EDIT_MSG_WINDOW -MODEST_IS_EDIT_MSG_WINDOW -MODEST_TYPE_EDIT_MSG_WINDOW -modest_edit_msg_window_get_type -MODEST_EDIT_MSG_WINDOW_CLASS -MODEST_IS_EDIT_MSG_WINDOW_CLASS -MODEST_EDIT_MSG_WINDOW_GET_CLASS +MODEST_MSG_EDIT_WINDOW +MODEST_IS_MSG_EDIT_WINDOW +MODEST_TYPE_MSG_EDIT_WINDOW +modest_msg_edit_window_get_type +MODEST_MSG_EDIT_WINDOW_CLASS +MODEST_IS_MSG_EDIT_WINDOW_CLASS +MODEST_MSG_EDIT_WINDOW_GET_CLASS
@@ -1191,6 +1259,9 @@ ModestFolderView modest_folder_view_new modest_folder_view_set_title modest_folder_view_get_selected +modest_folder_view_rename +modest_folder_view_add_subfolder +modest_folder_view_update_model MODEST_FOLDER_VIEW MODEST_IS_FOLDER_VIEW @@ -1255,8 +1326,6 @@ ModestWindowParent ModestWindowParentClass ModestWindow ModestWindow -modest_window_get_account_store -modest_window_get_widget_factory MODEST_WINDOW MODEST_IS_WINDOW @@ -1269,6 +1338,34 @@ MODEST_WINDOW_GET_CLASS
modest-ui-actions +modest_ui_actions_on_about +modest_ui_actions_on_delete +modest_ui_actions_on_quit +modest_ui_actions_on_accounts +modest_ui_actions_on_new_msg +modest_ui_actions_on_open +modest_ui_actions_on_reply +modest_ui_actions_on_forward +modest_ui_actions_on_reply_all +modest_ui_actions_on_next +modest_ui_actions_toggle_view +modest_ui_actions_on_header_selected +modest_ui_actions_on_header_activated +modest_ui_actions_on_folder_selection_changed +modest_ui_actions_on_online_toggle_toggled +modest_ui_actions_on_item_not_found +modest_ui_actions_on_header_status_update +modest_ui_actions_on_msg_link_hover +modest_ui_actions_on_msg_link_clicked +modest_ui_actions_on_msg_attachment_clicked +modest_ui_actions_on_send +modest_ui_actions_on_new_folder +modest_ui_actions_on_rename_folder +modest_ui_actions_on_delete_folder +modest_ui_actions_on_move_folder_to_trash_folder +modest_ui_actions_on_connection_changed +modest_ui_actions_on_accounts_reloaded +modest_ui_actions_on_folder_moved
@@ -1284,6 +1381,7 @@ modest_text_utils_get_display_address modest_text_utils_get_subject_prefix_len modest_text_utils_utf8_strcmp modest_text_utils_get_display_date +modest_text_utils_get_display_size modest_text_utils_validate_email_address
@@ -1292,21 +1390,12 @@ modest_text_utils_validate_email_address ModestTnyFolderRules modest_tny_folder_guess_folder_type modest_tny_folder_guess_folder_type_from_name +modest_tny_folder_is_local_folder +modest_tny_folder_get_local_folder_type modest_tny_folder_get_rules
-modest-presets -ModestPresets -ModestPresetsInfo -modest_presets_new -modest_presets_get_providers -modest_presets_get_server -modest_presets_get_info -modest_presets_destroy -
- -
modest-pair ModestPair ModestPairList @@ -1316,23 +1405,17 @@ modest_pair_list_free
-modest-icon-factory -modest_icon_factory_init -modest_icon_factory_uninit -modest_icon_factory_get_icon -modest_icon_factory_get_icon_at_size -modest_icon_factory_get_small_icon -modest_icon_factory_get_big_icon -
- -
modest-defs MODEST_DIR MODEST_CACHE_DIR +MODEST_LOCAL_FOLDERS_ACCOUNT_NAME +MODEST_LOCAL_FOLDERS_ACCOUNT_ID MODEST_LOCAL_FOLDERS_MAILDIR +MODEST_LOCAL_FOLDERS_DISPLAY_NAME MODEST_CONF_NAMESPACE MODEST_CONF_WIDGET_NAMESPACE MODEST_ACCOUNT_NAMESPACE +MODEST_CONF_DEFAULT_ACCOUNT MODEST_SERVER_ACCOUNT_NAMESPACE MODEST_CONF_REPLY_TYPE MODEST_CONF_FORWARD_TYPE @@ -1345,21 +1428,30 @@ MODEST_ACCOUNT_PASSWORD MDOEST_ACCOUNT_REMEMBER_PWD MODEST_ACCOUNT_HOSTNAME MODEST_ACCOUNT_USERNAME +MODEST_ACCOUNT_URI MODEST_ACCOUNT_PROTO MODEST_ACCOUNT_ENABLED MODEST_ACCOUNT_TYPE +MODEST_ACCOUNT_LAST_UPDATED MODEST_ACCOUNT_LEAVE_ON_SERVER MODEST_ACCOUNT_PREFERRED_CNX MODEST_ACCOUNT_OPTIONS
-modest-debug +modest-runtime MODEST_DEBUG -ModestDebugFlags -modest_debug_get_flags -modest_debug_g_type_init -modest_debug_logging_init +ModestRuntimeDebugFlags +modest_runtime_init +modest_runtime_init_ui +modest_runtime_uninit +modest_runtime_get_debug_flags +modest_runtime_get_conf +modest_runtime_get_account_mgr +modest_runtime_get_account_store +modest_runtime_get_cache_mgr +modest_runtime_get_mail_operation_queue +modest_runtime_get_send_queue
@@ -1388,18 +1480,6 @@ modest_protocol_info_protocol_is_local_store
-modest-ui-priv -ModestUIPrivate -
- -
-modest-tny-msg-actions -modest_tny_msg_actions_find_body_part -modest_tny_msg_actions_find_nth_part -modest_tny_msg_actions_find_body -
- -
modest-marshal modest_marshal_VOID__POINTER_POINTER modest_marshal_VOID__POINTER_POINTER_POINTER @@ -1411,18 +1491,17 @@ modest_marshal_VOID__STRING_BOOLEAN modest_marshal_VOID__STRING_BOOL modest_marshal_VOID__STRING_STRING_BOOLEAN modest_marshal_VOID__STRING_STRING_BOOL -modest_marshal_VOID__STRING_POINTER_POINTER_POINTER
-modest-init -modest_init_header_columns -modest_init_local_folders +modest-tny-msg +modest_tny_msg_new +modest_tny_msg_find_body_part +modest_tny_msg_get_body
modest-local-folder-info -ModestLocalFolderType modest_local_folder_info_get_type modest_local_folder_info_get_type_name modest_local_folder_info_get_type_display_name @@ -1440,6 +1519,32 @@ MODEST_WIDGET_MEMORY_PARAM_COLUMN_WIDTH
+modest-account-mgr-helpers +ModestServerAccountData +ModestAccountData +modest_account_mgr_get_account_data +modest_account_mgr_get_default_account +modest_account_mgr_set_default_account +modest_account_mgr_free_account_data +modest_account_mgr_set_enabled +modest_account_mgr_get_enabled +modest_account_mgr_get_from_string +
+ +
+modest-tny-account +modest_tny_account_new_from_account +modest_tny_account_new_for_local_folders +modest_tny_account_get_special_folder +
+ +
+modest-account-mgr-priv +ModestAccountMgrPrivate +MODEST_ACCOUNT_MGR_GET_PRIVATE +
+ +
modest-icon-names MODEST_APP_ICON MODEST_HEADER_ICON_READ @@ -1482,6 +1587,10 @@ MODEST_STOCK_STOP
+modest-main-window-ui +
+ +
modest-icon-names MODEST_APP_ICON MODEST_HEADER_ICON_READ @@ -1532,7 +1641,7 @@ MODEST_STOCK_STOP
-modest-edit-msg-window-ui +modest-msg-edit-window-ui
@@ -1542,15 +1651,11 @@ MODEST_WINDOW_GET_PRIVATE
-modest-main-window-ui -
- -
modest-header-view-priv
-modest-edit-msg-window-ui +modest-msg-edit-window-ui
@@ -1602,7 +1707,39 @@ MODEST_STOCK_STOP
+modest-main-window-ui +
+ +
modest-ui-actions +modest_ui_actions_on_about +modest_ui_actions_on_delete +modest_ui_actions_on_quit +modest_ui_actions_on_accounts +modest_ui_actions_on_new_msg +modest_ui_actions_on_open +modest_ui_actions_on_reply +modest_ui_actions_on_forward +modest_ui_actions_on_reply_all +modest_ui_actions_on_next +modest_ui_actions_toggle_view +modest_ui_actions_on_header_selected +modest_ui_actions_on_header_activated +modest_ui_actions_on_folder_selection_changed +modest_ui_actions_on_online_toggle_toggled +modest_ui_actions_on_item_not_found +modest_ui_actions_on_header_status_update +modest_ui_actions_on_msg_link_hover +modest_ui_actions_on_msg_link_clicked +modest_ui_actions_on_msg_attachment_clicked +modest_ui_actions_on_send +modest_ui_actions_on_new_folder +modest_ui_actions_on_rename_folder +modest_ui_actions_on_delete_folder +modest_ui_actions_on_move_folder_to_trash_folder +modest_ui_actions_on_connection_changed +modest_ui_actions_on_accounts_reloaded +modest_ui_actions_on_folder_moved
@@ -1618,6 +1755,7 @@ modest_text_utils_get_display_address modest_text_utils_get_subject_prefix_len modest_text_utils_utf8_strcmp modest_text_utils_get_display_date +modest_text_utils_get_display_size modest_text_utils_validate_email_address
@@ -1626,21 +1764,12 @@ modest_text_utils_validate_email_address ModestTnyFolderRules modest_tny_folder_guess_folder_type modest_tny_folder_guess_folder_type_from_name +modest_tny_folder_is_local_folder +modest_tny_folder_get_local_folder_type modest_tny_folder_get_rules
-modest-presets -ModestPresets -ModestPresetsInfo -modest_presets_new -modest_presets_get_providers -modest_presets_get_server -modest_presets_get_info -modest_presets_destroy -
- -
modest-pair ModestPair ModestPairList @@ -1650,23 +1779,17 @@ modest_pair_list_free
-modest-icon-factory -modest_icon_factory_init -modest_icon_factory_uninit -modest_icon_factory_get_icon -modest_icon_factory_get_icon_at_size -modest_icon_factory_get_small_icon -modest_icon_factory_get_big_icon -
- -
modest-defs MODEST_DIR MODEST_CACHE_DIR +MODEST_LOCAL_FOLDERS_ACCOUNT_NAME +MODEST_LOCAL_FOLDERS_ACCOUNT_ID MODEST_LOCAL_FOLDERS_MAILDIR +MODEST_LOCAL_FOLDERS_DISPLAY_NAME MODEST_CONF_NAMESPACE MODEST_CONF_WIDGET_NAMESPACE MODEST_ACCOUNT_NAMESPACE +MODEST_CONF_DEFAULT_ACCOUNT MODEST_SERVER_ACCOUNT_NAMESPACE MODEST_CONF_REPLY_TYPE MODEST_CONF_FORWARD_TYPE @@ -1679,21 +1802,30 @@ MODEST_ACCOUNT_PASSWORD MDOEST_ACCOUNT_REMEMBER_PWD MODEST_ACCOUNT_HOSTNAME MODEST_ACCOUNT_USERNAME +MODEST_ACCOUNT_URI MODEST_ACCOUNT_PROTO MODEST_ACCOUNT_ENABLED MODEST_ACCOUNT_TYPE +MODEST_ACCOUNT_LAST_UPDATED MODEST_ACCOUNT_LEAVE_ON_SERVER MODEST_ACCOUNT_PREFERRED_CNX MODEST_ACCOUNT_OPTIONS
-modest-debug +modest-runtime MODEST_DEBUG -ModestDebugFlags -modest_debug_get_flags -modest_debug_g_type_init -modest_debug_logging_init +ModestRuntimeDebugFlags +modest_runtime_init +modest_runtime_init_ui +modest_runtime_uninit +modest_runtime_get_debug_flags +modest_runtime_get_conf +modest_runtime_get_account_mgr +modest_runtime_get_account_store +modest_runtime_get_cache_mgr +modest_runtime_get_mail_operation_queue +modest_runtime_get_send_queue
@@ -1722,18 +1854,6 @@ modest_protocol_info_protocol_is_local_store
-modest-ui-priv -ModestUIPrivate -
- -
-modest-tny-msg-actions -modest_tny_msg_actions_find_body_part -modest_tny_msg_actions_find_nth_part -modest_tny_msg_actions_find_body -
- -
modest-marshal modest_marshal_VOID__POINTER_POINTER modest_marshal_VOID__POINTER_POINTER_POINTER @@ -1745,18 +1865,17 @@ modest_marshal_VOID__STRING_BOOLEAN modest_marshal_VOID__STRING_BOOL modest_marshal_VOID__STRING_STRING_BOOLEAN modest_marshal_VOID__STRING_STRING_BOOL -modest_marshal_VOID__STRING_POINTER_POINTER_POINTER
-modest-init -modest_init_header_columns -modest_init_local_folders +modest-tny-msg +modest_tny_msg_new +modest_tny_msg_find_body_part +modest_tny_msg_get_body
modest-local-folder-info -ModestLocalFolderType modest_local_folder_info_get_type modest_local_folder_info_get_type_name modest_local_folder_info_get_type_display_name @@ -1774,6 +1893,32 @@ MODEST_WIDGET_MEMORY_PARAM_COLUMN_WIDTH
+modest-account-mgr-helpers +ModestServerAccountData +ModestAccountData +modest_account_mgr_get_account_data +modest_account_mgr_get_default_account +modest_account_mgr_set_default_account +modest_account_mgr_free_account_data +modest_account_mgr_set_enabled +modest_account_mgr_get_enabled +modest_account_mgr_get_from_string +
+ +
+modest-tny-account +modest_tny_account_new_from_account +modest_tny_account_new_for_local_folders +modest_tny_account_get_special_folder +
+ +
+modest-account-mgr-priv +ModestAccountMgrPrivate +MODEST_ACCOUNT_MGR_GET_PRIVATE +
+ +
modest-icon-names MODEST_APP_ICON MODEST_HEADER_ICON_READ @@ -1816,6 +1961,10 @@ MODEST_STOCK_STOP
+modest-main-window-ui +
+ +
modest-icon-names MODEST_APP_ICON MODEST_HEADER_ICON_READ @@ -1866,7 +2015,7 @@ MODEST_STOCK_STOP
-modest-edit-msg-window-ui +modest-msg-edit-window-ui
diff --git a/docs/reference/tmpl/modest-account-assistant.sgml b/docs/reference/tmpl/modest-account-assistant.sgml index d142920..a28239b 100644 --- a/docs/reference/tmpl/modest-account-assistant.sgml +++ b/docs/reference/tmpl/modest-account-assistant.sgml @@ -31,7 +31,6 @@ ModestAccountAssistant @account_mgr: -@factory: @Returns: diff --git a/docs/reference/tmpl/modest-account-mgr.sgml b/docs/reference/tmpl/modest-account-mgr.sgml index 8e9f40e..98d3644 100644 --- a/docs/reference/tmpl/modest-account-mgr.sgml +++ b/docs/reference/tmpl/modest-account-mgr.sgml @@ -30,43 +30,19 @@ ModestAccountMgr -@modestaccountmgr: the object which received the signal. -@arg1: -@arg2: -@arg3: +@: +@: +@: +@: -@modestaccountmgr: the object which received the signal. -@arg1: -@arg2: - - - - - - -@account_name: -@hostname: -@username: -@proto: -@password: - - - - - - -@account_name: -@display_name: -@fullname: -@email: -@enabled: -@transport_account: -@store_account: +@: +@: +@: @@ -104,37 +80,30 @@ ModestAccountMgr @Returns: - + @self: @name: -@server_account: -@err: +@proto: +@uri: @Returns: - + @self: @name: +@server_account: +@err: @Returns: - - - - - -@self: -@data: - - @@ -169,27 +138,6 @@ ModestAccountMgr @Returns: - - - - - -@self: -@name: -@enabled: -@Returns: - - - - - - - -@self: -@name: -@Returns: - - diff --git a/docs/reference/tmpl/modest-account-view-window.sgml b/docs/reference/tmpl/modest-account-view-window.sgml index 21e58a3..31285f3 100644 --- a/docs/reference/tmpl/modest-account-view-window.sgml +++ b/docs/reference/tmpl/modest-account-view-window.sgml @@ -30,7 +30,6 @@ ModestAccountViewWindow -@factory: @Returns: diff --git a/docs/reference/tmpl/modest-conf.sgml b/docs/reference/tmpl/modest-conf.sgml index 1381572..f3d4a72 100644 --- a/docs/reference/tmpl/modest-conf.sgml +++ b/docs/reference/tmpl/modest-conf.sgml @@ -48,9 +48,9 @@ ModestConf -@modestconf: the object which received the signal. -@arg1: -@arg2: +@: +@: +@: diff --git a/docs/reference/tmpl/modest-debug.sgml b/docs/reference/tmpl/modest-debug.sgml index 40c0b97..875781c 100644 --- a/docs/reference/tmpl/modest-debug.sgml +++ b/docs/reference/tmpl/modest-debug.sgml @@ -36,14 +36,6 @@ modest-debug @MODEST_DEBUG_DEBUG_OBJECTS: @MODEST_DEBUG_DEBUG_SIGNALS: - - - - - -@Returns: - - diff --git a/docs/reference/tmpl/modest-defs.sgml b/docs/reference/tmpl/modest-defs.sgml index 5bf5326..f8f4ca8 100644 --- a/docs/reference/tmpl/modest-defs.sgml +++ b/docs/reference/tmpl/modest-defs.sgml @@ -33,6 +33,20 @@ modest-defs + + + + + + + + + + + + + + @@ -40,6 +54,13 @@ modest-defs + + + + + + + @@ -61,6 +82,13 @@ modest-defs + + + + + + + @@ -145,6 +173,13 @@ modest-defs + + + + + + + @@ -166,6 +201,13 @@ modest-defs + + + + + + + diff --git a/docs/reference/tmpl/modest-error.sgml b/docs/reference/tmpl/modest-error.sgml index c304ca4..cc815a7 100644 --- a/docs/reference/tmpl/modest-error.sgml +++ b/docs/reference/tmpl/modest-error.sgml @@ -35,4 +35,5 @@ modest-error @MODEST_MAIL_OPERATION_ERROR_MISSING_PARAMETER: @MODEST_MAIL_OPERATION_ERROR_OPERATION_CANCELED: @MODEST_MAIL_OPERATION_ERROR_ITEM_NOT_FOUND: +@MODEST_MAIL_OPERATION_ERROR_INTERNAL: diff --git a/docs/reference/tmpl/modest-folder-view.sgml b/docs/reference/tmpl/modest-folder-view.sgml index a2e0ce1..d776081 100644 --- a/docs/reference/tmpl/modest-folder-view.sgml +++ b/docs/reference/tmpl/modest-folder-view.sgml @@ -53,3 +53,32 @@ ModestFolderView @Returns: + + + + + +@self: +@Returns: + + + + + + + +@self: +@folder: +@Returns: + + + + + + + +@self: +@account_store: +@Returns: + + diff --git a/docs/reference/tmpl/modest-header-view.sgml b/docs/reference/tmpl/modest-header-view.sgml index 642aef8..9d66779 100644 --- a/docs/reference/tmpl/modest-header-view.sgml +++ b/docs/reference/tmpl/modest-header-view.sgml @@ -73,7 +73,6 @@ ModestHeaderView @folder: -@columns: @style: @Returns: diff --git a/docs/reference/tmpl/modest-icon-factory.sgml b/docs/reference/tmpl/modest-icon-factory.sgml index f15a940..140f3e3 100644 --- a/docs/reference/tmpl/modest-icon-factory.sgml +++ b/docs/reference/tmpl/modest-icon-factory.sgml @@ -19,20 +19,6 @@ modest-icon-factory - - - - - - - - - - - - - - @@ -42,30 +28,3 @@ modest-icon-factory @Returns: - - - - - -@name: -@width: -@height: -@Returns: - - - - - - - -@n: - - - - - - - -@n: - - diff --git a/docs/reference/tmpl/modest-local-folder-info.sgml b/docs/reference/tmpl/modest-local-folder-info.sgml index 7cfb9f9..b05362c 100644 --- a/docs/reference/tmpl/modest-local-folder-info.sgml +++ b/docs/reference/tmpl/modest-local-folder-info.sgml @@ -19,20 +19,6 @@ modest-local-folder-info - - - - - -@MODEST_LOCAL_FOLDER_TYPE_UNKNOWN: -@MODEST_LOCAL_FOLDER_TYPE_DRAFTS: -@MODEST_LOCAL_FOLDER_TYPE_SENT: -@MODEST_LOCAL_FOLDER_TYPE_OUTBOX: -@MODEST_LOCAL_FOLDER_TYPE_ARCHIVE: -@MODEST_LOCAL_FOLDER_TYPE_JUNK: -@MODEST_LOCAL_FOLDER_TYPE_TRASH: -@MODEST_LOCAL_FOLDER_TYPE_NUM: - diff --git a/docs/reference/tmpl/modest-mail-operation.sgml b/docs/reference/tmpl/modest-mail-operation.sgml index d839619..9668d88 100644 --- a/docs/reference/tmpl/modest-mail-operation.sgml +++ b/docs/reference/tmpl/modest-mail-operation.sgml @@ -67,7 +67,7 @@ ModestMailOperation -@modestmailoperation: the object which received the signal. +@: diff --git a/docs/reference/tmpl/modest-main-window.sgml b/docs/reference/tmpl/modest-main-window.sgml index 5812f77..150b681 100644 --- a/docs/reference/tmpl/modest-main-window.sgml +++ b/docs/reference/tmpl/modest-main-window.sgml @@ -30,8 +30,6 @@ ModestMainWindow -@factory: -@account_store: @Returns: diff --git a/docs/reference/tmpl/modest-marshal.sgml b/docs/reference/tmpl/modest-marshal.sgml index 25336c7..055b5f3 100644 --- a/docs/reference/tmpl/modest-marshal.sgml +++ b/docs/reference/tmpl/modest-marshal.sgml @@ -131,16 +131,3 @@ modest-marshal - - - - - -@closure: -@return_value: -@n_param_values: -@param_values: -@invocation_hint: -@marshal_data: - - diff --git a/docs/reference/tmpl/modest-pair.sgml b/docs/reference/tmpl/modest-pair.sgml index e665fc1..b9ae967 100644 --- a/docs/reference/tmpl/modest-pair.sgml +++ b/docs/reference/tmpl/modest-pair.sgml @@ -59,6 +59,5 @@ modest-pair @pairs: -@Returns: diff --git a/docs/reference/tmpl/modest-presets.sgml b/docs/reference/tmpl/modest-presets.sgml index 42352e7..3db855c 100644 --- a/docs/reference/tmpl/modest-presets.sgml +++ b/docs/reference/tmpl/modest-presets.sgml @@ -19,73 +19,3 @@ modest-presets - - - - - -@keyfile: - - - - - - -@MODEST_PRESETS_INFO_NONE: -@MODEST_PRESETS_INFO_IMAP: -@MODEST_PRESETS_INFO_POP: -@MODEST_PRESETS_INFO_SMTP: -@MODEST_PRESETS_INFO_APOP: -@MODEST_PRESETS_INFO_SECURE_SMTP: -@MODEST_PRESETS_INFO_SECURE_INCOMING: - - - - - - -@presetfile: -@Returns: - - - - - - - -@self: -@mcc: -@include_globals: -@Returns: - - - - - - - -@self: -@provider: -@incoming_server: -@Returns: - - - - - - - -@self: -@provider: -@incoming_server: -@Returns: - - - - - - - -@self: - - diff --git a/docs/reference/tmpl/modest-store-widget.sgml b/docs/reference/tmpl/modest-store-widget.sgml index f07392a..54e0fa9 100644 --- a/docs/reference/tmpl/modest-store-widget.sgml +++ b/docs/reference/tmpl/modest-store-widget.sgml @@ -30,7 +30,6 @@ ModestStoreWidget -@factory: @proto: @Returns: @@ -71,3 +70,12 @@ ModestStoreWidget @Returns: + + + + + +@self: +@Returns: + + diff --git a/docs/reference/tmpl/modest-text-utils.sgml b/docs/reference/tmpl/modest-text-utils.sgml index ae8f6be..9b28841 100644 --- a/docs/reference/tmpl/modest-text-utils.sgml +++ b/docs/reference/tmpl/modest-text-utils.sgml @@ -95,7 +95,7 @@ modest-text-utils @s: @max: @fmt: -@tm: +@timet: @Returns: @@ -137,6 +137,15 @@ modest-text-utils @Returns: + + + + + +@size: +@Returns: + + diff --git a/docs/reference/tmpl/modest-tny-account-store.sgml b/docs/reference/tmpl/modest-tny-account-store.sgml index d49a634..626893d 100644 --- a/docs/reference/tmpl/modest-tny-account-store.sgml +++ b/docs/reference/tmpl/modest-tny-account-store.sgml @@ -36,26 +36,36 @@ ModestTnyAccountStore -@modesttnyaccountstore: the object which received the signal. -@arg1: +@: +@: - + -@modesttnyaccountstore: the object which received the signal. -@arg1: -@arg2: -@arg3: -@arg4: +@account_mgr: +@Returns: - + + -@account_mgr: +@self: +@id: +@Returns: + + + + + + + +@self: +@account_name: +@type: @Returns: diff --git a/docs/reference/tmpl/modest-tny-folder.sgml b/docs/reference/tmpl/modest-tny-folder.sgml index 28a9e1c..1bb9cbd 100644 --- a/docs/reference/tmpl/modest-tny-folder.sgml +++ b/docs/reference/tmpl/modest-tny-folder.sgml @@ -45,6 +45,24 @@ modest-tny-folder @Returns: + + + + + +@folder: +@Returns: + + + + + + + +@folder: +@Returns: + + diff --git a/docs/reference/tmpl/modest-tny-platform-factory.sgml b/docs/reference/tmpl/modest-tny-platform-factory.sgml index 37f5731..c9492d5 100644 --- a/docs/reference/tmpl/modest-tny-platform-factory.sgml +++ b/docs/reference/tmpl/modest-tny-platform-factory.sgml @@ -33,30 +33,3 @@ ModestTnyPlatformFactory @Returns: - - - - - -@fact: -@Returns: - - - - - - - -@fact: -@Returns: - - - - - - - -@fact: -@Returns: - - diff --git a/docs/reference/tmpl/modest-transport-widget.sgml b/docs/reference/tmpl/modest-transport-widget.sgml index eef2c1a..b7d09dd 100644 --- a/docs/reference/tmpl/modest-transport-widget.sgml +++ b/docs/reference/tmpl/modest-transport-widget.sgml @@ -30,7 +30,6 @@ ModestTransportWidget -@factory: @proto: @Returns: @@ -44,6 +43,15 @@ ModestTransportWidget @Returns: + + + + + +@self: +@Returns: + + diff --git a/docs/reference/tmpl/modest-transport-widget.sgml.bak b/docs/reference/tmpl/modest-transport-widget.sgml.bak index f780a59..8795610 100644 --- a/docs/reference/tmpl/modest-transport-widget.sgml.bak +++ b/docs/reference/tmpl/modest-transport-widget.sgml.bak @@ -9,13 +9,11 @@ ModestTransportWidget - - @@ -30,7 +28,6 @@ ModestTransportWidget -@factory: @proto: @Returns: diff --git a/docs/reference/tmpl/modest-ui-actions.sgml b/docs/reference/tmpl/modest-ui-actions.sgml index a7d82b2..e288767 100644 --- a/docs/reference/tmpl/modest-ui-actions.sgml +++ b/docs/reference/tmpl/modest-ui-actions.sgml @@ -19,3 +19,270 @@ modest-ui-actions + + + + + +@widget: +@win: + + + + + + + +@widget: +@main_window: + + + + + + + +@widget: +@win: + + + + + + + +@widget: +@win: + + + + + + + +@widget: +@win: + + + + + + + +@widget: +@win: + + + + + + + +@widget: +@main_window: + + + + + + + +@widget: +@main_window: + + + + + + + +@widget: +@main_window: + + + + + + + +@widget: +@main_window: + + + + + + + +@widget: +@main_window: + + + + + + + +@folder_view: +@header: +@main_window: + + + + + + + +@folder_view: +@header: +@main_window: + + + + + + + +@folder_view: +@folder: +@selected: +@main_window: + + + + + + + +@toggle: +@main_window: + + + + + + + +@header_view: +@type: +@window: + + + + + + + +@header_view: +@msg: +@num: +@total: +@main_window: + + + + + + + +@msgview: +@link: +@win: + + + + + + + +@msgview: +@link: +@win: + + + + + + + +@msgview: +@index: +@win: + + + + + + + +@widget: +@edit_window: + + + + + + + +@widget: +@main_window: + + + + + + + +@widget: +@main_window: + + + + + + + +@widget: +@main_window: + + + + + + + +@widget: +@main_window: + + + + + + + +@device: +@online: +@main_window: + + + + + + + +@store: +@user_data: + + + + + + + +@folder_view: +@folder: +@parent: +@done: +@user_data: + + diff --git a/docs/reference/tmpl/modest-unused.sgml b/docs/reference/tmpl/modest-unused.sgml index e69de29..b5d2c73 100644 --- a/docs/reference/tmpl/modest-unused.sgml +++ b/docs/reference/tmpl/modest-unused.sgml @@ -0,0 +1,690 @@ + + + + + + + + + + + + + + + + + + + + + +modest-debug + + + + + + + + + + + + + + + + + + + + + + + +modest-edit-msg-window-ui + + + + + + + + + + + + + + + + + + + + + + + +ModestEditMsgWindow + + + + + + + + + + + + + + + + + + + + + + + +modest-icon-factory + + + + + + + + + + + + + + + + + + + + + + + +modest-init + + + + + + + + + + + + + + + + + + + + + + + +modest-presets + + + + + + + + + + + + + + + + + + + + + + + +modest-tny-msg-actions + + + + + + + + + + + + + + + + + + + + + + + +modest-ui-priv + + + + + + + + + + + + + + + + + + + + + + + +ModestUI + + + + + + + + + + + + + + + + + + + + + + + +ModestWidgetFactory + + + + + + + +@MODEST_COMBO_BOX_TYPE_STORE_PROTOS: +@MODEST_COMBO_BOX_TYPE_TRANSPORT_PROTOS: +@MODEST_COMBO_BOX_TYPE_SECURITY_PROTOS: +@MODEST_COMBO_BOX_TYPE_AUTH_PROTOS: +@MODEST_COMBO_BOX_TYPE_TRANSPORTS: +@MODEST_COMBO_BOX_TYPE_REMOTE_STORES: + + + + + + +@MODEST_DEBUG_ABORT_ON_WARNING: +@MODEST_DEBUG_LOG_ACTIONS: +@MODEST_DEBUG_DEBUG_OBJECTS: +@MODEST_DEBUG_DEBUG_SIGNALS: + + + + + + + + + + + + +@MODEST_LOCAL_FOLDER_TYPE_UNKNOWN: +@MODEST_LOCAL_FOLDER_TYPE_DRAFTS: +@MODEST_LOCAL_FOLDER_TYPE_SENT: +@MODEST_LOCAL_FOLDER_TYPE_OUTBOX: +@MODEST_LOCAL_FOLDER_TYPE_ARCHIVE: +@MODEST_LOCAL_FOLDER_TYPE_JUNK: +@MODEST_LOCAL_FOLDER_TYPE_TRASH: +@MODEST_LOCAL_FOLDER_TYPE_NUM: + + + + + + +@keyfile: + + + + + + +@MODEST_PRESETS_INFO_NONE: +@MODEST_PRESETS_INFO_IMAP: +@MODEST_PRESETS_INFO_POP: +@MODEST_PRESETS_INFO_SMTP: +@MODEST_PRESETS_INFO_APOP: +@MODEST_PRESETS_INFO_SECURE_SMTP: +@MODEST_PRESETS_INFO_SECURE_INCOMING: + + + + + + + + + + + + + + + + + + +@widget_factory: +@account_store: +@main_window: +@ui_manager: + + + + + + + + + + + + +@self: +@name: +@Returns: + + + + + + +@self: +@name: +@enabled: +@Returns: + + + + + + + + + + + + +@Returns: + + + + + + + + + + + + +@edit_window: +@data: + + + + + + +@edit_window: +@Returns: + + + + + + +@factory: +@account_store: +@type: +@Returns: + + + + + + +@self: +@msg: + + + + + + +@n: + + + + + + +@name: +@Returns: + + + + + + +@name: +@width: +@height: +@Returns: + + + + + + +@n: + + + + + + + + + + + + + + + + + + +@overwrite: +@Returns: + + + + + + +@Returns: + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + +@self: + + + + + + +@self: +@provider: +@incoming_server: +@Returns: + + + + + + +@self: +@mcc: +@include_globals: +@Returns: + + + + + + +@self: +@provider: +@incoming_server: +@Returns: + + + + + + +@presetfile: +@Returns: + + + + + + +@self: +@want_html: +@Returns: + + + + + + +@self: +@want_html: +@Returns: + + + + + + +@msg: +@index: +@Returns: + + + + + + +@fact: +@Returns: + + + + + + +@fact: +@Returns: + + + + + + +@fact: +@Returns: + + + + + + +@modest_ui: +@edit_type: +@Returns: + + + + + + +@modest_ui: +@Returns: + + + + + + +@account_store: +@Returns: + + + + + + +@self: +@Returns: + + + + + + +@self: +@type: +@Returns: + + + + + + +@self: +@Returns: + + + + + + +@self: +@Returns: + + + + + + +@self: +@Returns: + + + + + + +@self: +@Returns: + + + + + + +@self: +@Returns: + + + + + + +@self: +@Returns: + + + + + + +@self: +@Returns: + + + + + + +@Returns: + + + + + + +@window: +@Returns: + + + + + + +@window: +@Returns: + diff --git a/docs/reference/tmpl/modest-window-priv.sgml b/docs/reference/tmpl/modest-window-priv.sgml index 85fc378..5927478 100644 --- a/docs/reference/tmpl/modest-window-priv.sgml +++ b/docs/reference/tmpl/modest-window-priv.sgml @@ -24,9 +24,6 @@ modest-window-priv -@widget_factory: -@plat_factory: -@account_store: @ui_manager: @toolbar: @menubar: diff --git a/docs/reference/tmpl/modest-window.sgml b/docs/reference/tmpl/modest-window.sgml index f0fb089..677312e 100644 --- a/docs/reference/tmpl/modest-window.sgml +++ b/docs/reference/tmpl/modest-window.sgml @@ -37,21 +37,3 @@ ModestWindow - - - - - -@window: -@Returns: - - - - - - - -@window: -@Returns: - - diff --git a/src/modest-defs.h b/src/modest-defs.h index 19239af..2f50285 100644 --- a/src/modest-defs.h +++ b/src/modest-defs.h @@ -72,7 +72,7 @@ /* server account keys */ #define MODEST_ACCOUNT_PASSWORD "password" /* string */ -#define MDOEST_ACCOUNT_REMEMBER_PWD "remember_pwd" /* boolean */ +#define MODEST_ACCOUNT_REMEMBER_PWD "remember_pwd" /* boolean */ #define MODEST_ACCOUNT_HOSTNAME "hostname" /* string */ #define MODEST_ACCOUNT_USERNAME "username" /* string */ #define MODEST_ACCOUNT_URI "uri" /* string */ diff --git a/tests/Makefile.am b/tests/Makefile.am index e224845..ae643d3 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -52,7 +52,6 @@ objects=\ ${top_srcdir}/src/modest-widget-memory.o \ ${top_srcdir}/src/modest-tny-account-store.o \ ${top_srcdir}/src/modest-tny-platform-factory.o \ - ${top_srcdir}/src/modest-widget-factory.o \ ${top_srcdir}/src/modest-tny-send-queue.o \ ${top_srcdir}/src/modest-mail-operation-queue.o \ ${top_srcdir}/src/modest-mail-operation.o \ diff --git a/tests/check_folder-transfer.c b/tests/check_folder-transfer.c index 4709676..65c7703 100644 --- a/tests/check_folder-transfer.c +++ b/tests/check_folder-transfer.c @@ -38,7 +38,6 @@ #include #include #include -#include #include #include