docs: You can't modify textures
authorBenjamin Otte <otte@redhat.com>
Sat, 4 Nov 2017 19:40:17 +0000 (20:40 +0100)
committerBenjamin Otte <otte@redhat.com>
Sat, 4 Nov 2017 23:07:17 +0000 (00:07 +0100)
So there's no need to tell people they must not do that.

gtk/gtkicontheme.c

index d6e4b1f3b75763b74f8c3078730620828bc41795..f738579644b18310973bcaeb9d29450597b93a7b 100644 (file)
@@ -4008,9 +4008,8 @@ gtk_icon_info_load_icon (GtkIconInfo *icon_info,
  * with GSK.
  *
  * Returns: (transfer full): the icon texture; this may be a newly
- *     created texture or a new reference to an exiting texture, so you must
- *     not modify the icon. Use g_object_unref() to release your
- *     reference.
+ *     created texture or a new reference to an exiting texture. Use
+ *     g_object_unref() to release your reference.
  *
  * Since: 3.94
  */