projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70846c8
)
docs: You can't modify textures
author
Benjamin Otte
<otte@redhat.com>
Sat, 4 Nov 2017 19:40:17 +0000
(20:40 +0100)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/gtk/gtkicontheme.c
b/gtk/gtkicontheme.c
index d6e4b1f3b75763b74f8c3078730620828bc41795..f738579644b18310973bcaeb9d29450597b93a7b 100644
(file)
--- a/
gtk/gtkicontheme.c
+++ b/
gtk/gtkicontheme.c
@@
-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
*/