]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-webkit-utils.h
Updated Kannada translation
[empathy.git] / libempathy-gtk / empathy-webkit-utils.h
index fccdb04748fb562280c3943844fef7ee3559d725..98fdc4dcbe85a74a4935152e1734c9d6c749681e 100644 (file)
 #ifndef _EMPATHY_WEBKIT_UTILS__H_
 #define _EMPATHY_WEBKIT_UTILS__H_
 
+#include <tp-account-widgets/tpaw-string-parser.h>
 #include <webkit/webkit.h>
 
-#include "empathy-string-parser.h"
-
 G_BEGIN_DECLS
 
 typedef enum {
     EMPATHY_WEBKIT_MENU_CLEAR = 1 << 0,
+    EMPATHY_WEBKIT_MENU_INSPECT = 1 << 1,
 } EmpathyWebKitMenuFlags;
 
-EmpathyStringParser * empathy_webkit_get_string_parser (gboolean smileys);
+TpawStringParser * empathy_webkit_get_string_parser (gboolean smileys);
 
 void empathy_webkit_bind_font_setting (WebKitWebView *webview,
     GSettings *gsettings,
     const char *key);
 
+GtkWidget * empathy_webkit_create_context_menu (WebKitWebView *view,
+    WebKitHitTestResult *hit_test_result,
+    EmpathyWebKitMenuFlags flags);
+
 void empathy_webkit_context_menu_for_event (WebKitWebView *view,
     GdkEventButton *event,
     EmpathyWebKitMenuFlags flags);
 
+void empathy_webkit_show_inspector (WebKitWebView *view);
+
 G_END_DECLS
 
 #endif