2010-09-20 18:16:10 +01:00
|
|
|
/* This program was written with lots of love under the GPL by Jonathan
|
|
|
|
* Blandford <jrb@gnome.org>
|
|
|
|
*/
|
|
|
|
|
|
|
|
#include <gtk/gtk.h>
|
2011-11-07 17:50:40 +00:00
|
|
|
#include <shell/cc-panel.h>
|
2010-09-20 18:16:10 +01:00
|
|
|
|
2010-11-16 12:13:01 +00:00
|
|
|
void gnome_keybinding_properties_init (CcPanel *panel, GtkBuilder *builder);
|
|
|
|
void gnome_keybinding_properties_dispose (CcPanel *panel);
|