[Webkit-unassigned] [Bug 67098] [GTK] introspection: fix some gtk-doc annotations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 2 19:15:23 PDT 2011


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





--- Comment #3 from Diego Escalante Urrelo <diegoe at gnome.org>  2011-09-02 19:15:24 PST ---
(In reply to comment #2)
> (From update of attachment 105455 [details])
> 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?

Damn, I made a mistake with git add. The other half of this is in bug #67097. I'll attach new patches.

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