~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to capplets/keyboard/gnome-keyboard-properties-a11y.h

Tags: upstream-2.27.5
ImportĀ upstreamĀ versionĀ 2.27.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <gconf/gconf-changeset.h>
28
28
#include <gtk/gtk.h>
29
 
#include <glade/glade.h>
30
29
 
31
 
extern void setup_a11y_tabs (GladeXML * dialog, GConfChangeSet * changeset);
 
30
extern void setup_a11y_tabs (GtkBuilder * dialog, GConfChangeSet * changeset);
32
31
 
33
32
#endif /* __GNOME_KEYBOARD_PROPERTY_A11Y_H */