diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-04-24 03:21:03 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-04-24 03:21:03 +0800 |
commit | ea7e2ab44b9c8d03c7cee3569becb3dcf15e8bb1 (patch) | |
tree | ed116f1294cc6917fbf93c46f7b705dfd9c50a7e | |
parent | 55776e6468ccc4c84b4122056b6d410b7f33e927 (diff) | |
download | gsoc2013-evolution-ea7e2ab44b9c8d03c7cee3569becb3dcf15e8bb1.tar gsoc2013-evolution-ea7e2ab44b9c8d03c7cee3569becb3dcf15e8bb1.tar.gz gsoc2013-evolution-ea7e2ab44b9c8d03c7cee3569becb3dcf15e8bb1.tar.bz2 gsoc2013-evolution-ea7e2ab44b9c8d03c7cee3569becb3dcf15e8bb1.tar.lz gsoc2013-evolution-ea7e2ab44b9c8d03c7cee3569becb3dcf15e8bb1.tar.xz gsoc2013-evolution-ea7e2ab44b9c8d03c7cee3569becb3dcf15e8bb1.tar.zst gsoc2013-evolution-ea7e2ab44b9c8d03c7cee3569becb3dcf15e8bb1.zip |
Update libeutil API docs.
-rw-r--r-- | doc/reference/libeutil/libeutil-sections.txt | 4 | ||||
-rw-r--r-- | e-util/e-source-selector.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/reference/libeutil/libeutil-sections.txt b/doc/reference/libeutil/libeutil-sections.txt index 238dc0cf5f..cc80cd64c0 100644 --- a/doc/reference/libeutil/libeutil-sections.txt +++ b/doc/reference/libeutil/libeutil-sections.txt @@ -1558,6 +1558,7 @@ EFileRequestClass e_file_request_get_type <SUBSECTION Private> EFileRequestPrivate +LIBSOUP_USE_UNSTABLE_REQUEST_API </SECTION> <SECTION> @@ -2469,8 +2470,6 @@ e_passwords_ask_password EPhotoCache e_photo_cache_new e_photo_cache_ref_client_cache -e_photo_cache_get_local_only -e_photo_cache_set_local_only e_photo_cache_get_photo_sync e_photo_cache_get_photo e_photo_cache_get_photo_finish @@ -4551,6 +4550,7 @@ e_web_view_get_save_as_proxy e_web_view_set_save_as_proxy e_web_view_add_highlight e_web_view_clear_highlights +e_web_view_update_highlights e_web_view_get_action e_web_view_get_action_group e_web_view_extract_uri diff --git a/e-util/e-source-selector.c b/e-util/e-source-selector.c index 7bec039295..f9d001a4f0 100644 --- a/e-util/e-source-selector.c +++ b/e-util/e-source-selector.c @@ -1977,7 +1977,7 @@ e_source_selector_ref_source_by_path (ESourceSelector *selector, /** * e_source_selector_queue_write: - * @selector: an #ESourceSelecetor + * @selector: an #ESourceSelector * @source: an #ESource with changes to be written * * Queues a main loop idle callback to write changes to @source back to |