From a18d17fdb7ee5b5b647949568433a7b7d33c6b05 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 12 Nov 2007 13:50:15 +0000 Subject: [PATCH] * some fixes for the doc generation pmo-trunk-r3708 --- docs/Makefile.am | 4 +- docs/reference/Makefile.am | 131 ++++++--- docs/reference/modest-docs.sgml | 8 +- docs/reference/tmpl/modest-account-mgr.sgml | 20 +- docs/reference/tmpl/modest-defs.sgml | 14 - docs/reference/tmpl/modest-error.sgml | 9 +- docs/reference/tmpl/modest-formatter.sgml | 5 +- docs/reference/tmpl/modest-header-view.sgml | 7 + docs/reference/tmpl/modest-icon-names.sgml | 21 -- docs/reference/tmpl/modest-local-folder-info.sgml | 1 + docs/reference/tmpl/modest-mail-operation.sgml | 59 +--- docs/reference/tmpl/modest-marshal.sgml | 112 ++++++++ docs/reference/tmpl/modest-msg-view.sgml | 19 -- docs/reference/tmpl/modest-protocol-info.sgml | 86 ------ docs/reference/tmpl/modest-store-widget.sgml | 9 - docs/reference/tmpl/modest-text-utils.sgml | 6 +- docs/reference/tmpl/modest-tny-account-store.sgml | 30 -- docs/reference/tmpl/modest-tny-folder.sgml | 24 +- docs/reference/tmpl/modest-ui-actions.sgml | 79 +---- docs/reference/tmpl/modest-unused.sgml | 318 ++++++++++++++++----- docs/reference/tmpl/modest-window-priv.sgml | 3 + 21 files changed, 520 insertions(+), 445 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index a7df91c..d7dae49 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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 diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 6932beb..334c14b 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -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 diff --git a/docs/reference/modest-docs.sgml b/docs/reference/modest-docs.sgml index a19671c..42a2f05 100644 --- a/docs/reference/modest-docs.sgml +++ b/docs/reference/modest-docs.sgml @@ -26,12 +26,6 @@ - - - - - - @@ -45,7 +39,7 @@ modest technical documentation - 2006 + 2006, 2007 Nokia Corporation diff --git a/docs/reference/tmpl/modest-account-mgr.sgml b/docs/reference/tmpl/modest-account-mgr.sgml index 76e4a32..3d68215 100644 --- a/docs/reference/tmpl/modest-account-mgr.sgml +++ b/docs/reference/tmpl/modest-account-mgr.sgml @@ -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 @self: -@Returns: - - - - - - - -@self: -@account_name: -@type: -@proto: +@only_enabled: @Returns: diff --git a/docs/reference/tmpl/modest-defs.sgml b/docs/reference/tmpl/modest-defs.sgml index 5423616..e477925 100644 --- a/docs/reference/tmpl/modest-defs.sgml +++ b/docs/reference/tmpl/modest-defs.sgml @@ -54,13 +54,6 @@ modest-defs - - - - - - - @@ -215,10 +208,3 @@ modest-defs - - - - - - - diff --git a/docs/reference/tmpl/modest-error.sgml b/docs/reference/tmpl/modest-error.sgml index cc815a7..d95e86c 100644 --- a/docs/reference/tmpl/modest-error.sgml +++ b/docs/reference/tmpl/modest-error.sgml @@ -31,9 +31,12 @@ modest-error -@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: diff --git a/docs/reference/tmpl/modest-formatter.sgml b/docs/reference/tmpl/modest-formatter.sgml index c66aa03..43ff26e 100644 --- a/docs/reference/tmpl/modest-formatter.sgml +++ b/docs/reference/tmpl/modest-formatter.sgml @@ -32,6 +32,7 @@ ModestFormatter @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 @self: -@part: +@msg: @header: @Returns: diff --git a/docs/reference/tmpl/modest-header-view.sgml b/docs/reference/tmpl/modest-header-view.sgml index 8368251..f6a95a3 100644 --- a/docs/reference/tmpl/modest-header-view.sgml +++ b/docs/reference/tmpl/modest-header-view.sgml @@ -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: @@ -85,6 +89,8 @@ ModestHeaderView @self: @folder: +@callback: +@user_data: @@ -103,6 +109,7 @@ ModestHeaderView @self: @columns: +@type: @Returns: diff --git a/docs/reference/tmpl/modest-icon-names.sgml b/docs/reference/tmpl/modest-icon-names.sgml index 40c98ab..830d00d 100644 --- a/docs/reference/tmpl/modest-icon-names.sgml +++ b/docs/reference/tmpl/modest-icon-names.sgml @@ -124,27 +124,6 @@ modest-icon-names - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/reference/tmpl/modest-local-folder-info.sgml b/docs/reference/tmpl/modest-local-folder-info.sgml index b05362c..3baf163 100644 --- a/docs/reference/tmpl/modest-local-folder-info.sgml +++ b/docs/reference/tmpl/modest-local-folder-info.sgml @@ -51,6 +51,7 @@ modest-local-folder-info +@location_filepath: @Returns: diff --git a/docs/reference/tmpl/modest-mail-operation.sgml b/docs/reference/tmpl/modest-mail-operation.sgml index e709f36..cbd0fbf 100644 --- a/docs/reference/tmpl/modest-mail-operation.sgml +++ b/docs/reference/tmpl/modest-mail-operation.sgml @@ -19,31 +19,6 @@ ModestMailOperation - - - - - -@MODEST_MAIL_OPERATION_FORWARD_TYPE_INLINE: -@MODEST_MAIL_OPERATION_FORWARD_TYPE_ATTACHMENT: - - - - - - -@MODEST_MAIL_OPERATION_REPLY_TYPE_CITE: -@MODEST_MAIL_OPERATION_REPLY_TYPE_QUOTE: - - - - - - -@MODEST_MAIL_OPERATION_REPLY_MODE_SENDER: -@MODEST_MAIL_OPERATION_REPLY_MODE_LIST: -@MODEST_MAIL_OPERATION_REPLY_MODE_ALL: - @@ -68,6 +43,7 @@ ModestMailOperation +@source: @Returns: @@ -88,36 +64,17 @@ ModestMailOperation @self: @transport_account: +@draft_msg: @from: @to: @cc: @bcc: @subject: -@body: +@plain_body: +@html_body: @attachments_list: - - - - - - - -@msg: -@from: -@forward_type: -@Returns: - - - - - - - -@msg: -@from: -@reply_type: -@reply_mode: -@Returns: +@images_list: +@priority_flags: @@ -126,7 +83,9 @@ ModestMailOperation @self: -@store_account: +@account_name: +@callback: +@user_data: @Returns: diff --git a/docs/reference/tmpl/modest-marshal.sgml b/docs/reference/tmpl/modest-marshal.sgml index 66b00d6..055b5f3 100644 --- a/docs/reference/tmpl/modest-marshal.sgml +++ b/docs/reference/tmpl/modest-marshal.sgml @@ -19,3 +19,115 @@ modest-marshal + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + + + + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + + + + + + + + + +@closure: +@return_value: +@n_param_values: +@param_values: +@invocation_hint: +@marshal_data: + + + + + + + + + diff --git a/docs/reference/tmpl/modest-msg-view.sgml b/docs/reference/tmpl/modest-msg-view.sgml index 5e0c3ad..3222a23 100644 --- a/docs/reference/tmpl/modest-msg-view.sgml +++ b/docs/reference/tmpl/modest-msg-view.sgml @@ -24,23 +24,4 @@ ModestMsgView -@parent: - - - - - - -@tny_msg: -@Returns: - - - - - - - -@self: -@tny_msg: - diff --git a/docs/reference/tmpl/modest-protocol-info.sgml b/docs/reference/tmpl/modest-protocol-info.sgml index a919423..fcbf63c 100644 --- a/docs/reference/tmpl/modest-protocol-info.sgml +++ b/docs/reference/tmpl/modest-protocol-info.sgml @@ -19,92 +19,6 @@ modest-protocol-info - - - - - -@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: - - - - - - -@MODEST_PROTOCOL_TYPE_UNKNOWN: -@MODEST_PROTOCOL_TYPE_TRANSPORT: -@MODEST_PROTOCOL_TYPE_STORE: -@MODEST_PROTOCOL_TYPE_SECURITY: -@MODEST_PROTOCOL_TYPE_AUTH: -@MODEST_PROTOCOL_TYPE_NUM: - - - - - - -@type: -@Returns: - - - - - - - -@type: -@Returns: - - - - - - - -@proto: -@Returns: - - - - - - - -@name: -@Returns: - - - - - - - -@proto: -@Returns: - - - - - - - -@proto: -@Returns: - - diff --git a/docs/reference/tmpl/modest-store-widget.sgml b/docs/reference/tmpl/modest-store-widget.sgml index c3d3e88..e3b58ee 100644 --- a/docs/reference/tmpl/modest-store-widget.sgml +++ b/docs/reference/tmpl/modest-store-widget.sgml @@ -35,15 +35,6 @@ ModestStoreWidget @Returns: - - - - - -@self: -@Returns: - - diff --git a/docs/reference/tmpl/modest-text-utils.sgml b/docs/reference/tmpl/modest-text-utils.sgml index 9b28841..dcae66d 100644 --- a/docs/reference/tmpl/modest-text-utils.sgml +++ b/docs/reference/tmpl/modest-text-utils.sgml @@ -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 @address: -@Returns: @@ -152,6 +155,7 @@ modest-text-utils @email_address: +@invalid_char_position: @Returns: diff --git a/docs/reference/tmpl/modest-tny-account-store.sgml b/docs/reference/tmpl/modest-tny-account-store.sgml index f8f31cb..6f9b74b 100644 --- a/docs/reference/tmpl/modest-tny-account-store.sgml +++ b/docs/reference/tmpl/modest-tny-account-store.sgml @@ -42,33 +42,3 @@ ModestTnyAccountStore @Returns: - - - - - -@self: -@id: -@Returns: - - - - - - - -@self: -@account_name: -@type: -@Returns: - - - - - - - -@self: -@Returns: - - diff --git a/docs/reference/tmpl/modest-tny-folder.sgml b/docs/reference/tmpl/modest-tny-folder.sgml index 1bb9cbd..bb41aad 100644 --- a/docs/reference/tmpl/modest-tny-folder.sgml +++ b/docs/reference/tmpl/modest-tny-folder.sgml @@ -24,8 +24,10 @@ modest-tny-folder -@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: @@ -36,15 +38,6 @@ modest-tny-folder @Returns: - - - - - -@folder_name: -@Returns: - - @@ -54,15 +47,6 @@ modest-tny-folder @Returns: - - - - - -@folder: -@Returns: - - diff --git a/docs/reference/tmpl/modest-ui-actions.sgml b/docs/reference/tmpl/modest-ui-actions.sgml index cbb3876..ca53de0 100644 --- a/docs/reference/tmpl/modest-ui-actions.sgml +++ b/docs/reference/tmpl/modest-ui-actions.sgml @@ -24,16 +24,7 @@ modest-ui-actions -@widget: -@win: - - - - - - - -@widget: +@action: @win: @@ -42,7 +33,7 @@ modest-ui-actions -@widget: +@action: @win: @@ -51,7 +42,7 @@ modest-ui-actions -@widget: +@action: @win: @@ -60,7 +51,7 @@ modest-ui-actions -@widget: +@action: @win: @@ -69,7 +60,7 @@ modest-ui-actions -@widget: +@action: @win: @@ -78,7 +69,7 @@ modest-ui-actions -@widget: +@action: @win: @@ -87,7 +78,7 @@ modest-ui-actions -@widget: +@action: @win: @@ -96,7 +87,7 @@ modest-ui-actions -@widget: +@action: @win: @@ -105,16 +96,7 @@ modest-ui-actions -@widget: -@main_window: - - - - - - - -@widget: +@action: @main_window: @@ -144,20 +126,11 @@ modest-ui-actions @folder_view: -@folder: +@folder_store: @selected: @main_window: - - - - - -@toggle: -@main_window: - - @@ -168,18 +141,6 @@ modest-ui-actions @window: - - - - - -@header_view: -@msg: -@num: -@total: -@main_window: - - @@ -206,7 +167,7 @@ modest-ui-actions @msgview: -@index: +@mime_part: @win: @@ -224,7 +185,7 @@ modest-ui-actions -@widget: +@action: @main_window: @@ -233,7 +194,7 @@ modest-ui-actions -@widget: +@action: @main_window: @@ -242,7 +203,7 @@ modest-ui-actions -@widget: +@action: @main_window: @@ -251,17 +212,7 @@ modest-ui-actions -@widget: -@main_window: - - - - - - - -@device: -@online: +@action: @main_window: diff --git a/docs/reference/tmpl/modest-unused.sgml b/docs/reference/tmpl/modest-unused.sgml index 692df80..e42fd63 100644 --- a/docs/reference/tmpl/modest-unused.sgml +++ b/docs/reference/tmpl/modest-unused.sgml @@ -244,6 +244,36 @@ ModestWidgetFactory + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -325,6 +355,31 @@ ModestWidgetFactory @: + + + + + +@MODEST_MAIL_OPERATION_FORWARD_TYPE_INLINE: +@MODEST_MAIL_OPERATION_FORWARD_TYPE_ATTACHMENT: + + + + + + +@MODEST_MAIL_OPERATION_REPLY_MODE_SENDER: +@MODEST_MAIL_OPERATION_REPLY_MODE_LIST: +@MODEST_MAIL_OPERATION_REPLY_MODE_ALL: + + + + + + +@MODEST_MAIL_OPERATION_REPLY_TYPE_CITE: +@MODEST_MAIL_OPERATION_REPLY_TYPE_QUOTE: + @@ -345,6 +400,38 @@ ModestWidgetFactory @MODEST_PRESETS_INFO_SECURE_SMTP: @MODEST_PRESETS_INFO_SECURE_INCOMING: + + + + + +@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: + + + + + + +@MODEST_PROTOCOL_TYPE_UNKNOWN: +@MODEST_PROTOCOL_TYPE_TRANSPORT: +@MODEST_PROTOCOL_TYPE_STORE: +@MODEST_PROTOCOL_TYPE_SECURITY: +@MODEST_PROTOCOL_TYPE_AUTH: +@MODEST_PROTOCOL_TYPE_NUM: + @@ -401,6 +488,17 @@ ModestWidgetFactory @enabled: @Returns: + + + + + +@self: +@account_name: +@type: +@proto: +@Returns: + @@ -549,6 +647,27 @@ ModestWidgetFactory @folder: @Returns: + + + + + +@msg: +@from: +@forward_type: +@Returns: + + + + + + +@msg: +@from: +@reply_type: +@reply_mode: +@Returns: + @@ -568,13 +687,7 @@ ModestWidgetFactory @folder: @Returns: - - - - - - - + @@ -586,145 +699,156 @@ ModestWidgetFactory @invocation_hint: @marshal_data: - + -@closure: -@return_value: -@n_param_values: -@param_values: -@invocation_hint: -@marshal_data: +@tny_msg: +@Returns: - + -@closure: -@return_value: -@n_param_values: -@param_values: -@invocation_hint: -@marshal_data: +@self: +@tny_msg: - + +@self: - + -@closure: -@return_value: -@n_param_values: -@param_values: -@invocation_hint: -@marshal_data: +@self: +@provider: +@incoming_server: +@Returns: - + -@closure: -@return_value: -@n_param_values: -@param_values: -@invocation_hint: -@marshal_data: +@self: +@mcc: +@include_globals: +@Returns: - + -@closure: -@return_value: -@n_param_values: -@param_values: -@invocation_hint: -@marshal_data: +@self: +@provider: +@incoming_server: +@Returns: - + -@closure: -@return_value: -@n_param_values: -@param_values: -@invocation_hint: -@marshal_data: +@presetfile: +@Returns: - + +@name: +@Returns: - + -@closure: -@return_value: -@n_param_values: -@param_values: -@invocation_hint: -@marshal_data: +@proto: +@Returns: - + -@self: +@type: +@Returns: - + + + + + +@proto: +@Returns: + + + + + + +@type: +@Returns: + + + + + + +@proto: +@Returns: + + @self: -@provider: -@incoming_server: @Returns: - + @self: -@mcc: -@include_globals: +@account_name: +@type: @Returns: - + @self: -@provider: -@incoming_server: +@id: @Returns: - + -@presetfile: +@folder: +@Returns: + + + + + + +@folder_name: @Returns: @@ -786,6 +910,23 @@ ModestWidgetFactory @store: @user_data: + + + + + +@device: +@online: +@main_window: + + + + + + +@widget: +@win: + @@ -797,6 +938,33 @@ ModestWidgetFactory @done: @user_data: + + + + + +@header_view: +@msg: +@num: +@total: +@main_window: + + + + + + +@toggle: +@main_window: + + + + + + +@widget: +@main_window: + @@ -918,3 +1086,11 @@ ModestWidgetFactory @window: @Returns: + + + + + +@self: +@Returns: + diff --git a/docs/reference/tmpl/modest-window-priv.sgml b/docs/reference/tmpl/modest-window-priv.sgml index 1e96bfe..c45b118 100644 --- a/docs/reference/tmpl/modest-window-priv.sgml +++ b/docs/reference/tmpl/modest-window-priv.sgml @@ -25,8 +25,11 @@ modest-window-priv @ui_manager: +@ui_dimming_manager: @toolbar: @menubar: +@dimming_state: +@ui_dimming_enabled: @active_account: -- 1.7.9.5