diff src/gtkutils.h @ 7420:53c86d59f20b

[gaim-migrate @ 8022] (19:08:24) deryni: Paco-Paco can stop wanting to kill Sean for using ctrl-f in conversations, and all the rest of you can have fun making offline buddies take priority over online ones (I'm sure you'll figure it out =) and a change from free() to g_free() in yahoo from zuperdee, since g_free is theoretically doing more error checking committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 04 Nov 2003 00:10:29 +0000
parents c47633e9e2a4
children 357eb1c39b72
line wrap: on
line diff
--- 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_ */