GNOME Bugzilla – Bug 746095
Add g_autoptr support for gom types
Last modified: 2015-03-12 14:18:08 UTC
First one is free...
Created attachment 299204 [details] [review] Support g_autoptr() for all gom object types This allows you to use e.g. g_autoptr(GomResource) in your code, but does not make gom itself use g_autoptr, or require a new enough glib to support it.
Review of attachment 299204 [details] [review]: Looks good.
Attachment 299204 [details] pushed as 2e4d297 - Support g_autoptr() for all gom object types