[Webkit-unassigned] [Bug 16401] [GTK] GObject/C DOM binding
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Sep 14 14:17:43 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=16401
------- Comment #40 from chpe at gnome.org 2008-09-14 14:17 PDT -------
(In reply to comment #38)
> pyjd.py:378: Warning: g_param_spec_internal: assertion `!(flags &
> G_PARAM_STATIC_NAME) || is_canonical (name)' failed
>
> using WEBKIT_PARAM_READABLE and WEBKIT_PARAM_READWRITE causes a segfault in
> g_param_specstring() when g_object_new() is called (!)
That means that the property name was not canonical:
* Parameter names need to start with a letter (a-z or A-Z). Subsequent
* characters can be letters, numbers or a '-'.
* All other characters are replaced by a '-' during construction.
* The result of this replacement is called the canonical name of the
* parameter.
--
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