Reviewed by Martin Robinson.
[GTK] Fix introspection support
https://bugs.webkit.org/show_bug.cgi?id=47723
Added HTTP cache directory to the WebkitGtk+ GIR sources.
* GNUmakefile.am:
2010-10-15 Sergio Villar Senin <svillar@igalia.com>
Reviewed by Martin Robinson.
[GTK] Fix introspection support
https://bugs.webkit.org/show_bug.cgi?id=47723
WebKitSoupCacheType was incorrectly registered twice. Renamed to
WebKitSoupCacheTypeType for the enumerated type.
* platform/network/soup/cache/webkit/soup-cache.c:
(webkit_soup_cache_type_get_type):
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@69858
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-10-15 Sergio Villar Senin <svillar@igalia.com>
+
+ Reviewed by Martin Robinson.
+
+ [GTK] Fix introspection support
+ https://bugs.webkit.org/show_bug.cgi?id=47723
+
+ Added HTTP cache directory to the WebkitGtk+ GIR sources.
+
+ * GNUmakefile.am:
+
2010-10-14 Andras Becsi <abecsi@webkit.org>
Reviewed by Csaba Osztrogonác.
--output=$@ \
--add-include-path=$(top_srcdir)/WebKit/gtk \
--add-include-path=$(builddir) \
+ -I$(top_srcdir)/WebCore/platform/network/soup/cache \
-I$(top_srcdir)/WebKit/gtk \
-I$(top_builddir)/WebKit/gtk \
-I$(top_builddir)/DerivedSources \
+2010-10-15 Sergio Villar Senin <svillar@igalia.com>
+
+ Reviewed by Martin Robinson.
+
+ [GTK] Fix introspection support
+ https://bugs.webkit.org/show_bug.cgi?id=47723
+
+ WebKitSoupCacheType was incorrectly registered twice. Renamed to
+ WebKitSoupCacheTypeType for the enumerated type.
+
+ * platform/network/soup/cache/webkit/soup-cache.c:
+ (webkit_soup_cache_type_get_type):
+
2010-10-15 Ilya Tikhonovsky <loislo@chromium.org>
Reviewed by Yury Semikhatsky.
};
if (!cache_type) {
- cache_type = g_enum_register_static ("WebKitSoupCacheType", cache_types);
+ cache_type = g_enum_register_static ("WebKitSoupCacheTypeType", cache_types);
}
return cache_type;
}