* some fixes for the doc generation
authorDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 12 Nov 2007 13:50:15 +0000 (13:50 +0000)
committerDirk-Jan C. Binnema <dirk-jan.binnema@nokia.com>
Mon, 12 Nov 2007 13:50:15 +0000 (13:50 +0000)
pmo-trunk-r3708

21 files changed:
docs/Makefile.am
docs/reference/Makefile.am
docs/reference/modest-docs.sgml
docs/reference/tmpl/modest-account-mgr.sgml
docs/reference/tmpl/modest-defs.sgml
docs/reference/tmpl/modest-error.sgml
docs/reference/tmpl/modest-formatter.sgml
docs/reference/tmpl/modest-header-view.sgml
docs/reference/tmpl/modest-icon-names.sgml
docs/reference/tmpl/modest-local-folder-info.sgml
docs/reference/tmpl/modest-mail-operation.sgml
docs/reference/tmpl/modest-marshal.sgml
docs/reference/tmpl/modest-msg-view.sgml
docs/reference/tmpl/modest-protocol-info.sgml
docs/reference/tmpl/modest-store-widget.sgml
docs/reference/tmpl/modest-text-utils.sgml
docs/reference/tmpl/modest-tny-account-store.sgml
docs/reference/tmpl/modest-tny-folder.sgml
docs/reference/tmpl/modest-ui-actions.sgml
docs/reference/tmpl/modest-unused.sgml
docs/reference/tmpl/modest-window-priv.sgml

index a7df91c..d7dae49 100644 (file)
@@ -1,5 +1,7 @@
 #
 # Makefile.am
-# Time-stamp: <2006-04-17 13:23:36 (djcb)>
+# Time-stamp: <2007-11-12 12:39:12 (djcb)>
+#
+
 SUBDIRS=reference
 
index 6932beb..334c14b 100644 (file)
@@ -24,7 +24,6 @@ SCANGOBJ_OPTIONS=
 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED" 
 SCAN_OPTIONS= \
        --source-dir=$(top_srcdir)/src/widgets \
-       --source-dir=$(top_srcdir)/src/gtk \
        --source-dir=$(top_srcdir)/src
 
 # Extra options to supply to gtkdoc-mkdb.
@@ -42,8 +41,8 @@ FIXXREF_OPTIONS=
 # Used for dependencies. The docs will be rebuilt if any of these change.
 # e.g. HFILE_GLOB=$(top_srcdir)/*.h
 # e.g. CFILE_GLOB=$(top_srcdir)/*.c
