X-Git-Url: https://irasnyder.com/gitweb/?a=blobdiff_plain;f=tomboykeybinder.h;h=982a2ed177c229a7172535b6b3847a95ff2cc5a0;hb=d7889f80f7846c3f6d3051e5b575cf8dd9c02ccd;hp=0516eead6fb5ca2b642a90288d7c7f437a3e43e4;hpb=6d151e14fbacc77abdf4c99a63b1320eaa6dd520;p=tilda-gobject.git diff --git a/tomboykeybinder.h b/tomboykeybinder.h index 0516eea..982a2ed 100644 --- a/tomboykeybinder.h +++ b/tomboykeybinder.h @@ -6,7 +6,7 @@ G_BEGIN_DECLS -typedef void (* TomboyBindkeyHandler) (char *keystring, gpointer user_data); +typedef void (* TomboyBindkeyHandler) (const gchar *keystring, gpointer user_data); void tomboy_keybinder_init (void); @@ -17,7 +17,9 @@ gboolean tomboy_keybinder_bind (const char *keystring, void tomboy_keybinder_unbind (const char *keystring, TomboyBindkeyHandler handler); +#if 0 gboolean tomboy_keybinder_is_modifier (guint keycode); +#endif guint32 tomboy_keybinder_get_current_event_time (void);