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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 13 06:29:26 PST 2009


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





------- Comment #169 from christian at imendio.com  2009-02-13 06:29 PDT -------
(In reply to comment #168)
> (In reply to comment #167)

> g_object_class_install_property (g_klass, PROP_BG_COLOR,
>            g_param_spec_string ("bg_color", /* name */
>                "html_table_row_element_bg_color", /* short description */
>                "read-write  gchar * HTMLTableRowElement.bg_color", /* longer - 
> could do with some extra doc stuff here */
>                 "", /* default */
>                 (GParamFlags)G_PARAM_READWRITE));

Identifiers should use hyphens (-) and the nick (the second string) should be
Upper Cased. Like this

g_param_spec_string ("bg-color", /* name */
    "Html Table Row Element Bg Color", /* short description */


-- 
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