aboutsummaryrefslogtreecommitdiffstats
path: root/doc/reference
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2014-02-17 08:55:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2014-02-17 08:55:54 +0800
commit33e839a5f2cde47ac84ce8ddba5551a1820a09ce (patch)
tree08961ffbdbdb194f2b4ebe74a4f0e54598505552 /doc/reference
parent268710a92b79fd9364419eaba06c7ca0aa5478b4 (diff)
downloadgsoc2013-evolution-33e839a5f2cde47ac84ce8ddba5551a1820a09ce.tar
gsoc2013-evolution-33e839a5f2cde47ac84ce8ddba5551a1820a09ce.tar.gz
gsoc2013-evolution-33e839a5f2cde47ac84ce8ddba5551a1820a09ce.tar.bz2
gsoc2013-evolution-33e839a5f2cde47ac84ce8ddba5551a1820a09ce.tar.lz
gsoc2013-evolution-33e839a5f2cde47ac84ce8ddba5551a1820a09ce.tar.xz
gsoc2013-evolution-33e839a5f2cde47ac84ce8ddba5551a1820a09ce.tar.zst
gsoc2013-evolution-33e839a5f2cde47ac84ce8ddba5551a1820a09ce.zip
Update API documentation.
Diffstat (limited to 'doc/reference')
-rw-r--r--doc/reference/evolution-util/evolution-util-sections.txt20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt b/doc/reference/evolution-util/evolution-util-sections.txt
index ec2d7afdd6..29d4da8d47 100644
--- a/doc/reference/evolution-util/evolution-util-sections.txt
+++ b/doc/reference/evolution-util/evolution-util-sections.txt
@@ -134,7 +134,7 @@ e_alert_get_primary_text
e_alert_set_primary_text
e_alert_get_secondary_text
e_alert_set_secondary_text
-e_alert_get_stock_id
+e_alert_get_icon_name
e_alert_add_action
e_alert_peek_actions
e_alert_create_image
@@ -1515,6 +1515,7 @@ EDestinationStorePrivate
e_notice
e_dialog_combo_box_set
e_dialog_combo_box_get
+e_dialog_button_new_with_icon
</SECTION>
<SECTION>
@@ -1835,12 +1836,18 @@ e_focus_tracker_get_delete_selection_action
e_focus_tracker_set_delete_selection_action
e_focus_tracker_get_select_all_action
e_focus_tracker_set_select_all_action
+e_focus_tracker_get_undo_action
+e_focus_tracker_set_undo_action
+e_focus_tracker_get_redo_action
+e_focus_tracker_set_redo_action
e_focus_tracker_update_actions
e_focus_tracker_cut_clipboard
e_focus_tracker_copy_clipboard
e_focus_tracker_paste_clipboard
e_focus_tracker_delete_selection
e_focus_tracker_select_all
+e_focus_tracker_undo
+e_focus_tracker_redo
<SUBSECTION Standard>
E_FOCUS_TRACKER
E_IS_FOCUS_TRACKER
@@ -2296,6 +2303,15 @@ e_file_replace_contents_finish
e_mktemp
e_mkstemp
e_mkdtemp
+e_widget_undo_attach
+e_widget_undo_is_attached
+e_widget_undo_has_undo
+e_widget_undo_has_redo
+e_widget_undo_describe_undo
+e_widget_undo_describe_redo
+e_widget_undo_do_undo
+e_widget_undo_do_redo
+e_widget_undo_reset
</SECTION>
<SECTION>
@@ -3006,6 +3022,8 @@ e_selectable_copy_clipboard
e_selectable_paste_clipboard
e_selectable_delete_selection
e_selectable_select_all
+e_selectable_undo
+e_selectable_redo
e_selectable_get_copy_target_list
e_selectable_get_paste_target_list
<SUBSECTION Standard>