Update evolution-util API docs.

This commit is contained in:
Matthew Barnes
2013-07-02 10:33:42 -04:00
parent f267827d67
commit b459f80f1f
3 changed files with 9 additions and 3 deletions

View File

@ -3345,6 +3345,7 @@ e_table_right_click_up
e_table_commit_click_to_add
e_table_freeze_state_change
e_table_thaw_state_change
e_table_is_editing
<SUBSECTION Standard>
E_TABLE
E_IS_TABLE
@ -3361,6 +3362,7 @@ e_table_get_type
<TITLE>ETableClickToAdd</TITLE>
ETableClickToAdd
e_table_click_to_add_commit
e_table_click_to_add_is_editing
<SUBSECTION Standard>
E_TABLE_CLICK_TO_ADD
E_IS_TABLE_CLICK_TO_ADD
@ -3549,6 +3551,7 @@ e_table_group_key_press
e_table_group_start_drag
ETableGroupLeafFn
e_table_group_apply_to_leafs
e_table_group_is_editing
<SUBSECTION Standard>
E_TABLE_GROUP
E_IS_TABLE_GROUP
@ -3567,6 +3570,7 @@ ETableGroupContainerChildNode
ETableGroupContainer
e_table_group_container_new
e_table_group_container_construct
e_table_group_container_is_editing
<SUBSECTION Standard>
E_TABLE_GROUP_CONTAINER
E_IS_TABLE_GROUP_CONTAINER
@ -3583,6 +3587,7 @@ e_table_group_container_get_type
<TITLE>ETableGroupLeaf</TITLE>
ETableGroupLeaf
e_table_group_leaf_new
e_table_group_leaf_is_editing
<SUBSECTION Standard>
E_TABLE_GROUP_LEAF
E_IS_TABLE_GROUP_LEAF
@ -3666,6 +3671,7 @@ e_table_item_compute_location
e_table_item_compute_mouse_over
e_table_item_get_cell_geometry
e_table_item_row_diff
e_table_item_is_editing
<SUBSECTION Standard>
E_TABLE_ITEM
E_IS_TABLE_ITEM
@ -4131,6 +4137,7 @@ e_tree_get_header_item
e_tree_set_info_message
e_tree_freeze_state_change
e_tree_thaw_state_change
e_tree_is_editing
<SUBSECTION Standard>
E_TREE
E_IS_TREE

View File

@ -132,8 +132,8 @@ void e_table_group_container_construct
ETableModel *model,
ETableSortInfo *sort_info,
gint n);
gboolean e_table_group_container_is_editing (ETableGroupContainer *etgc);
gboolean e_table_group_container_is_editing
(ETableGroupContainer *etgc);
G_END_DECLS

View File

@ -103,7 +103,6 @@ ETableGroup * e_table_group_leaf_new (GnomeCanvasGroup *parent,
ETableHeader *header,
ETableModel *model,
ETableSortInfo *sort_info);
gboolean e_table_group_leaf_is_editing (ETableGroupLeaf *etgl);
G_END_DECLS