[Webkit-unassigned] [Bug 81761] Fix Gobject binding for sequence<T> for function return type.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 05:47:20 PDT 2012


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





--- Comment #4 from Kentaro Hara <haraken at chromium.org>  2012-03-21 05:47:20 PST ---
(From update of attachment 133017)
View in context: https://bugs.webkit.org/attachment.cgi?id=133017&action=review

The change looks OK. If you want, please change r to r?.

> Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm:214
> +    if ($codeGenerator->GetArrayType($functionReturnType)) {

Maybe we can just write $codeGenerator->GetArrayType($function->signature->type). $function->signature->type for setters would be empty.

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