aboutsummaryrefslogtreecommitdiffstats
path: root/lib/egg/egg-toolbars-model.h
diff options
context:
space:
mode:
authorPeter Harvey <peter.a.harvey@gmail.com>2006-01-31 21:27:13 +0800
committerPeter Anthony Harvey <paharvey@src.gnome.org>2006-01-31 21:27:13 +0800
commitdd621442b77f8a973c5e206ee7be5b5b7a495322 (patch)
tree1d8bad3c0fe5e3973d619607542cefd1b3acb5b0 /lib/egg/egg-toolbars-model.h
parentb7444805e19b872807b13af4e78c63bea10302cd (diff)
downloadgsoc2013-epiphany-dd621442b77f8a973c5e206ee7be5b5b7a495322.tar.gz
gsoc2013-epiphany-dd621442b77f8a973c5e206ee7be5b5b7a495322.tar.zst
gsoc2013-epiphany-dd621442b77f8a973c5e206ee7be5b5b7a495322.zip
lib/egg/egg-toolbars-model.c lib/egg/egg-toolbars-model.h
2006-01-31 Peter Harvey <peter.a.harvey@gmail.com> * lib/egg/egg-toolbars-model.c * lib/egg/egg-toolbars-model.h Added a useful function to remove all instances of a named action from the toolbars.
Diffstat (limited to 'lib/egg/egg-toolbars-model.h')
-rwxr-xr-xlib/egg/egg-toolbars-model.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/egg/egg-toolbars-model.h b/lib/egg/egg-toolbars-model.h
index 10b419a78..cfc19a75d 100755
--- a/lib/egg/egg-toolbars-model.h
+++ b/lib/egg/egg-toolbars-model.h
@@ -160,6 +160,8 @@ void egg_toolbars_model_move_item (EggToolbarsModel *model,
int position,
int new_toolbar_position,
int new_position);
+void egg_toolbars_model_delete_item (EggToolbarsModel *model,
+ const char *name);
/* Functions for accessing the names of items. */
int egg_toolbars_model_n_items (EggToolbarsModel *model,