[Webkit-unassigned] [Bug 16401] [GTK] GObject/C DOM binding

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 15 11:04:37 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=16401





------- Comment #45 from lkcl at lkcl.net  2008-09-15 11:04 PDT -------
alp, hi,

i'm going slightly off my head, revisiting this stuff, strings-wise, but i
_think_ i'm in the clear on properties.  g_value_from_string() returns the
string contained in a GValue. const gchar*.  not copied.  that gets passed
(now) to WebCore::CString::fromUTF8().  that accepts const char*, so _it's_
happy.  GdomAttr.cpp setValue() accepts a CString so it's happy, too.  GValue
is taken care of by gobject, so it's all good.

setting: err.... i think i messed up, here: i think i should be using
g_value_take_string()....


-- 
Configure bugmail: https://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