[geany/geany] 607c95: stash: drop @transfer annotation, not needed for boxed types
Thomas Martitz
git-noreply at xxxxx
Tue Feb 16 14:50:01 UTC 2016
Branch: refs/heads/master
Author: Thomas Martitz <kugel at rockbox.org>
Committer: Thomas Martitz <kugel at rockbox.org>
Date: Tue, 16 Feb 2016 14:50:01 UTC
Commit: 607c95ed98a39e0e442ffb8cd7e936246eb451dc
https://github.com/geany/geany/commit/607c95ed98a39e0e442ffb8cd7e936246eb451dc
Log Message:
-----------
stash: drop @transfer annotation, not needed for boxed types
Modified Paths:
--------------
src/stash.c
Modified: src/stash.c
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -359,7 +359,7 @@ static void free_stash_pref(StashPref *pref)
/** Creates a new group.
* @param name Name used for @c GKeyFile group.
- * @return @transfer{full} Group. */
+ * @return Group. */
GEANY_API_SYMBOL
StashGroup *stash_group_new(const gchar *name)
{
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Commits
mailing list