summaryrefslogtreecommitdiff
path: root/gtk/gtkshortcutlabel.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkshortcutlabel.h')
-rw-r--r--gtk/gtkshortcutlabel.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtkshortcutlabel.h b/gtk/gtkshortcutlabel.h
index a8842bcdd1..d2abd1c7ee 100644
--- a/gtk/gtkshortcutlabel.h
+++ b/gtk/gtkshortcutlabel.h
@@ -35,21 +35,21 @@ GDK_AVAILABLE_IN_ALL
GType gtk_shortcut_label_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
-GtkWidget *gtk_shortcut_label_new (const gchar *accelerator);
+GtkWidget *gtk_shortcut_label_new (const char *accelerator);
GDK_AVAILABLE_IN_ALL
-const gchar *gtk_shortcut_label_get_accelerator (GtkShortcutLabel *self);
+const char *gtk_shortcut_label_get_accelerator (GtkShortcutLabel *self);
GDK_AVAILABLE_IN_ALL
void gtk_shortcut_label_set_accelerator (GtkShortcutLabel *self,
- const gchar *accelerator);
+ const char *accelerator);
GDK_AVAILABLE_IN_ALL
-const gchar *gtk_shortcut_label_get_disabled_text (GtkShortcutLabel *self);
+const char *gtk_shortcut_label_get_disabled_text (GtkShortcutLabel *self);
GDK_AVAILABLE_IN_ALL
void gtk_shortcut_label_set_disabled_text (GtkShortcutLabel *self,
- const gchar *disabled_text);
+ const char *disabled_text);
G_END_DECLS