[Webkit-unassigned] [Bug 49649] [GTK] On-demand event-listeners for DOM event signals
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 14 13:33:50 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=49649
--- Comment #8 from Martin Robinson <mrobinson at webkit.org> 2011-03-14 13:33:50 PST ---
(From update of attachment 80347)
View in context: https://bugs.webkit.org/attachment.cgi?id=80347&action=review
> Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:1088
> +WEBKIT_API gboolean
> +${lowerCaseIfaceName}_add_event_listener(${className}* self, const char* eventName, GCallback handler, gboolean useCapture, gpointer user_data);
An interface may mean these will go away, but WebKit-style dictates that there should be no newline after the return type for these methods.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list