ghostutils: Add missing GIR annotations

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2020-12-04 13:16:23 +00:00
parent df7f954dd0
commit 3531239f0e

View File

@ -413,8 +413,8 @@ idna_end_of_label (const gchar *str)
* string containing no uppercase letters and not ending with a * string containing no uppercase letters and not ending with a
* trailing dot. * trailing dot.
* *
* Returns: an ASCII hostname, which must be freed, or %NULL if * Returns: (nullable) (transfer full): an ASCII hostname, which must be freed,
* @hostname is in some way invalid. * or %NULL if @hostname is in some way invalid.
* *
* Since: 2.22 * Since: 2.22
**/ **/
@ -594,8 +594,8 @@ punycode_decode (const gchar *input,
* Of course if @hostname is not an internationalized hostname, then * Of course if @hostname is not an internationalized hostname, then
* the canonical presentation form will be entirely ASCII. * the canonical presentation form will be entirely ASCII.
* *
* Returns: a UTF-8 hostname, which must be freed, or %NULL if * Returns: (nullable) (transfer full): a UTF-8 hostname, which must be freed,
* @hostname is in some way invalid. * or %NULL if @hostname is in some way invalid.
* *
* Since: 2.22 * Since: 2.22
**/ **/