summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2021-03-18 16:58:27 +0200
committerSebastian Dröge <sebastian@centricular.com>2021-03-18 16:58:27 +0200
commit355cd8ac36dcc948730e5291036b4bcd2568818c (patch)
treeaa8c64f6245a024bf7f52b5985b7c93178d09c73
parentb6fbef9e76fede0ab01923ed48d6985860d6c5de (diff)
downloadgobject-introspection-355cd8ac36dcc948730e5291036b4bcd2568818c.tar.gz
gir: Update annotations from glib 2.68.0
-rw-r--r--gir/gio-2.0.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c
index 6ddbaed7..c1ffdd09 100644
--- a/gir/gio-2.0.c
+++ b/gir/gio-2.0.c
@@ -13475,8 +13475,11 @@
*
* 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
*/