aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-utils.h')
-rw-r--r--embed/ephy-embed-utils.h10
1 files changed, 2 insertions, 8 deletions
diff --git a/embed/ephy-embed-utils.h b/embed/ephy-embed-utils.h
index c24119828..5ce61cb7e 100644
--- a/embed/ephy-embed-utils.h
+++ b/embed/ephy-embed-utils.h
@@ -26,22 +26,16 @@
G_BEGIN_DECLS
-typedef struct
-{
- const char *encoding;
- gpointer data;
-} EncodingMenuData;
-
void ephy_embed_utils_save (GtkWidget *window,
const char *default_dir_pref,
gboolean ask_dest,
gboolean with_content,
EphyEmbedPersist *persist);
-void ephy_embed_utils_build_charsets_submenu (BonoboUIComponent *ui_component,
+void ephy_embed_utils_build_encodings_submenu (BonoboUIComponent *ui_component,
const char *path,
BonoboUIVerbFn fn,
- gpointer data);
+ gpointer view);
void ephy_embed_utils_nohandler_dialog_run (GtkWidget *parent);