diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-08 01:44:44 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-08 03:01:46 +0800 |
commit | 86ecfc50539ddef82205551c11a6a13b135bbab4 (patch) | |
tree | cc25ca582935748885a23d665a1d9e1bbc1d4d9c /doc/reference | |
parent | aa66a17e401d73cbe394ed7f99bf73350e9b938b (diff) | |
download | gsoc2013-evolution-86ecfc50539ddef82205551c11a6a13b135bbab4.tar.gz gsoc2013-evolution-86ecfc50539ddef82205551c11a6a13b135bbab4.tar.zst gsoc2013-evolution-86ecfc50539ddef82205551c11a6a13b135bbab4.zip |
Convert some "Save As" actions to run asynchronously.
This introduces e-shell-utils for miscellaneous utility functions
that integrate with the shell or shell settings. First function
is e_shell_run_save_dialog(), which automatically remembers the
selected folder in the file chooser dialog.
Also, kill some redundant save dialog functions, as well as some
write-this-string-to-disk functions that block.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 2 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-dialog-utils.sgml | 11 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-util.sgml | 10 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 19 |
4 files changed, 19 insertions, 23 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index b69e65f3fd..ae9ecaf0f6 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -360,7 +360,6 @@ e_datetime_format_format_tm <FILE>e-dialog-utils</FILE> <TITLE>Dialog Window Functions (Legacy)</TITLE> e_notice -e_file_dialog_save e_file_get_save_filesel e_file_can_save e_file_check_local @@ -554,7 +553,6 @@ e_str_compare e_str_case_compare e_collate_compare e_int_compare -e_write_file_uri e_color_to_value e_format_number ESortCompareFunc diff --git a/doc/reference/shell/tmpl/e-dialog-utils.sgml b/doc/reference/shell/tmpl/e-dialog-utils.sgml index 55b595a51f..233bac2f49 100644 --- a/doc/reference/shell/tmpl/e-dialog-utils.sgml +++ b/doc/reference/shell/tmpl/e-dialog-utils.sgml @@ -28,17 +28,6 @@ Dialog Window Functions (Legacy) @Varargs: -<!-- ##### FUNCTION e_file_dialog_save ##### --> -<para> - -</para> - -@parent: -@title: -@fname: -@Returns: - - <!-- ##### FUNCTION e_file_get_save_filesel ##### --> <para> diff --git a/doc/reference/shell/tmpl/e-util.sgml b/doc/reference/shell/tmpl/e-util.sgml index 50af7459be..15d7d5f85c 100644 --- a/doc/reference/shell/tmpl/e-util.sgml +++ b/doc/reference/shell/tmpl/e-util.sgml @@ -176,16 +176,6 @@ Miscellaneous Utility Functions @Returns: -<!-- ##### FUNCTION e_write_file_uri ##### --> -<para> - -</para> - -@filename: -@data: -@Returns: - - <!-- ##### FUNCTION e_color_to_value ##### --> <para> diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index 99ad9d4067..2f908a761f 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -1850,6 +1850,16 @@ intelligent @revision: @Returns: +<!-- ##### FUNCTION e_file_dialog_save ##### --> +<para> + +</para> + +@parent: +@title: +@fname: +@Returns: + <!-- ##### FUNCTION e_shell_backend_get_filename ##### --> <para> @@ -2254,6 +2264,15 @@ intelligent @uri: @Returns: +<!-- ##### FUNCTION e_write_file_uri ##### --> +<para> + +</para> + +@filename: +@data: +@Returns: + <!-- ##### FUNCTION es_event_get_type ##### --> <para> |