diff options
-rw-r--r-- | gir/gio-2.0.c | 5 |
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 */ |