GNOME Bugzilla – Bug 791234
autocleanups: allow g_autoptr() usage with GtkTreePath
Last modified: 2017-12-05 12:49:04 UTC
Simple patch to allow using g_autoptr(GtkTreePath).
Created attachment 364986 [details] [review] autocleanups: allow g_autoptr() usage with GtkTreePath As the summary says, this allows using g_autoptr(GtkTreePath). This is useful for API that uses out parameters for GtkTreePath that need to be freed.
Review of attachment 364986 [details] [review]: I'd be happy if we started moving autopointer declarations into the header of the types they refer to, but for now this is okay.
Additionally, you pushed commits to libdazzle that reference this patch, and thus broke Continuous ;-)
Attachment 364986 [details] pushed as 86dd1e3 - autocleanups: allow g_autoptr() usage with GtkTreePath