-HFILE_GLOB=$(top_srcdir)/src/*.h $(top_srcdir)/src/widgets/*.h  $(top_srcdir)/src/gtk/*.h 
-CFILE_GLOB=$(top_srcdir)/src/*.c $(top_srcdir)/src/widgets/*.c  $(top_srcdir)/src/gtk/*.c 
+HFILE_GLOB=$(top_srcdir)/src/*.h $(top_srcdir)/src/widgets/*.h  
+CFILE_GLOB=$(top_srcdir)/src/*.c $(top_srcdir)/src/widgets/*.c  
 
 # Header files to ignore when scanning.
 # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
@@ -72,41 +71,103 @@ expand_content_files=
 # e.g. INCLUDES=-I$(top_srcdir) -I$(top_builddir) $(GTK_DEBUG_FLAGS)
 # e.g. GTKDOC_LIBS=$(top_builddir)/gtk/$(gtktargetlib)
 INCLUDES=                                              \
-       -I$(top_srcdir)/src $(MODEST_GSTUFF_CFLAGS)     \
-       -I$(top_srcdir)/src                             \
-       -I$(top_srcdir)/src/gtk                         \
+       -I$(top_srcdir)/src                             \
        -I$(top_srcdir)/src/widgets
-
+       $(MODEST_GSTUFF_CFLAGS)\
+       $(MODEST_PLATFORM_CFLAGS) \
+       $(MODEST_HILDON_WIDGETS_CFLAGS) \
+       $(MODEST_OGS_CFLAGS) \
+       $(MODEST_HILDON_HELP_CFLAGS) \
+       $(MODEST_HILDON_NOTIFY_CFLAGS) \
+       $(MODEST_MOZEMBED_CFLAGS) \
+       -I$(MODEST_PLATFORM) \
+       -DPREFIX=\"@prefix@\" \
+       -DMAEMO_CHANGES \
+       -DMODEST_LOCALEDIR=\"$(MODEST_LOCALEDIR)\" \
+       -DMODEST_PLATFORM=\"$(MODEST_PLATFORM)\" \
+       -DPIXMAP_PREFIX=\"${datadir}/pixmaps/modest/\" \
+       -DMODEST_UIDIR=\"$(datadir)/modest/ui/\"
 
 GTKDOC_LIBS= \
-       $(MODEST_LIBTINYMAIL_GNOME_DESKTOP_LIBS)        \
-       $(MODEST_LIBTINYMAIL_MAEMO_LIBS)                \
-       $(MODEST_GSTUFF_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-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-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.o \
-       ${top_builddir}/src/modest-tny-platform-factory.o \
-       ${top_builddir}/src/modest-tny-send-queue.o \
-       ${top_builddir}/src/modest-ui-actions.o \
-       ${top_builddir}/src/modest-widget-memory.o
+       $(MODEST_GSTUFF_LIBS)                           \
+       $(MODEST_MOZEMBED_LIBS)                         \
+       $(MODEST_PLATFORM_LIBS)                         \
+       $(MODEST_HILDON_WIDGETS_LIBS)                   \
+       $(MODEST_HILDON_HELP_LIBS)                      \
+       $(MODEST_HILDON_NOTIFY_LIBS)                    \
+       $(MODEST_OGS_LIBS)                              \
+       ${easysetupmaybe}                               \
+       $(MODEST_PLATFORM)/libmodest-ui.la              \
+       widgets/libmodest-widgets.la                    \
+       dbus_api/libmodest-dbus-api.la                  \
+       ${top_builddir}/src/modest-modest-account-mgr-helpers.o \
+       ${top_builddir}/src/modest-modest-account-mgr.o \
+       ${top_builddir}/src/modest-modest-address-book-dummy.o \
+       ${top_builddir}/src/modest-modest-cache-mgr.o \
+       ${top_builddir}/src/modest-modest-conf.o \
+       ${top_builddir}/src/modest-modest-dimming-rule.o \
+       ${top_builddir}/src/modest-modest-dimming-rules-group.o \
+       ${top_builddir}/src/modest-modest-email-clipboard.o \
+       ${top_builddir}/src/modest-modest-formatter.o \
+       ${top_builddir}/src/modest-modest-init.o \
+       ${top_builddir}/src/modest-modest-local-folder-info.o \
+       ${top_builddir}/src/modest-modest-mail-operation.o \
+       ${top_builddir}/src/modest-modest-mail-operation-queue.o \
+       ${top_builddir}/src/modest-modest-main.o \
+       ${top_builddir}/src/modest-modest-marshal.o \
+       ${top_builddir}/src/modest-modest-pair.o \
+       ${top_builddir}/src/modest-modest-progress-object.o \
+       ${top_builddir}/src/modest-modest-protocol-info.o \
+       ${top_builddir}/src/modest-modest-runtime.o \
+       ${top_builddir}/src/modest-modest-search.o \
+       ${top_builddir}/src/modest-modest-signal-mgr.o \
+       ${top_builddir}/src/modest-modest-singletons.o \
+       ${top_builddir}/src/modest-modest-stream-text-to-html.o \
+       ${top_builddir}/src/modest-modest-text-utils.o \
+       ${top_builddir}/src/modest-modest-tny-account.o \
+       ${top_builddir}/src/modest-modest-tny-account-store.o \
+       ${top_builddir}/src/modest-modest-tny-folder.o \
+       ${top_builddir}/src/modest-modest-tny-local-folders-account.o \
+       ${top_builddir}/src/modest-modest-tny-msg.o \
+       ${top_builddir}/src/modest-modest-tny-outbox-account.o \
+       ${top_builddir}/src/modest-modest-tny-platform-factory.o \
+       ${top_builddir}/src/modest-modest-tny-send-queue.o \
+       ${top_builddir}/src/modest-modest-transport-account-decorator.o \
+       ${top_builddir}/src/modest-modest-ui-actions.o \
+       ${top_builddir}/src/modest-modest-ui-dimming-manager.o \
+       ${top_builddir}/src/modest-modest-ui-dimming-rules.o \
+       ${top_builddir}/src/modest-modest-widget-memory.o \
+       ${top_builddir}/src/widgets/modest-account-view.o \
+       ${top_builddir}/src/widgets/modest-attachments-view.o \
+       ${top_builddir}/src/widgets/modest-attachment-view.o \
+       ${top_builddir}/src/widgets/modest-combo-box.o \
+       ${top_builddir}/src/widgets/modest-details-dialog.o \
+       ${top_builddir}/src/widgets/modest-dnd.o \
+       ${top_builddir}/src/widgets/modest-folder-view.o \
+       ${top_builddir}/src/widgets/modest-global-settings-dialog.o \
+       ${top_builddir}/src/widgets/modest-gtkhtml-mime-part-view.o \
+       ${top_builddir}/src/widgets/modest-gtkhtml-msg-view.o \
+       ${top_builddir}/src/widgets/modest-hbox-cell-renderer.o \
+       ${top_builddir}/src/widgets/modest-header-view.o \
+       ${top_builddir}/src/widgets/modest-header-view-observer.o \
+       ${top_builddir}/src/widgets/modest-header-view-render.o \
+       ${top_builddir}/src/widgets/modest-isearch-view.o \
+       ${top_builddir}/src/widgets/modest-limit-retrieve-combo-box.o \
+       ${top_builddir}/src/widgets/modest-mail-header-view.o \
+       ${top_builddir}/src/widgets/modest-mime-part-view.o \
+       ${top_builddir}/src/widgets/modest-msg-view.o \
+       ${top_builddir}/src/widgets/modest-recpt-editor.o \
+       ${top_builddir}/src/widgets/modest-recpt-view.o \
+       ${top_builddir}/src/widgets/modest-retrieve-combo-box.o \
+       ${top_builddir}/src/widgets/modest-scroll-text.o \
+       ${top_builddir}/src/widgets/modest-secureauth-combo-box.o \
+       ${top_builddir}/src/widgets/modest-serversecurity-combo-box.o \
+       ${top_builddir}/src/widgets/modest-tny-stream-gtkhtml.o \
+       ${top_builddir}/src/widgets/modest-validating-entry.o \
+       ${top_builddir}/src/widgets/modest-vbox-cell-renderer.o \
+       ${top_builddir}/src/widgets/modest-window-mgr.o \
+       ${top_builddir}/src/widgets/modest-window.o \
+       ${top_builddir}/src/widgets/modest-zoomable.o 
 
 # This includes the standard gtk-doc make rules, copied by gtkdocize.
 include $(top_srcdir)/gtk-doc.make
index a19671c..42a2f05 100644 (file)
 <!ENTITY widgets-ModestMainWindow SYSTEM "xml/modest-main-window.xml">
 <!ENTITY widgets-ModestMsgView SYSTEM "xml/modest-msg-view.xml">
 
-<!ENTITY gtk-ModestAccountViewWindow SYSTEM "xml/modest-account-view-window.xml">
-<!ENTITY gtk-ModestAccountAssistant SYSTEM "xml/modest-account-assistant.xml">
-<!ENTITY gtk-ModestMsgEditWindow SYSTEM "xml/modest-msg-edit-window.xml">
-<!ENTITY gtk-ModestStoreWidget SYSTEM "xml/modest-store-widget.xml">
-<!ENTITY gtk-modestTransportWidget SYSTEM "xml/modest-transport-widget.xml">
-
 <!-- <!ENTITY index-Object-Tree SYSTEM "xml/tree_index.sgml"> -->
 
 <!ENTITY preface SYSTEM "modest-preface.sgml">
@@ -45,7 +39,7 @@
   <bookinfo>
     <title>modest technical documentation</title>
     <copyright>
-      <year>2006</year>
+      <year>2006, 2007</year>
       <holder>Nokia Corporation</holder>
     </copyright>
   </bookinfo>
index 76e4a32..3d68215 100644 (file)
@@ -42,8 +42,13 @@ ModestAccountMgr
 
 @self: 
 @name: 
+@display_name: 
+@user_fullname: 
+@user_email: 
+@retrieve_type: 
 @store_name: 
 @transport_name: 
+@enabled: 
 @Returns: 
 
 
@@ -55,6 +60,7 @@ ModestAccountMgr
 @self: 
 @name: 
 @hostname: 
+@portnumber: 
 @username: 
 @password: 
 @proto: 
@@ -82,7 +88,6 @@ ModestAccountMgr
 
 @self: 
 @name: 
-@server_account: 
 @Returns: 
 
 
@@ -92,18 +97,7 @@ ModestAccountMgr
 </para>
 
 @self: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_account_mgr_search_server_accounts ##### -->
-<para>
-
-</para>
-
-@self: 
-@account_name: 
-@type: 
-@proto: 
+@only_enabled: 
 @Returns: 
 
 
index 5423616..e477925 100644 (file)
@@ -54,13 +54,6 @@ modest-defs
 
 
 
-<!-- ##### MACRO MODEST_LOCAL_FOLDERS_DISPLAY_NAME ##### -->
-<para>
-
-</para>
-
-
-
 <!-- ##### MACRO MODEST_CONF_NAMESPACE ##### -->
 <para>
 
@@ -215,10 +208,3 @@ modest-defs
 
 
 
-<!-- ##### MACRO MODEST_ACCOUNT_OPTIONS ##### -->
-<para>
-
-</para>
-
-
-
index cc815a7..d95e86c 100644 (file)
@@ -31,9 +31,12 @@ modest-error
 
 </para>
 
-@MODEST_MAIL_OPERATION_ERROR_BAD_ACCOUNT: 
-@MODEST_MAIL_OPERATION_ERROR_MISSING_PARAMETER: 
+@MODEST_MAIL_OPERATION_ERROR_BAD_PARAMETER: 
 @MODEST_MAIL_OPERATION_ERROR_OPERATION_CANCELED: 
 @MODEST_MAIL_OPERATION_ERROR_ITEM_NOT_FOUND: 
-@MODEST_MAIL_OPERATION_ERROR_INTERNAL: 
+@MODEST_MAIL_OPERATION_ERROR_FOLDER_RULES: 
+@MODEST_MAIL_OPERATION_ERROR_FOLDER_EXISTS: 
+@MODEST_MAIL_OPERATION_ERROR_MESSAGE_SIZE_LIMIT: 
+@MODEST_MAIL_OPERATION_ERROR_RETRIEVAL_NUMBER_LIMIT: 
+@MODEST_MAIL_OPERATION_ERROR_INSTANCE_CREATION_FAILED: 
 
index c66aa03..43ff26e 100644 (file)
@@ -32,6 +32,7 @@ ModestFormatter
 </para>
 
 @content_type: 
+@signature: 
 @Returns: 
 
 
@@ -54,6 +55,7 @@ ModestFormatter
 @self: 
 @part: 
 @header: 
+@attachments: 
 @Returns: 
 
 
@@ -65,6 +67,7 @@ ModestFormatter
 @self: 
 @part: 
 @header: 
+@attachments: 
 @Returns: 
 
 
@@ -74,7 +77,7 @@ ModestFormatter
 </para>
 
 @self: 
-@part: 
+@msg: 
 @header: 
 @Returns: 
 
index 8368251..f6a95a3 100644 (file)
@@ -39,8 +39,12 @@ ModestHeaderView
 @MODEST_HEADER_VIEW_COLUMN_MSGTYPE: 
 @MODEST_HEADER_VIEW_COLUMN_ATTACH: 
 @MODEST_HEADER_VIEW_COLUMN_SIZE: 
+@MODEST_HEADER_VIEW_COLUMN_STATUS: 
+@MODEST_HEADER_VIEW_COLUMN_COMPACT_FLAG: 
 @MODEST_HEADER_VIEW_COLUMN_COMPACT_HEADER_IN: 
 @MODEST_HEADER_VIEW_COLUMN_COMPACT_HEADER_OUT: 
+@MODEST_HEADER_VIEW_COLUMN_COMPACT_SENT_DATE: 
+@MODEST_HEADER_VIEW_COLUMN_COMPACT_RECEIVED_DATE: 
 @MODEST_HEADER_VIEW_COLUMN_NUM: 
 
 <!-- ##### ENUM ModestHeaderViewStyle ##### -->
@@ -85,6 +89,8 @@ ModestHeaderView
 
 @self: 
 @folder: 
+@callback: 
+@user_data: 
 
 
 <!-- ##### FUNCTION modest_header_view_get_folder ##### -->
@@ -103,6 +109,7 @@ ModestHeaderView
 
 @self: 
 @columns: 
+@type: 
 @Returns: 
 
 
index 40c98ab..830d00d 100644 (file)
@@ -124,27 +124,6 @@ modest-icon-names
 
 
 
-<!-- ##### MACRO MODEST_FOLDER_ICON_CONTACTS ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MODEST_FOLDER_ICON_NOTES ##### -->
-<para>
-
-</para>
-
-
-
-<!-- ##### MACRO MODEST_FOLDER_ICON_CALENDAR ##### -->
-<para>
-
-</para>
-
-
-
 <!-- ##### MACRO MODEST_TOOLBAR_ICON_MAIL_SEND ##### -->
 <para>
 
index e709f36..cbd0fbf 100644 (file)
@@ -19,31 +19,6 @@ ModestMailOperation
 <!-- ##### SECTION Stability_Level ##### -->
 
 
-<!-- ##### ENUM ModestMailOperationForwardType ##### -->
-<para>
-
-</para>
-
-@MODEST_MAIL_OPERATION_FORWARD_TYPE_INLINE: 
-@MODEST_MAIL_OPERATION_FORWARD_TYPE_ATTACHMENT: 
-
-<!-- ##### ENUM ModestMailOperationReplyType ##### -->
-<para>
-
-</para>
-
-@MODEST_MAIL_OPERATION_REPLY_TYPE_CITE: 
-@MODEST_MAIL_OPERATION_REPLY_TYPE_QUOTE: 
-
-<!-- ##### ENUM ModestMailOperationReplyMode ##### -->
-<para>
-
-</para>
-
-@MODEST_MAIL_OPERATION_REPLY_MODE_SENDER: 
-@MODEST_MAIL_OPERATION_REPLY_MODE_LIST: 
-@MODEST_MAIL_OPERATION_REPLY_MODE_ALL: 
-
 <!-- ##### ENUM ModestMailOperationStatus ##### -->
 <para>
 
@@ -68,6 +43,7 @@ ModestMailOperation
 
 </para>
 
+@source: 
 @Returns: 
 
 
@@ -88,36 +64,17 @@ ModestMailOperation
 
 @self: 
 @transport_account: 
+@draft_msg: 
 @from: 
 @to: 
 @cc: 
 @bcc: 
 @subject: 
-@body: 
+@plain_body: 
+@html_body: 
 @attachments_list: 
-
-
-<!-- ##### FUNCTION modest_mail_operation_create_forward_mail ##### -->
-<para>
-
-</para>
-
-@msg: 
-@from: 
-@forward_type: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_mail_operation_create_reply_mail ##### -->
-<para>
-
-</para>
-
-@msg: 
-@from: 
-@reply_type: 
-@reply_mode: 
-@Returns: 
+@images_list: 
+@priority_flags: 
 
 
 <!-- ##### FUNCTION modest_mail_operation_update_account ##### -->
@@ -126,7 +83,9 @@ ModestMailOperation
 </para>
 
 @self: 
-@store_account: 
+@account_name: 
+@callback: 
+@user_data: 
 @Returns: 
 
 
index 66b00d6..055b5f3 100644 (file)
@@ -19,3 +19,115 @@ modest-marshal
 <!-- ##### SECTION Stability_Level ##### -->
 
 
+<!-- ##### FUNCTION modest_marshal_VOID__POINTER_POINTER ##### -->
+<para>
+
+</para>
+
+@closure: 
+@return_value: 
+@n_param_values: 
+@param_values: 
+@invocation_hint: 
+@marshal_data: 
+
+
+<!-- ##### FUNCTION modest_marshal_VOID__POINTER_POINTER_POINTER ##### -->
+<para>
+
+</para>
+
+@closure: 
+@return_value: 
+@n_param_values: 
+@param_values: 
+@invocation_hint: 
+@marshal_data: 
+
+
+<!-- ##### FUNCTION modest_marshal_VOID__POINTER_BOOLEAN ##### -->
+<para>
+
+</para>
+
+@closure: 
+@return_value: 
+@n_param_values: 
+@param_values: 
+@invocation_hint: 
+@marshal_data: 
+
+
+<!-- ##### MACRO modest_marshal_VOID__POINTER_BOOL ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### FUNCTION modest_marshal_VOID__STRING_INT ##### -->
+<para>
+
+</para>
+
+@closure: 
+@return_value: 
+@n_param_values: 
+@param_values: 
+@invocation_hint: 
+@marshal_data: 
+
+
+<!-- ##### FUNCTION modest_marshal_VOID__STRING_INT_INT ##### -->
+<para>
+
+</para>
+
+@closure: 
+@return_value: 
+@n_param_values: 
+@param_values: 
+@invocation_hint: 
+@marshal_data: 
+
+
+<!-- ##### FUNCTION modest_marshal_VOID__STRING_BOOLEAN ##### -->
+<para>
+
+</para>
+
+@closure: 
+@return_value: 
+@n_param_values: 
+@param_values: 
+@invocation_hint: 
+@marshal_data: 
+
+
+<!-- ##### MACRO modest_marshal_VOID__STRING_BOOL ##### -->
+<para>
+
+</para>
+
+
+
+<!-- ##### FUNCTION modest_marshal_VOID__STRING_STRING_BOOLEAN ##### -->
+<para>
+
+</para>
+
+@closure: 
+@return_value: 
+@n_param_values: 
+@param_values: 
+@invocation_hint: 
+@marshal_data: 
+
+
+<!-- ##### MACRO modest_marshal_VOID__STRING_STRING_BOOL ##### -->
+<para>
+
+</para>
+
+
+
index 5e0c3ad..3222a23 100644 (file)
@@ -24,23 +24,4 @@ ModestMsgView
 
 </para>
 
-@parent: 
-
-<!-- ##### FUNCTION modest_msg_view_new ##### -->
-<para>
-
-</para>
-
-@tny_msg: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_msg_view_set_message ##### -->
-<para>
-
-</para>
-
-@self: 
-@tny_msg: 
-
 
index a919423..fcbf63c 100644 (file)
@@ -19,92 +19,6 @@ modest-protocol-info
 <!-- ##### SECTION Stability_Level ##### -->
 
 
-<!-- ##### ENUM ModestProtocol ##### -->
-<para>
-
-</para>
-
-@MODEST_PROTOCOL_UNKNOWN: 
-@MODEST_PROTOCOL_TRANSPORT_SENDMAIL: 
-@MODEST_PROTOCOL_TRANSPORT_SMTP: 
-@MODEST_PROTOCOL_STORE_POP: 
-@MODEST_PROTOCOL_STORE_IMAP: 
-@MODEST_PROTOCOL_STORE_MAILDIR: 
-@MODEST_PROTOCOL_STORE_MBOX: 
-@MODEST_PROTOCOL_SECURITY_NONE: 
-@MODEST_PROTOCOL_SECURITY_SSL: 
-@MODEST_PROTOCOL_SECURITY_TLS: 
-@MODEST_PROTOCOL_SECURITY_TLS_OP: 
-@MODEST_PROTOCOL_AUTH_NONE: 
-@MODEST_PROTOCOL_AUTH_PASSWORD: 
-@MODEST_PROTOCOL_NUM: 
-
-<!-- ##### ENUM ModestProtocolType ##### -->
-<para>
-
-</para>
-
-@MODEST_PROTOCOL_TYPE_UNKNOWN: 
-@MODEST_PROTOCOL_TYPE_TRANSPORT: 
-@MODEST_PROTOCOL_TYPE_STORE: 
-@MODEST_PROTOCOL_TYPE_SECURITY: 
-@MODEST_PROTOCOL_TYPE_AUTH: 
-@MODEST_PROTOCOL_TYPE_NUM: 
-
-<!-- ##### FUNCTION modest_protocol_info_get_protocol_list ##### -->
-<para>
-
-</para>
-
-@type: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_protocol_info_get_protocol_pair_list ##### -->
-<para>
-
-</para>
-
-@type: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_protocol_info_get_protocol_type ##### -->
-<para>
-
-</para>
-
-@proto: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_protocol_info_get_protocol ##### -->
-<para>
-
-</para>
-
-@name: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_protocol_info_get_protocol_name ##### -->
-<para>
-
-</para>
-
-@proto: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_protocol_info_get_protocol_display_name ##### -->
-<para>
-
-</para>
-
-@proto: 
-@Returns: 
-
-
 <!-- ##### FUNCTION modest_protocol_info_protocol_is_local_store ##### -->
 <para>
 
index c3d3e88..e3b58ee 100644 (file)
@@ -35,15 +35,6 @@ ModestStoreWidget
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_store_widget_get_remember_password ##### -->
-<para>
-
-</para>
-
-@self: 
-@Returns: 
-
-
 <!-- ##### FUNCTION modest_store_widget_get_username ##### -->
 <para>
 
index 9b28841..dcae66d 100644 (file)
@@ -36,8 +36,10 @@ modest-text-utils
 
 @text: 
 @content_type: 
+@signature: 
 @from: 
 @sent_date: 
+@attachments: 
 @limit: 
 @Returns: 
 
@@ -49,6 +51,7 @@ modest-text-utils
 
 @text: 
 @content_type: 
+@signature: 
 @from: 
 @sent_date: 
 @Returns: 
@@ -61,6 +64,7 @@ modest-text-utils
 
 @text: 
 @content_type: 
+@signature: 
 @from: 
 @sent_date: 
 @to: 
@@ -105,7 +109,6 @@ modest-text-utils
 </para>
 
 @address: 
-@Returns: 
 
 
 <!-- ##### FUNCTION modest_text_utils_get_subject_prefix_len ##### -->
@@ -152,6 +155,7 @@ modest-text-utils
 </para>
 
 @email_address: 
+@invalid_char_position: 
 @Returns: 
 
 
index f8f31cb..6f9b74b 100644 (file)
@@ -42,33 +42,3 @@ ModestTnyAccountStore
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_tny_account_store_get_tny_account_by_id ##### -->
-<para>
-
-</para>
-
-@self: 
-@id: 
-@Returns: 
-
-
-<!-- ##### FUNCTION modest_tny_account_store_get_tny_account_by_account ##### -->
-<para>
-
-</para>
-
-@self: 
-@account_name: 
-@type: 
-@Returns: 
-
-
-<!-- ##### FUNCTION tny_account_store_get_session ##### -->
-<para>
-
-</para>
-
-@self: 
-@Returns: 
-
-
index 1bb9cbd..bb41aad 100644 (file)
@@ -24,8 +24,10 @@ modest-tny-folder
 
 </para>
 
-@MODEST_FOLDER_RULES_FOLDER_READ_ONLY: 
-@MODEST_FOLDER_RULES_FOLDER_DELETABLE: 
+@MODEST_FOLDER_RULES_FOLDER_NON_WRITEABLE: 
+@MODEST_FOLDER_RULES_FOLDER_NON_DELETABLE: 
+@MODEST_FOLDER_RULES_FOLDER_NON_MOVEABLE: 
+@MODEST_FOLDER_RULES_FOLDER_NON_RENAMEABLE: 
 
 <!-- ##### FUNCTION modest_tny_folder_guess_folder_type ##### -->
 <para>
@@ -36,15 +38,6 @@ modest-tny-folder
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_tny_folder_guess_folder_type_from_name ##### -->
-<para>
-
-</para>
-
-@folder_name: 
-@Returns: 
-
-
 <!-- ##### FUNCTION modest_tny_folder_is_local_folder ##### -->
 <para>
 
@@ -54,15 +47,6 @@ modest-tny-folder
 @Returns: 
 
 
-<!-- ##### FUNCTION modest_tny_folder_get_local_folder_type ##### -->
-<para>
-
-</para>
-
-@folder: 
-@Returns: 
-
-
 <!-- ##### FUNCTION modest_tny_folder_get_rules ##### -->
 <para>
 
index cbb3876..ca53de0 100644 (file)
@@ -24,16 +24,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
-@win: 
-
-
-<!-- ##### FUNCTION modest_ui_actions_on_delete ##### -->
-<para>
-
-</para>
-
-@widget: 
+@action: 
 @win: 
 
 
@@ -42,7 +33,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
+@action: 
 @win: 
 
 
@@ -51,7 +42,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
+@action: 
 @win: 
 
 
@@ -60,7 +51,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
+@action: 
 @win: 
 
 
@@ -69,7 +60,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
+@action: 
 @win: 
 
 
@@ -78,7 +69,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
+@action: 
 @win: 
 
 
@@ -87,7 +78,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
+@action: 
 @win: 
 
 
@@ -96,7 +87,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
+@action: 
 @win: 
 
 
@@ -105,16 +96,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
-@main_window: 
-
-
-<!-- ##### FUNCTION modest_ui_actions_toggle_view ##### -->
-<para>
-
-</para>
-
-@widget: 
+@action: 
 @main_window: 
 
 
@@ -144,20 +126,11 @@ modest-ui-actions
 </para>
 
 @folder_view: 
-@folder: 
+@folder_store: 
 @selected: 
 @main_window: 
 
 
-<!-- ##### FUNCTION modest_ui_actions_on_online_toggle_toggled ##### -->
-<para>
-
-</para>
-
-@toggle: 
-@main_window: 
-
-
 <!-- ##### FUNCTION modest_ui_actions_on_item_not_found ##### -->
 <para>
 
@@ -168,18 +141,6 @@ modest-ui-actions
 @window: 
 
 
-<!-- ##### FUNCTION modest_ui_actions_on_header_status_update ##### -->
-<para>
-
-</para>
-
-@header_view: 
-@msg: 
-@num: 
-@total: 
-@main_window: 
-
-
 <!-- ##### FUNCTION modest_ui_actions_on_msg_link_hover ##### -->
 <para>
 
@@ -206,7 +167,7 @@ modest-ui-actions
 </para>
 
 @msgview: 
-@index: 
+@mime_part: 
 @win: 
 
 
@@ -224,7 +185,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
+@action: 
 @main_window: 
 
 
@@ -233,7 +194,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
+@action: 
 @main_window: 
 
 
@@ -242,7 +203,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
+@action: 
 @main_window: 
 
 
@@ -251,17 +212,7 @@ modest-ui-actions
 
 </para>
 
-@widget: 
-@main_window: 
-
-
-<!-- ##### FUNCTION modest_ui_actions_on_connection_changed ##### -->
-<para>
-
-</para>
-
-@device: 
-@online: 
+@action: 
 @main_window: 
 
 
index 692df80..e42fd63 100644 (file)
@@ -244,6 +244,36 @@ ModestWidgetFactory
 </para>
 
 
+<!-- ##### MACRO MODEST_ACCOUNT_OPTIONS ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO MODEST_FOLDER_ICON_CALENDAR ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO MODEST_FOLDER_ICON_CONTACTS ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO MODEST_FOLDER_ICON_NOTES ##### -->
+<para>
+
+</para>
+
+
+<!-- ##### MACRO MODEST_LOCAL_FOLDERS_DISPLAY_NAME ##### -->
+<para>
+
+</para>
+
+
 <!-- ##### SIGNAL ModestAccountMgr::account-changed ##### -->
 <para>
 
@@ -325,6 +355,31 @@ ModestWidgetFactory
 @:
 
 
+<!-- ##### ENUM ModestMailOperationForwardType ##### -->
+<para>
+
+</para>
+
+@MODEST_MAIL_OPERATION_FORWARD_TYPE_INLINE: 
+@MODEST_MAIL_OPERATION_FORWARD_TYPE_ATTACHMENT: 
+
+<!-- ##### ENUM ModestMailOperationReplyMode ##### -->
+<para>
+
+</para>
+
+@MODEST_MAIL_OPERATION_REPLY_MODE_SENDER: 
+@MODEST_MAIL_OPERATION_REPLY_MODE_LIST: 
+@MODEST_MAIL_OPERATION_REPLY_MODE_ALL: 
+
+<!-- ##### ENUM ModestMailOperationReplyType ##### -->
+<para>
+
+</para>
+
+@MODEST_MAIL_OPERATION_REPLY_TYPE_CITE: 
+@MODEST_MAIL_OPERATION_REPLY_TYPE_QUOTE: 
+
 <!-- ##### STRUCT ModestPresets ##### -->
 <para>
 
@@ -345,6 +400,38 @@ ModestWidgetFactory
 @MODEST_PRESETS_INFO_SECURE_SMTP: 
 @MODEST_PRESETS_INFO_SECURE_INCOMING: 
 
+<!-- ##### ENUM ModestProtocol ##### -->
+<para>
+
+</para>
+
+@MODEST_PROTOCOL_UNKNOWN: 
+@MODEST_PROTOCOL_TRANSPORT_SENDMAIL: 
+@MODEST_PROTOCOL_TRANSPORT_SMTP: 
+@MODEST_PROTOCOL_STORE_POP: 
+@MODEST_PROTOCOL_STORE_IMAP: 
+@MODEST_PROTOCOL_STORE_MAILDIR: 
+@MODEST_PROTOCOL_STORE_MBOX: 
+@MODEST_PROTOCOL_SECURITY_NONE: 
+@MODEST_PROTOCOL_SECURITY_SSL: 
+@MODEST_PROTOCOL_SECURITY_TLS: 
+@MODEST_PROTOCOL_SECURITY_TLS_OP: 
+@MODEST_PROTOCOL_AUTH_NONE: 
+@MODEST_PROTOCOL_AUTH_PASSWORD: 
+@MODEST_PROTOCOL_NUM: 
+
+<!-- ##### ENUM ModestProtocolType ##### -->
+<para>
+
+</para>
+
+@MODEST_PROTOCOL_TYPE_UNKNOWN: 
+@MODEST_PROTOCOL_TYPE_TRANSPORT: 
+@MODEST_PROTOCOL_TYPE_STORE: 
+@MODEST_PROTOCOL_TYPE_SECURITY: 
+@MODEST_PROTOCOL_TYPE_AUTH: 
+@MODEST_PROTOCOL_TYPE_NUM: 
+
 <!-- ##### SIGNAL ModestTnyAccountStore::account-update ##### -->
 <para>
 
@@ -401,6 +488,17 @@ ModestWidgetFactory
 @enabled: 
 @Returns: 
 
+<!-- ##### FUNCTION modest_account_mgr_search_server_accounts ##### -->
+<para>
+
+</para>
+
+@self: 
+@account_name: 
+@type: 
+@proto: 
+@Returns: 
+
 <!-- ##### FUNCTION modest_debug_g_type_init ##### -->
 <para>
 
@@ -549,6 +647,27 @@ ModestWidgetFactory
 @folder: 
 @Returns: 
 
+<!-- ##### FUNCTION modest_mail_operation_create_forward_mail ##### -->
+<para>
+
+</para>
+
+@msg: 
+@from: 
+@forward_type: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_mail_operation_create_reply_mail ##### -->
+<para>
+
+</para>
+
+@msg: 
+@from: 
+@reply_type: 
+@reply_mode: 
+@Returns: 
+
 <!-- ##### FUNCTION modest_mail_operation_move_folder ##### -->
 <para>
 
@@ -568,13 +687,7 @@ ModestWidgetFactory
 @folder: 
 @Returns: 
 
-<!-- ##### MACRO modest_marshal_VOID__POINTER_BOOL ##### -->
-<para>
-
-</para>
-
-
-<!-- ##### FUNCTION modest_marshal_VOID__POINTER_BOOLEAN ##### -->
+<!-- ##### FUNCTION modest_marshal_VOID__STRING_POINTER_POINTER_POINTER ##### -->
 <para>
 
 </para>
@@ -586,145 +699,156 @@ ModestWidgetFactory
 @invocation_hint: 
 @marshal_data: 
 
-<!-- ##### FUNCTION modest_marshal_VOID__POINTER_POINTER ##### -->
+<!-- ##### FUNCTION modest_msg_view_new ##### -->
 <para>
 
 </para>
 
-@closure: 
-@return_value: 
-@n_param_values: 
-@param_values: 
-@invocation_hint: 
-@marshal_data: 
+@tny_msg: 
+@Returns: 
 
-<!-- ##### FUNCTION modest_marshal_VOID__POINTER_POINTER_POINTER ##### -->
+<!-- ##### FUNCTION modest_msg_view_set_message ##### -->
 <para>
 
 </para>
 
-@closure: 
-@return_value: 
-@n_param_values: 
-@param_values: 
-@invocation_hint: 
-@marshal_data: 
+@self: 
+@tny_msg: 
 
-<!-- ##### MACRO modest_marshal_VOID__STRING_BOOL ##### -->
+<!-- ##### FUNCTION modest_presets_destroy ##### -->
 <para>
 
 </para>
 
+@self: 
 
-<!-- ##### FUNCTION modest_marshal_VOID__STRING_BOOLEAN ##### -->
+<!-- ##### FUNCTION modest_presets_get_info ##### -->
 <para>
 
 </para>
 
-@closure: 
-@return_value: 
-@n_param_values: 
-@param_values: 
-@invocation_hint: 
-@marshal_data: 
+@self: 
+@provider: 
+@incoming_server: 
+@Returns: 
 
-<!-- ##### FUNCTION modest_marshal_VOID__STRING_INT ##### -->
+<!-- ##### FUNCTION modest_presets_get_providers ##### -->
 <para>
 
 </para>
 
-@closure: 
-@return_value: 
-@n_param_values: 
-@param_values: 
-@invocation_hint: 
-@marshal_data: 
+@self: 
+@mcc: 
+@include_globals: 
+@Returns: 
 
-<!-- ##### FUNCTION modest_marshal_VOID__STRING_INT_INT ##### -->
+<!-- ##### FUNCTION modest_presets_get_server ##### -->
 <para>
 
 </para>
 
-@closure: 
-@return_value: 
-@n_param_values: 
-@param_values: 
-@invocation_hint: 
-@marshal_data: 
+@self: 
+@provider: 
+@incoming_server: 
+@Returns: 
 
-<!-- ##### FUNCTION modest_marshal_VOID__STRING_POINTER_POINTER_POINTER ##### -->
+<!-- ##### FUNCTION modest_presets_new ##### -->
 <para>
 
 </para>
 
-@closure: 
-@return_value: 
-@n_param_values: 
-@param_values: 
-@invocation_hint: 
-@marshal_data: 
+@presetfile: 
+@Returns: 
 
-<!-- ##### MACRO modest_marshal_VOID__STRING_STRING_BOOL ##### -->
+<!-- ##### FUNCTION modest_protocol_info_get_protocol ##### -->
 <para>
 
 </para>
 
+@name: 
+@Returns: 
 
-<!-- ##### FUNCTION modest_marshal_VOID__STRING_STRING_BOOLEAN ##### -->
+<!-- ##### FUNCTION modest_protocol_info_get_protocol_display_name ##### -->
 <para>
 
 </para>
 
-@closure: 
-@return_value: 
-@n_param_values: 
-@param_values: 
-@invocation_hint: 
-@marshal_data: 
+@proto: 
+@Returns: 
 
-<!-- ##### FUNCTION modest_presets_destroy ##### -->
+<!-- ##### FUNCTION modest_protocol_info_get_protocol_list ##### -->
 <para>
 
 </para>
 
-@self: 
+@type: 
+@Returns: 
 
-<!-- ##### FUNCTION modest_presets_get_info ##### -->
+<!-- ##### FUNCTION modest_protocol_info_get_protocol_name ##### -->
+<para>
+
+</para>
+
+@proto: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_protocol_info_get_protocol_pair_list ##### -->
+<para>
+
+</para>
+
+@type: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_protocol_info_get_protocol_type ##### -->
+<para>
+
+</para>
+
+@proto: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_store_widget_get_remember_password ##### -->
 <para>
 
 </para>
 
 @self: 
-@provider: 
-@incoming_server: 
 @Returns: 
 
-<!-- ##### FUNCTION modest_presets_get_providers ##### -->
+<!-- ##### FUNCTION modest_tny_account_store_get_tny_account_by_account ##### -->
 <para>
 
 </para>
 
 @self: 
-@mcc: 
-@include_globals: 
+@account_name: 
+@type: 
 @Returns: 
 
-<!-- ##### FUNCTION modest_presets_get_server ##### -->
+<!-- ##### FUNCTION modest_tny_account_store_get_tny_account_by_id ##### -->
 <para>
 
 </para>
 
 @self: 
-@provider: 
-@incoming_server: 
+@id: 
 @Returns: 
 
-<!-- ##### FUNCTION modest_presets_new ##### -->
+<!-- ##### FUNCTION modest_tny_folder_get_local_folder_type ##### -->
 <para>
 
 </para>
 
-@presetfile: 
+@folder: 
+@Returns: 
+
+<!-- ##### FUNCTION modest_tny_folder_guess_folder_type_from_name ##### -->
+<para>
+
+</para>
+
+@folder_name: 
 @Returns: 
 
 <!-- ##### FUNCTION modest_tny_msg_actions_find_body ##### -->
@@ -786,6 +910,23 @@ ModestWidgetFactory
 @store: 
 @user_data: 
 
+<!-- ##### FUNCTION modest_ui_actions_on_connection_changed ##### -->
+<para>
+
+</para>
+
+@device: 
+@online: 
+@main_window: 
+
+<!-- ##### FUNCTION modest_ui_actions_on_delete ##### -->
+<para>
+
+</para>
+
+@widget: 
+@win: 
+
 <!-- ##### FUNCTION modest_ui_actions_on_folder_moved ##### -->
 <para>
 
@@ -797,6 +938,33 @@ ModestWidgetFactory
 @done: 
 @user_data: 
 
+<!-- ##### FUNCTION modest_ui_actions_on_header_status_update ##### -->
+<para>
+
+</para>
+
+@header_view: 
+@msg: 
+@num: 
+@total: 
+@main_window: 
+
+<!-- ##### FUNCTION modest_ui_actions_on_online_toggle_toggled ##### -->
+<para>
+
+</para>
+
+@toggle: 
+@main_window: 
+
+<!-- ##### FUNCTION modest_ui_actions_toggle_view ##### -->
+<para>
+
+</para>
+
+@widget: 
+@main_window: 
+
 <!-- ##### FUNCTION modest_ui_edit_window ##### -->
 <para>
 
@@ -918,3 +1086,11 @@ ModestWidgetFactory
 @window: 
 @Returns: 
 
+<!-- ##### FUNCTION tny_account_store_get_session ##### -->
+<para>
+
+</para>
+
+@self: 
+@Returns: 
+
index 1e96bfe..c45b118 100644 (file)
@@ -25,8 +25,11 @@ modest-window-priv
 </para>
 
 @ui_manager: 
+@ui_dimming_manager: 
 @toolbar: 
 @menubar: 
+@dimming_state: 
+@ui_dimming_enabled: 
 @active_account: 
 
 <!-- ##### MACRO MODEST_WINDOW_GET_PRIVATE ##### -->