Merge branch 'bytes-icon-docs' into 'master'

gbytesicon: Fix error in g_bytes_icon_new() documentation

See merge request GNOME/glib!1992
This commit is contained in:
Sebastian Dröge 2021-03-14 16:20:12 +00:00
commit 094206f1eb

View File

@ -146,8 +146,11 @@ g_bytes_icon_init (GBytesIcon *bytes)
*
* Creates a new icon for a bytes.
*
* This cannot fail, but loading and interpreting the bytes may fail later on
* (for example, if g_loadable_icon_load() is called) if the image is invalid.
*
* Returns: (transfer full) (type GBytesIcon): a #GIcon for the given
* @bytes, or %NULL on error.
* @bytes.
*
* Since: 2.38
**/