summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/gdk-pixbuf-autocleanups.h
Commit message (Collapse)AuthorAgeFilesLines
* Support g_autoptr() for all gdk-pixbuf object typesKalev Lember2015-06-061-0/+37
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. https://bugzilla.gnome.org/show_bug.cgi?id=750497