GNOME Bugzilla – Bug 562613
Missing const modifier in string parameters
Last modified: 2009-03-03 15:50:59 UTC
A few functions in GIO use char * parameters instead of const char * parameters even though they don't modify or free the string. As a consequence, gobject-introspection misdetects ownership transfer for the parameters.
Created attachment 123631 [details] [review] Proposed patch Ok to commit?
*** Bug 529034 has been marked as a duplicate of this bug. ***
commited.