diff -r e21bf58df190 -r af45f3aa95c9 src/gtkutils.h --- a/src/gtkutils.h Mon Nov 03 16:42:32 2003 +0000 +++ b/src/gtkutils.h Tue Nov 04 00:10:29 2003 +0000 @@ -45,6 +45,8 @@ typedef gboolean (*GaimCheckAccountFunc)(GaimAccount *account); +extern guint accels_save_timer; + /** * Sets up a gtkimhtml widget, loads it with smileys, and sets the * default signal handlers. @@ -284,4 +286,21 @@ */ char *stylize(const gchar *text, int len); +/** + * Save menu accelerators callback + */ +void gaim_gtk_save_accels_cb(GtkAccelGroup *accel_group, guint arg1, + GdkModifierType arg2, GClosure *arg3, + gpointer data); + +/** + * Save menu accelerators + */ +gboolean gaim_gtk_save_accels(gpointer data); + +/** + * Load menu accelerators + */ +void gaim_gtk_load_accels(); + #endif /* _GAIM_GTK_UTILS_H_ */