[webkit-reviews] review denied: [Bug 67098] [GTK] introspection: fix some gtk-doc annotations : [Attachment 105455] fix some gtk-doc annotations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 30 09:40:27 PDT 2011


Martin Robinson <mrobinson at webkit.org> has denied  review:
Bug 67098: [GTK] introspection: fix some gtk-doc annotations
https://bugs.webkit.org/show_bug.cgi?id=67098

Attachment 105455: fix some gtk-doc annotations
https://bugs.webkit.org/attachment.cgi?id=105455&action=review

------- Additional Comments from Martin Robinson <mrobinson at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=105455&action=review


> Source/WebKit/gtk/webkit/webkitwebplugin.h:56
> -typedef struct _WebKitWebPluginMIMEType {
> +struct _WebKitWebPluginMIMEType {
>      char* name;
>      char* description;
>      char** extensions;
> -} WebKitWebPluginMIMEType;
> +};
>  

I don't understand how this works if you remove the typedef. How can you refer
to WebKitWebPluginMIMEType when you're using the API?


More information about the webkit-reviews mailing list