After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750497 - Support g_autoptr() for all gdk-pixbuf object types
Support g_autoptr() for all gdk-pixbuf object types
Status: RESOLVED FIXED
Product: gdk-pixbuf
Classification: Platform
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gdk-pixbuf-maint
gdk-pixbuf-maint
Depends on:
Blocks:
 
 
Reported: 2015-06-06 19:15 UTC by Kalev Lember
Modified: 2015-06-06 22:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support g_autoptr() for all gdk-pixbuf object types (3.17 KB, patch)
2015-06-06 19:16 UTC, Kalev Lember
committed Details | Review

Description Kalev Lember 2015-06-06 19:15:56 UTC
.
Comment 1 Kalev Lember 2015-06-06 19:16:19 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.
Comment 2 Matthias Clasen 2015-06-06 21:58:35 UTC
Review of attachment 304712 [details] [review]:

good idea
Comment 3 Kalev Lember 2015-06-06 22:09:53 UTC
Thanks!

Attachment 304712 [details] pushed as 1c2a984 - Support g_autoptr() for all gdk-pixbuf object types