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 789968 - Add g_autoptr() support for GTypeClass
Add g_autoptr() support for GTypeClass
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gobject
2.54.x
Other Linux
: High critical
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2017-11-06 14:00 UTC by Philip Withnall
Modified: 2018-05-15 16:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
gobject: Add g_autoptr() support for GTypeClass, GEnumClass, GFlagsClass (1.12 KB, patch)
2018-05-15 14:38 UTC, Philip Withnall
committed Details | Review

Description Philip Withnall 2017-11-06 14:00:36 UTC
And GEnumClass and GFlagsClass.
Comment 1 Philip Withnall 2018-05-15 14:38:39 UTC
Created attachment 372073 [details] [review]
gobject: Add g_autoptr() support for GTypeClass, GEnumClass, GFlagsClass

Signed-off-by: Philip Withnall <withnall@endlessm.com>
Comment 2 Philip Withnall 2018-05-15 14:39:13 UTC
The patch here depends on the one in bug #796139, since they’re highly related.
Comment 3 Emmanuele Bassi (:ebassi) 2018-05-15 15:48:49 UTC
Review of attachment 372073 [details] [review]:

:+1:
Comment 4 Philip Withnall 2018-05-15 16:54:39 UTC
Attachment 372073 [details] pushed as e64113b - gobject: Add g_autoptr() support for GTypeClass, GEnumClass, GFlagsClass