Bug 24322 - GTK+ API implementation files have bogus extern "C" entries
Summary: GTK+ API implementation files have bogus extern "C" entries
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2009-03-03 09:33 PST by Gustavo Noronha (kov)
Modified: 2009-05-06 07:06 PDT (History)
0 users

See Also:


Attachments
remove bogus extern "C" (9.67 KB, patch)
2009-05-06 05:11 PDT, Jan Alonzo
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gustavo Noronha (kov) 2009-03-03 09:33:57 PST
While ap was reviewing my download support patch he raised the issue that the patch contained a bogus extern "C" in webkitdownload.cpp. We discussing this on IRC and it seems like we only need this on our header files (already covered by the G_*_DECL macros).
Comment 1 Jan Alonzo 2009-05-06 05:11:04 PDT
Created attachment 30046 [details]
remove bogus extern "C"

This patch removes the bogus extern "C" from the source files.
Comment 2 Jan Alonzo 2009-05-06 07:06:10 PDT
Fixed in r43302