[Webkit-unassigned] [Bug 67098] [GTK] introspection: fix some gtk-doc annotations
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 30 09:40:27 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=67098
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #105455| |review-
Flag| |
--- Comment #2 from Martin Robinson <mrobinson at webkit.org> 2011-08-30 09:40:27 PST ---
(From update of attachment 105455)
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?
--
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