aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-06-21 04:09:39 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-06-21 04:10:21 +0800
commit6ebf6c215536efffe70633aed7f7f4b832eaec2f (patch)
tree3b308ac67650fbf9b9b54c8fa0b345516ab19b18
parent794bf75c9eeb0cc91837ea3ccff92792ecae88a6 (diff)
downloadgsoc2013-evolution-6ebf6c215536efffe70633aed7f7f4b832eaec2f.tar
gsoc2013-evolution-6ebf6c215536efffe70633aed7f7f4b832eaec2f.tar.gz
gsoc2013-evolution-6ebf6c215536efffe70633aed7f7f4b832eaec2f.tar.bz2
gsoc2013-evolution-6ebf6c215536efffe70633aed7f7f4b832eaec2f.tar.lz
gsoc2013-evolution-6ebf6c215536efffe70633aed7f7f4b832eaec2f.tar.xz
gsoc2013-evolution-6ebf6c215536efffe70633aed7f7f4b832eaec2f.tar.zst
gsoc2013-evolution-6ebf6c215536efffe70633aed7f7f4b832eaec2f.zip
Update ETree API documentation.
-rw-r--r--e-util/e-tree.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/e-util/e-tree.c b/e-util/e-tree.c
index 2b95b6fd2c..8db2009fa0 100644
--- a/e-util/e-tree.c
+++ b/e-util/e-tree.c
@@ -1326,7 +1326,7 @@ e_tree_set_state_object (ETree *tree,
/**
* e_tree_set_state:
- * @e_tree: #ETree object that will be modified
+ * @tree: #ETree object that will be modified
* @state_str: a string with the XML representation of the #ETableState.
*
* This routine sets the state (as described by #ETableState) of the
@@ -1352,7 +1352,7 @@ e_tree_set_state (ETree *tree,
/**
* e_tree_get_state_object:
- * @e_tree: #ETree object to act on
+ * @tree: #ETree object to act on
*
* Builds an #ETableState corresponding to the current state of the
* #ETree.
@@ -1393,7 +1393,7 @@ e_tree_get_state_object (ETree *tree)
/**
* e_tree_get_state:
- * @e_tree: The #ETree to act on
+ * @tree: The #ETree to act on
*
* Builds a state object based on the current state and returns the
* string corresponding to that state.
@@ -1415,7 +1415,7 @@ e_tree_get_state (ETree *tree)
/**
* e_tree_get_spec:
- * @e_tree: The #ETree to query
+ * @tree: The #ETree to query
*
* Returns the specification object.
*
@@ -1600,7 +1600,7 @@ et_real_construct (ETree *tree,
/**
* e_tree_construct:
- * @e_tree: The newly created #ETree object.
+ * @tree: The newly created #ETree object.
* @etm: The model for this table.
* @ete: An optional #ETableExtras. (%NULL is valid.)
* @spec_str: The spec.
@@ -1660,7 +1660,7 @@ e_tree_construct (ETree *tree,
/**
* e_tree_construct_from_spec_file:
- * @e_tree: The newly created #ETree object.
+ * @tree: The newly created #ETree object.
* @etm: The model for this tree
* @ete: An optional #ETableExtras (%NULL is valid.)
* @spec_fn: The filename of the spec
@@ -2042,7 +2042,7 @@ et_set_property (GObject *object,
/**
* e_tree_get_model:
- * @et: the ETree
+ * @tree: the ETree
*
* Returns the model upon which this ETree is based.
*
@@ -2058,7 +2058,7 @@ e_tree_get_model (ETree *tree)
/**
* e_tree_get_selection_model:
- * @et: the ETree
+ * @tree: the ETree
*
* Returns the selection model of this ETree.
*
@@ -2074,7 +2074,7 @@ e_tree_get_selection_model (ETree *tree)
/**
* e_tree_get_table_adapter:
- * @et: the ETree
+ * @tree: the ETree
*
* Returns the table adapter this ETree uses.
*