]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/toolbar-editor/egg-toolbar-editor.h
Updated Galician Translation
[evince.git] / cut-n-paste / toolbar-editor / egg-toolbar-editor.h
index e1e1f35ab66fc84cc1126df6d2297653b2f0cb32..ba6e1a999d154e773e69e49d45090b017129ac86 100644 (file)
@@ -19,8 +19,7 @@
 #ifndef EGG_TOOLBAR_EDITOR_H
 #define EGG_TOOLBAR_EDITOR_H
 
-#include <gtk/gtkvbox.h>
-#include <gtk/gtkuimanager.h>
+#include <gtk/gtk.h>
 
 #include "egg-toolbars-model.h"
 
@@ -56,11 +55,8 @@ struct EggToolbarEditorClass
 GType             egg_toolbar_editor_get_type     (void);
 GtkWidget        *egg_toolbar_editor_new          (GtkUIManager *manager,
                                                   EggToolbarsModel *model);
-void              egg_toolbar_editor_load_actions (EggToolbarEditor *editor,
-                                                  const char       *xml_file);
-
-void             egg_toolbar_editor_add_action   (EggToolbarEditor *editor,
-                                                  const char *action_name);
+void             egg_toolbar_editor_set_model    (EggToolbarEditor *t,
+                                                  EggToolbarsModel *model);
 
 G_END_DECLS