diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-02 05:16:49 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2010-11-05 02:18:34 +0800 |
commit | a36d95f93bb2b26c6fd63f8da53977300e9eecc2 (patch) | |
tree | ef8ff76994df538b9a441a351c1ac31467a75225 /doc/reference | |
parent | a2e309c2a1735bd68b315aa971388e20db3a8621 (diff) | |
download | gsoc2013-evolution-a36d95f93bb2b26c6fd63f8da53977300e9eecc2.tar.gz gsoc2013-evolution-a36d95f93bb2b26c6fd63f8da53977300e9eecc2.tar.zst gsoc2013-evolution-a36d95f93bb2b26c6fd63f8da53977300e9eecc2.zip |
Update API docs.
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/shell/eshell-sections.txt | 10 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-activity.sgml | 18 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-attachment-store.sgml | 18 | ||||
-rw-r--r-- | doc/reference/shell/tmpl/e-util.sgml | 24 |
4 files changed, 66 insertions, 4 deletions
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt index 12f66667f6..fce9efe715 100644 --- a/doc/reference/shell/eshell-sections.txt +++ b/doc/reference/shell/eshell-sections.txt @@ -470,9 +470,7 @@ EActionComboBoxPrivate <FILE>e-activity</FILE> EActivity e_activity_new -e_activity_complete e_activity_describe -e_activity_is_completed e_activity_get_alert_sink e_activity_set_alert_sink e_activity_get_cancellable @@ -481,6 +479,8 @@ e_activity_get_icon_name e_activity_set_icon_name e_activity_get_percent e_activity_set_percent +e_activity_get_state +e_activity_set_state e_activity_get_text e_activity_set_text <SUBSECTION Standard> @@ -699,8 +699,8 @@ e_attachment_store_add_attachment e_attachment_store_remove_attachment e_attachment_store_add_to_multipart e_attachment_store_get_attachments -e_attachment_store_get_current_folder -e_attachment_store_set_current_folder +e_attachment_store_get_current_folder_uri +e_attachment_store_set_current_folder_uri e_attachment_store_get_num_attachments e_attachment_store_get_num_loading e_attachment_store_get_total_size @@ -1165,6 +1165,8 @@ e_util_guess_mime_type e_util_get_category_filter_options e_binding_transform_color_to_string e_binding_transform_string_to_color +e_binding_transform_source_to_uid +e_binding_transform_uid_to_source e_charset_add_radio_actions e_file_replace_contents_async e_file_replace_contents_finish diff --git a/doc/reference/shell/tmpl/e-activity.sgml b/doc/reference/shell/tmpl/e-activity.sgml index 3d9fb20107..bae3675a13 100644 --- a/doc/reference/shell/tmpl/e-activity.sgml +++ b/doc/reference/shell/tmpl/e-activity.sgml @@ -116,6 +116,24 @@ e-activity @percent: +<!-- ##### FUNCTION e_activity_get_state ##### --> +<para> + +</para> + +@activity: +@Returns: + + +<!-- ##### FUNCTION e_activity_set_state ##### --> +<para> + +</para> + +@activity: +@state: + + <!-- ##### FUNCTION e_activity_get_text ##### --> <para> diff --git a/doc/reference/shell/tmpl/e-attachment-store.sgml b/doc/reference/shell/tmpl/e-attachment-store.sgml index 5c8ffe9204..f0a8b68944 100644 --- a/doc/reference/shell/tmpl/e-attachment-store.sgml +++ b/doc/reference/shell/tmpl/e-attachment-store.sgml @@ -75,6 +75,24 @@ e-attachment-store @Returns: +<!-- ##### FUNCTION e_attachment_store_get_current_folder_uri ##### --> +<para> + +</para> + +@store: +@Returns: + + +<!-- ##### FUNCTION e_attachment_store_set_current_folder_uri ##### --> +<para> + +</para> + +@store: +@current_folder: + + <!-- ##### FUNCTION e_attachment_store_get_num_attachments ##### --> <para> diff --git a/doc/reference/shell/tmpl/e-util.sgml b/doc/reference/shell/tmpl/e-util.sgml index c784438e40..edc49fb2ae 100644 --- a/doc/reference/shell/tmpl/e-util.sgml +++ b/doc/reference/shell/tmpl/e-util.sgml @@ -359,6 +359,30 @@ Miscellaneous Utilities @Returns: +<!-- ##### FUNCTION e_binding_transform_source_to_uid ##### --> +<para> + +</para> + +@binding: +@source_value: +@target_value: +@source_list: +@Returns: + + +<!-- ##### FUNCTION e_binding_transform_uid_to_source ##### --> +<para> + +</para> + +@binding: +@source_value: +@target_value: +@source_list: +@Returns: + + <!-- ##### FUNCTION e_charset_add_radio_actions ##### --> <para> |