diff options
author | Krzesimir Nowak <qdlacz@gmail.com> | 2012-07-12 16:09:57 +0200 |
---|---|---|
committer | Krzesimir Nowak <qdlacz@gmail.com> | 2012-07-12 16:09:57 +0200 |
commit | ce1b50bf2afbbcfd6c560feed00de2df50b7dfba (patch) | |
tree | c38285572e3509b93763e194e6d794624df82cde /glib/gconvert.c | |
parent | 99f26ab08f777040230fdd81423d1220722cef2f (diff) | |
download | glib-ce1b50bf2afbbcfd6c560feed00de2df50b7dfba.tar.gz |
GRegex, GConvert: Add some missing annotations.
Also, removed pointless (allow-none) return annotation.
https://bugzilla.gnome.org/show_bug.cgi?id=679762
Diffstat (limited to 'glib/gconvert.c')
-rw-r--r-- | glib/gconvert.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/glib/gconvert.c b/glib/gconvert.c index e18f3c1d4..dded367cb 100644 --- a/glib/gconvert.c +++ b/glib/gconvert.c @@ -2079,9 +2079,9 @@ g_filename_to_uri (const gchar *filename, * mime type defined in RFC 2483 into individual URIs, * discarding any comments. The URIs are not validated. * - * Returns: a newly allocated %NULL-terminated list of - * strings holding the individual URIs. The array should - * be freed with g_strfreev(). + * Returns: (transfer full): a newly allocated %NULL-terminated list + * of strings holding the individual URIs. The array should be freed + * with g_strfreev(). * * Since: 2.6 */ |