Thu, 12 Oct 2017 20:06:55 -0500
Some blistnode annotation tweaks
| libpurple/blistnode.h | file | annotate | diff | comparison | revisions |
--- a/libpurple/blistnode.h Thu Oct 12 20:06:44 2017 -0500 +++ b/libpurple/blistnode.h Thu Oct 12 20:06:55 2017 -0500 @@ -96,7 +96,7 @@ * See purple_blist_node_get_parent(), purple_blist_node_get_first_child(), * purple_blist_node_get_sibling_next(), purple_blist_node_get_sibling_prev(). * - * Returns: The next node + * Returns (transfer none): The next node */ PurpleBlistNode *purple_blist_node_next(PurpleBlistNode *node, gboolean offline); @@ -109,7 +109,7 @@ * See purple_blist_node_get_first_child(), purple_blist_node_get_sibling_next(), * purple_blist_node_get_sibling_prev(), purple_blist_node_next(). * - * Returns: The parent node. + * Returns (transfer none): The parent node. */ PurpleBlistNode *purple_blist_node_get_parent(PurpleBlistNode *node);