]> www.fi.muni.cz Git - evince.git/blobdiff - cut-n-paste/toolbar-editor/egg-toolbar-editor.h
Sync EggToolbarEditor with libegg.
[evince.git] / cut-n-paste / toolbar-editor / egg-toolbar-editor.h
index b0d27aa7a4503a283b7be1cb310e6a945770f7fd..ba6e1a999d154e773e69e49d45090b017129ac86 100644 (file)
@@ -55,6 +55,8 @@ struct EggToolbarEditorClass
 GType             egg_toolbar_editor_get_type     (void);
 GtkWidget        *egg_toolbar_editor_new          (GtkUIManager *manager,
                                                   EggToolbarsModel *model);
+void             egg_toolbar_editor_set_model    (EggToolbarEditor *t,
+                                                  EggToolbarsModel *model);
 
 G_END_DECLS