gio: port annotations from the Vala metadata.

https://bugzilla.gnome.org/show_bug.cgi?id=730493
This commit is contained in:
Evan Nemerson
2014-05-21 00:27:36 -07:00
parent e3db9632e7
commit 570b27b9ac
19 changed files with 79 additions and 71 deletions

View File

@@ -203,8 +203,8 @@ g_icon_to_string_tokenized (GIcon *icon, GString *s)
* simply the name (such as `network-server`).
*
* Virtual: to_tokens
* Returns: An allocated NUL-terminated UTF8 string or %NULL if @icon can't
* be serialized. Use g_free() to free.
* Returns: (nullable): An allocated NUL-terminated UTF8 string or
* %NULL if @icon can't be serialized. Use g_free() to free.
*
* Since: 2.20
*/