<p>In <a href="https://github.com/geany/geany/pull/890#discussion_r53343521">src/utils.c</a>:</p>
<pre style='color:#555'>>   * @param exclude_vars @c NULL-terminated array of variable names to exclude.
>   * @param first_varname Name of the first variable to copy into the new array.
>   * @param ... Key-value pairs of variable names and values, @c NULL-terminated.
>   *
> - * @return The new environment array. Use @c g_strfreev() to free it.
> + * @return @transfer{full} The new environment array. Use @c g_strfreev() to free it.
</pre>
<p><code>@type{GStrv}</code> :]</p>

<p>Doesn't returning non-const pointers default to <code>transfer: full</code>?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/890/files#r53343521">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ9UTllk3sJf7Jm9l4hMp7CoJ9lbvks5ple3ygaJpZM4HM9VD.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/890/files#r53343521"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>