diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-11-06 11:38:08 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-11-06 12:26:32 +0800 |
commit | 23c781c2475b144a365eaf50dffb88986899b4c8 (patch) | |
tree | 642be4d288b2e532c70791090672a67918602077 /doc | |
parent | f2e75c5d13a0899b042e7c7f60639be19871f7ca (diff) | |
download | gsoc2013-evolution-23c781c2475b144a365eaf50dffb88986899b4c8.tar.gz gsoc2013-evolution-23c781c2475b144a365eaf50dffb88986899b4c8.tar.zst gsoc2013-evolution-23c781c2475b144a365eaf50dffb88986899b4c8.zip |
Remove redundant URI/filename conversion functions.
Use g_filename_to_uri() instead of e_util_filename_to_uri().
Use g_filename_from_uri() instead of e_util_uri_to_filename().
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 2 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-util.sgml | 18 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/eshell-unused.sgml | 16 |
3 files changed, 16 insertions, 20 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 82a7ca5a06..b69e65f3fd 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -572,8 +572,6 @@ e_file_lock_create e_file_lock_destroy e_file_lock_exists e_util_guess_mime_type -e_util_filename_to_uri -e_util_uri_to_filename e_util_read_file e_util_get_category_filter_options e_charset_add_radio_actions diff --git a/doc/reference/shell/tmpl/e-util.sgml b/doc/reference/shell/tmpl/e-util.sgml index 7d2fde14a7..50af7459be 100644 --- a/doc/reference/shell/tmpl/e-util.sgml +++ b/doc/reference/shell/tmpl/e-util.sgml @@ -354,24 +354,6 @@ Miscellaneous Utility Functions @Returns: -<!-- ##### FUNCTION e_util_filename_to_uri ##### --> -<para> - -</para> - -@filename: -@Returns: - - -<!-- ##### FUNCTION e_util_uri_to_filename ##### --> -<para> - -</para> - -@uri: -@Returns: - - <!-- ##### FUNCTION e_util_read_file ##### --> <para> diff --git a/doc/reference/shell/tmpl/eshell-unused.sgml b/doc/reference/shell/tmpl/eshell-unused.sgml index 4505a66d99..99ad9d4067 100644 --- a/doc/reference/shell/tmpl/eshell-unused.sgml +++ b/doc/reference/shell/tmpl/eshell-unused.sgml @@ -2238,6 +2238,22 @@ intelligent </para> +<!-- ##### FUNCTION e_util_filename_to_uri ##### --> +<para> + +</para> + +@filename: +@Returns: + +<!-- ##### FUNCTION e_util_uri_to_filename ##### --> +<para> + +</para> + +@uri: +@Returns: + <!-- ##### FUNCTION es_event_get_type ##### --> <para> |