aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-toolbar-editor.h
diff options
context:
space:
mode:
authorFelix Riemann <friemann@src.gnome.org>2007-11-04 06:20:59 +0800
committerFelix Riemann <friemann@src.gnome.org>2007-11-04 06:20:59 +0800
commitdef60a9cefca3430326f2e529bd32273aa54b786 (patch)
treef2081de5e7b0ea99bb9a126e0f4d609441a6aa8b /lib/egg/egg-toolbar-editor.h
parent7e2c73fd2eb91e2f66d90daaacc3d57c8011f7ef (diff)
downloadgsoc2013-epiphany-def60a9cefca3430326f2e529bd32273aa54b786.tar
gsoc2013-epiphany-def60a9cefca3430326f2e529bd32273aa54b786.tar.gz
gsoc2013-epiphany-def60a9cefca3430326f2e529bd32273aa54b786.tar.bz2
gsoc2013-epiphany-def60a9cefca3430326f2e529bd32273aa54b786.tar.lz
gsoc2013-epiphany-def60a9cefca3430326f2e529bd32273aa54b786.tar.xz
gsoc2013-epiphany-def60a9cefca3430326f2e529bd32273aa54b786.tar.zst
gsoc2013-epiphany-def60a9cefca3430326f2e529bd32273aa54b786.zip
Update to latest EggToolbarEditor code.
This supports changing the editor's model during runtime and tries to avoid some possibly leaking signal handlers. Fixes bug #493149. svn path=/trunk/; revision=7619
Diffstat (limited to 'lib/egg/egg-toolbar-editor.h')
-rw-r--r--lib/egg/egg-toolbar-editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/egg/egg-toolbar-editor.h b/lib/egg/egg-toolbar-editor.h
index e29e5482b..46ce2b87a 100644
--- a/lib/egg/egg-toolbar-editor.h
+++ b/lib/egg/egg-toolbar-editor.h
@@ -56,6 +56,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