summaryrefslogtreecommitdiff
path: root/ufo/ufo-graph.c
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-02-08 17:09:16 +0100
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-02-08 17:09:16 +0100
commitc310cdf05461bd2a501b01d1ade61aaa24439073 (patch)
tree5e2aa2d2c9637ec3484d85c7f1d66e1e18a10e9e /ufo/ufo-graph.c
parent220ff7e13284fa15fa5959a753e2bc11a27d6bd2 (diff)
Replace "split" with "expand"
Diffstat (limited to 'ufo/ufo-graph.c')
-rw-r--r--ufo/ufo-graph.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ufo/ufo-graph.c b/ufo/ufo-graph.c
index 826f13f..57c2e5b 100644
--- a/ufo/ufo-graph.c
+++ b/ufo/ufo-graph.c
@@ -466,7 +466,7 @@ ufo_graph_get_successors (UfoGraph *graph,
}
/**
- * ufo_graph_split:
+ * ufo_graph_expand:
* @graph: A #UfoGraph
* @path: (element-type UfoNode): A path of nodes, preferably created with
* ufo_graph_get_paths().
@@ -475,8 +475,8 @@ ufo_graph_get_successors (UfoGraph *graph,
* position of where path started and ended.
*/
void
-ufo_graph_split (UfoGraph *graph,
- GList *path)
+ufo_graph_expand (UfoGraph *graph,
+ GList *path)
{
GList *head;
GList *tail;