[Webkit-unassigned] [Bug 17585] [gtk] get|set encoding api
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Apr 6 20:04:18 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=17585
alp at atoker.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alp at atoker.com
------- Comment #2 from alp at atoker.com 2008-04-06 20:04 PDT -------
We usually avoid g_strdup() for returned strings in favour of const gchar* and
caching the value for API consistency.
I'll try to look over this for correctness soon (incl. comparing with how the
other ports do this) unless someone beats me to it. Thanks for the patch.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list