diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-25 00:38:52 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-25 00:38:52 +0200 |
commit | 3bb2d6c2e4c434cd7852eddfac5256ad807f4da4 (patch) | |
tree | 452af6284ea78095594a297132048d316e36488b /capplets/keyboard/mate-keyboard-properties-a11y.h | |
parent | fdbdbecabce4115565a3beaeeb96486e1e5fdb28 (diff) | |
download | mate-control-center-3bb2d6c2e4c434cd7852eddfac5256ad807f4da4.tar.bz2 mate-control-center-3bb2d6c2e4c434cd7852eddfac5256ad807f4da4.tar.xz |
migrate keyboard applet to gsettings
Diffstat (limited to 'capplets/keyboard/mate-keyboard-properties-a11y.h')
-rw-r--r-- | capplets/keyboard/mate-keyboard-properties-a11y.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/capplets/keyboard/mate-keyboard-properties-a11y.h b/capplets/keyboard/mate-keyboard-properties-a11y.h index 3169b353..a535928c 100644 --- a/capplets/keyboard/mate-keyboard-properties-a11y.h +++ b/capplets/keyboard/mate-keyboard-properties-a11y.h @@ -24,9 +24,9 @@ #ifndef __MATE_KEYBOARD_PROPERTY_A11Y_H #define __MATE_KEYBOARD_PROPERTY_A11Y_H -#include <mateconf/mateconf-changeset.h> #include <gtk/gtk.h> -extern void setup_a11y_tabs (GtkBuilder * dialog, MateConfChangeSet * changeset); +extern void setup_a11y_tabs (GtkBuilder * dialog); +extern void finalize_a11y_tabs (void); #endif /* __MATE_KEYBOARD_PROPERTY_A11Y_H */ |