mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
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:
commit
094206f1eb
@ -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
|
||||
**/
|
||||
|
Loading…
Reference in New Issue
Block a user