GNOME Bugzilla – Bug 645215
[PATCH] Incorrect Gdk.Atom name() bindings
Last modified: 2011-03-19 12:13:25 UTC
Comment of gdk_atom_name states the following: Returns: a newly-allocated string containing the string corresponding to atom. When you are done with the return value, you should free it using g_free(). but the bindings is defined as public unowned string name (); Fixed this issue with the attached patch.
Created attachment 183780 [details] [review] Adjusting Gdk.Atom bindings
Thanks for the patch, pushed.