aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-toolbar-editor.h
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-07-24 22:28:04 +0800
committerChristian Persch <chpe@src.gnome.org>2004-07-24 22:28:04 +0800
commitfa8d611634ce612e828929a8d9720fbab86217ed (patch)
tree1c97215aa43cbf6e6ac44202c4be9d22d2cce823 /lib/egg/egg-toolbar-editor.h
parentb229de2a64d9a96439d1d8099d22e017df93bafd (diff)
downloadgsoc2013-epiphany-fa8d611634ce612e828929a8d9720fbab86217ed.tar
gsoc2013-epiphany-fa8d611634ce612e828929a8d9720fbab86217ed.tar.gz
gsoc2013-epiphany-fa8d611634ce612e828929a8d9720fbab86217ed.tar.bz2
gsoc2013-epiphany-fa8d611634ce612e828929a8d9720fbab86217ed.tar.lz
gsoc2013-epiphany-fa8d611634ce612e828929a8d9720fbab86217ed.tar.xz
gsoc2013-epiphany-fa8d611634ce612e828929a8d9720fbab86217ed.tar.zst
gsoc2013-epiphany-fa8d611634ce612e828929a8d9720fbab86217ed.zip
Make egg_toolbar_editor_add_action public again.
2004-07-24 Christian Persch <chpe@cvs.gnome.org> * lib/egg/egg-toolbar-editor.c: * lib/egg/egg-toolbar-editor.h: Make egg_toolbar_editor_add_action public again.
Diffstat (limited to 'lib/egg/egg-toolbar-editor.h')
-rwxr-xr-xlib/egg/egg-toolbar-editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/egg/egg-toolbar-editor.h b/lib/egg/egg-toolbar-editor.h
index 5a96ad46f..4855408f5 100755
--- a/lib/egg/egg-toolbar-editor.h
+++ b/lib/egg/egg-toolbar-editor.h
@@ -59,6 +59,9 @@ GtkWidget *egg_toolbar_editor_new (GtkUIManager *merge,
void egg_toolbar_editor_load_actions (EggToolbarEditor *editor,
const char *xml_file);
+void egg_toolbar_editor_add_action (EggToolbarEditor *editor,
+ const char *action_name);
+
G_END_DECLS
#endif