]> spindle.queued.net Git - midori/commitdiff
Don't declare print function for WebKit >= 1.1.6
authorChristian Dywan <christian@twotoasts.de>
Thu, 7 May 2009 21:00:29 +0000 (23:00 +0200)
committerChristian Dywan <christian@twotoasts.de>
Thu, 7 May 2009 21:00:29 +0000 (23:00 +0200)
midori/midori-view.c

index f023246b0ea5049b16ed3e28e65dd55200822cee..da260ec69d3ddb93095f162bb8e08207fbf898ab 100644 (file)
 /* This is unstable API, so we need to declare it */
 gchar*
 webkit_web_view_get_selected_text (WebKitWebView* web_view);
+/* This is public API since WebKitGTK+ 1.1.6 */
+#if !WEBKIT_CHECK_VERSION (1, 1, 6)
 void
 webkit_web_frame_print (WebKitWebFrame* web_frame);
+#endif
 
 GdkPixbuf*
 midori_search_action_get_icon (KatzeNet*  net,