diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-07-02 22:33:42 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-07-02 22:34:12 +0800 |
commit | b459f80f1f9f8b0acead7626b3e561d4e486ea0e (patch) | |
tree | db1561c98052719ebbc9abb7c4774cbd5e631a73 /e-util | |
parent | f267827d67d3fd11478fbf94da9cd6095400a49c (diff) | |
download | gsoc2013-evolution-b459f80f1f9f8b0acead7626b3e561d4e486ea0e.tar.gz gsoc2013-evolution-b459f80f1f9f8b0acead7626b3e561d4e486ea0e.tar.zst gsoc2013-evolution-b459f80f1f9f8b0acead7626b3e561d4e486ea0e.zip |
Update evolution-util API docs.
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-table-group-container.h | 4 | ||||
-rw-r--r-- | e-util/e-table-group-leaf.h | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/e-util/e-table-group-container.h b/e-util/e-table-group-container.h index f06dc746aa..d5822015cc 100644 --- a/e-util/e-table-group-container.h +++ b/e-util/e-table-group-container.h @@ -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 diff --git a/e-util/e-table-group-leaf.h b/e-util/e-table-group-leaf.h index d9f1546a9b..bda8c0ac06 100644 --- a/e-util/e-table-group-leaf.h +++ b/e-util/e-table-group-leaf.h @@ -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 |