#if !GTK_CHECK_VERSION(2, 12, 0)
+void
+gtk_widget_set_has_tooltip (GtkWidget* widget,
+ gboolean has_tooltip)
+{
+ /* Do nothing */
+}
+
void
gtk_widget_set_tooltip_text (GtkWidget* widget,
const gchar* text)
#if !GTK_CHECK_VERSION(2, 12, 0)
+void
+gtk_widget_set_has_tooltip (GtkWidget* widget,
+ gboolean has_tooltip);
+
void
gtk_widget_set_tooltip_text (GtkWidget* widget,
const gchar* text);
uri = midori_web_view_get_display_uri (MIDORI_WEB_VIEW (web_view));
contents = NULL;
- tag = NULL;
#if GLIB_CHECK_VERSION (2, 16, 0)
file = g_file_new_for_uri (uri);
+ tag = NULL;
#ifdef HAVE_GTKSOURCEVIEW
content_type = NULL;
#endif