diff options
Diffstat (limited to 'lib/ephy-gui.h')
-rw-r--r-- | lib/ephy-gui.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/ephy-gui.h b/lib/ephy-gui.h index 4db9caffb..ee2eeb155 100644 --- a/lib/ephy-gui.h +++ b/lib/ephy-gui.h @@ -32,17 +32,12 @@ void ephy_gui_menu_position_under_widget (GtkMenu *menu, gboolean *push_in, gpointer user_data); -gint ephy_gui_gtk_radio_button_get (GtkRadioButton *radio_button); - -void ephy_gui_gtk_radio_button_set (GtkRadioButton *radio_button, - gint index); - gboolean ephy_gui_confirm_overwrite_file (GtkWidget *parent, const char *filename); void ephy_gui_help (GtkWindow *parent, const char *file_name, - const char *link_id); + const char *link_id); G_END_DECLS #endif |