diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-10-17 21:40:36 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-10-19 00:32:37 +0800 |
commit | 35e55a8d6e3455efa92abd669680d191e3e4cbac (patch) | |
tree | 303d479aaaf12538d73f611f52db1157da64549b /doc/reference | |
parent | b674a37a381d0328a7273bafa62d80203c8cdf70 (diff) | |
download | gsoc2013-evolution-35e55a8d6e3455efa92abd669680d191e3e4cbac.tar.gz gsoc2013-evolution-35e55a8d6e3455efa92abd669680d191e3e4cbac.tar.zst gsoc2013-evolution-35e55a8d6e3455efa92abd669680d191e3e4cbac.zip |
Send errors to an EAlertSink instead of the task bar.
This marks the end of unintrusive error dialogs, which were too
unintrusive. We now show errors directly in the main window using
the EAlert / EAlertSink framework.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/shell/eshell-docs.sgml | 1 | ||||
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 24 | ||||
-rw-r--r-- | doc/reference/shell/eshell.types | 1 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-alert.sgml | 9 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 100 |
5 files changed, 100 insertions, 35 deletions
diff --git a/doc/reference/shell/eshell-docs.sgml b/doc/reference/shell/eshell-docs.sgml index eff7d8d278..5451736723 100644 --- a/doc/reference/shell/eshell-docs.sgml +++ b/doc/reference/shell/eshell-docs.sgml @@ -35,7 +35,6 @@ <xi:include href="xml/e-dialog-utils.xml"/> <xi:include href="xml/e-html-utils.xml"/> <xi:include href="xml/e-icon-factory.xml"/> - <xi:include href="xml/e-logger.xml"/> <xi:include href="xml/e-poolv.xml"/> <xi:include href="xml/e-print.xml"/> <xi:include href="xml/e-selection.xml"/> diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 2c0e82de89..577a98d481 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -523,7 +523,6 @@ EAlert e_alert_new e_alert_run_dialog e_alert_run_dialog_for_args -e_alert_dialog_count_buttons </SECTION> <SECTION> @@ -916,29 +915,6 @@ e_icon_factory_create_thumbnail </SECTION> <SECTION> -<FILE>e-logger</FILE> -<TITLE>Error Logging</TITLE> -ELogger -ELogFunction -ELogLevel -e_logger_new -e_logger_get_name -e_logger_log -e_logger_get_logs -<SUBSECTION Standard> -E_LOGGER -E_IS_LOGGER -E_TYPE_LOGGER -E_LOGGER_CLASS -E_IS_LOGGER_CLASS -E_LOGGER_GET_CLASS -ELoggerClass -e_logger_get_type -<SUBSECTION Private> -ELoggerPrivate -</SECTION> - -<SECTION> <FILE>e-module</FILE> <TITLE>EModule</TITLE> EModule diff --git a/doc/reference/shell/eshell.types b/doc/reference/shell/eshell.types index b5c41aecf6..51b7c7693e 100644 --- a/doc/reference/shell/eshell.types +++ b/doc/reference/shell/eshell.types @@ -1,7 +1,6 @@ e_bit_array_get_type e_extensible_get_type e_extension_get_type -e_logger_get_type e_module_get_type e_signature_get_type e_signature_list_get_type diff --git a/doc/reference/shell/tmpl/e-alert.sgml b/doc/reference/shell/tmpl/e-alert.sgml index 46df813c66..2c460a32ba 100644 --- a/doc/reference/shell/tmpl/e-alert.sgml +++ b/doc/reference/shell/tmpl/e-alert.sgml @@ -80,12 +80,3 @@ User Alert Handling @Returns: -<!-- ##### FUNCTION e_alert_dialog_count_buttons ##### --> -<para> - -</para> - -@dialog: -@Returns: - - diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index 3c0d257832..1428d63fc2 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -26,6 +26,34 @@ GObject Property Bindings +<!-- ##### SECTION ./tmpl/e-logger.sgml:Image ##### --> + + + +<!-- ##### SECTION ./tmpl/e-logger.sgml:Long_Description ##### --> +<para> + +</para> + + +<!-- ##### SECTION ./tmpl/e-logger.sgml:See_Also ##### --> +<para> + +</para> + + +<!-- ##### SECTION ./tmpl/e-logger.sgml:Short_Description ##### --> + + + +<!-- ##### SECTION ./tmpl/e-logger.sgml:Stability_Level ##### --> + + + +<!-- ##### SECTION ./tmpl/e-logger.sgml:Title ##### --> +Error Logging + + <!-- ##### SECTION ./tmpl/e-shell-window.sgml.sgml.sgml.sgml:Image ##### --> @@ -126,6 +154,35 @@ e-shell-window.sgml @user_data: @Returns: +<!-- ##### USER_FUNCTION ELogFunction ##### --> +<para> + +</para> + +@line: +@data: + +<!-- ##### ENUM ELogLevel ##### --> +<para> + +</para> + +@E_LOG_ERROR: +@E_LOG_WARNING: +@E_LOG_DEBUG: + +<!-- ##### STRUCT ELogger ##### --> +<para> + +</para> + + +<!-- ##### ARG ELogger:name ##### --> +<para> + +</para> + + <!-- ##### STRUCT EMutualBinding ##### --> <para> @@ -212,6 +269,14 @@ e-shell-window.sgml @activity: @allow_cancel: +<!-- ##### FUNCTION e_alert_dialog_count_buttons ##### --> +<para> + +</para> + +@dialog: +@Returns: + <!-- ##### FUNCTION e_binding_new ##### --> <para> @@ -263,6 +328,41 @@ e-shell-window.sgml @void: @Returns: +<!-- ##### FUNCTION e_logger_get_logs ##### --> +<para> + +</para> + +@logger: +@func: +@user_data: + +<!-- ##### FUNCTION e_logger_get_name ##### --> +<para> + +</para> + +@logger: +@Returns: + +<!-- ##### FUNCTION e_logger_log ##### --> +<para> + +</para> + +@logger: +@level: +@primary: +@secondary: + +<!-- ##### FUNCTION e_logger_new ##### --> +<para> + +</para> + +@name: +@Returns: + <!-- ##### FUNCTION e_mutual_binding_new ##### --> <para> |