In src/utils.c:

>   * @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.

@type{GStrv} :]

Doesn't returning non-const pointers default to transfer: full?


Reply to this email directly or view it on GitHub.