GNOME Bugzilla – Bug 750497
Support g_autoptr() for all gdk-pixbuf object types
Last modified: 2015-06-06 22:09:56 UTC
.
Created attachment 304712 [details] [review] Support g_autoptr() for all gdk-pixbuf object types This allows using e.g. g_autoptr(GdkPixbuf) in other programs, but does not make gdk-pixbuf itself use g_autoptr, or require a new enough glib to support it.
Review of attachment 304712 [details] [review]: good idea
Thanks! Attachment 304712 [details] pushed as 1c2a984 - Support g_autoptr() for all gdk-pixbuf object types