summaryrefslogtreecommitdiff
path: root/ufo/ufo-graph.c
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-08 16:40:51 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2013-07-08 16:40:51 +0200
commite97d89984e8b1064d24030209c5ba85fd9dee2f7 (patch)
treefd8426f5a7090f7d37b94128e89b435bfcf210dd /ufo/ufo-graph.c
parent78ce4b41bfc4f760f0d204d4129f0a3302669739 (diff)
Fix some annotation problems
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 9d41498..62ef704 100644
--- a/ufo/ufo-graph.c
+++ b/ufo/ufo-graph.c
@@ -169,7 +169,7 @@ ufo_graph_get_num_edges (UfoGraph *graph)
*
* Get all edges contained in @graph.
*
- * Returns: (element-type UfoEdge): a list of #UfoEdge elements or %NULL on
+ * Returns: (transfer full) (element-type UfoEdge): a list of #UfoEdge elements or %NULL on
* error. Release the list with g_list_free().
*/
GList *
@@ -508,7 +508,7 @@ copy_and_connect_successors (UfoGraph *graph,
* ufo_node_copy(). This means the nodes will not be the same but have the same
* properties.
*
- * Returns: A copy of @graph or %NULL on error.
+ * Returns: (transfer full): A copy of @graph or %NULL on error.
*/
UfoGraph *
ufo_graph_copy (UfoGraph *graph,
@@ -591,7 +591,7 @@ append_level (UfoGraph *graph,
*
* Flatten @graph to lists of lists.
*
- * Returns: (element-type GList): a GList of GList, each containing nodes at the same height.
+ * Returns: (transfer full) (element-type GList): a GList of GList, each containing nodes at the same height.
*/
GList *
ufo_graph_flatten (UfoGraph *graph)