aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-charset-picker.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-charset-picker.h')
-rw-r--r--widgets/misc/e-charset-picker.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/widgets/misc/e-charset-picker.h b/widgets/misc/e-charset-picker.h
index 88c89fb308..4f701679a5 100644
--- a/widgets/misc/e-charset-picker.h
+++ b/widgets/misc/e-charset-picker.h
@@ -22,7 +22,6 @@
#define E_CHARSETPICKER_H
#include <gtk/gtk.h>
-#include <bonobo/bonobo-ui-component.h>
G_BEGIN_DECLS
@@ -33,18 +32,12 @@ char * e_charset_picker_dialog (const char *title,
const char *default_charset,
GtkWindow *parent);
-void e_charset_add_radio_actions (GtkActionGroup *action_group,
+GSList * e_charset_add_radio_actions (GtkActionGroup *action_group,
+ const gchar *action_prefix,
const gchar *default_charset,
GCallback callback,
gpointer user_data);
-void e_charset_picker_bonobo_ui_populate
- (BonoboUIComponent *uic,
- const char *path,
- const char *default_charset,
- BonoboUIListenerFn cb,
- gpointer user_data);
-
G_END_DECLS
#endif /* E_CHARSETPICKER_H */