diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2011-09-23 21:31:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-09-26 18:33:37 +0800 |
commit | 381062d1a807da25f188340cdc81188c43bf0f58 (patch) | |
tree | 39e6d7d632e59d8ae255ea672702e9db00c20813 /libempathy-gtk/empathy-theme-adium.h | |
parent | 3a459b35bd5b7a29b308d729fe82b203f777b99f (diff) | |
download | gsoc2013-empathy-381062d1a807da25f188340cdc81188c43bf0f58.tar gsoc2013-empathy-381062d1a807da25f188340cdc81188c43bf0f58.tar.gz gsoc2013-empathy-381062d1a807da25f188340cdc81188c43bf0f58.tar.bz2 gsoc2013-empathy-381062d1a807da25f188340cdc81188c43bf0f58.tar.lz gsoc2013-empathy-381062d1a807da25f188340cdc81188c43bf0f58.tar.xz gsoc2013-empathy-381062d1a807da25f188340cdc81188c43bf0f58.tar.zst gsoc2013-empathy-381062d1a807da25f188340cdc81188c43bf0f58.zip |
Add /inspector command to show webkit inspector
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.h')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.h b/libempathy-gtk/empathy-theme-adium.h index 1c01b7b37..6f7573b04 100644 --- a/libempathy-gtk/empathy-theme-adium.h +++ b/libempathy-gtk/empathy-theme-adium.h @@ -53,6 +53,7 @@ EmpathyThemeAdium *empathy_theme_adium_new (EmpathyAdiumData *data, const gchar *variant); void empathy_theme_adium_set_variant (EmpathyThemeAdium *theme, const gchar *variant); +void empathy_theme_adium_show_inspector (EmpathyThemeAdium *theme); gboolean empathy_adium_path_is_valid (const gchar *path); |