diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2010-11-02 05:16:49 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2010-11-10 06:33:22 +0800 |
commit | b961a7bb95e7de55f9b190b4a91577d1c7cee589 (patch) | |
tree | d02d48c1a8ed2c893d54a7cedab120e2e6147631 | |
parent | c1e412618a9b31b0810be13f9fb1fbac58f8e890 (diff) | |
download | gsoc2013-evolution-b961a7bb95e7de55f9b190b4a91577d1c7cee589.tar.gz gsoc2013-evolution-b961a7bb95e7de55f9b190b4a91577d1c7cee589.tar.zst gsoc2013-evolution-b961a7bb95e7de55f9b190b4a91577d1c7cee589.zip |
Update API docs.
-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> |