summaryrefslogtreecommitdiff
path: root/gtk/gtknotebook.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-24 20:40:36 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-25 00:47:36 +0200
commitd375dce9f52fd9830069a6fd9287abde93d3f24b (patch)
treecd759ec130e07189ab7f19ebd03b8e89923aaa7f /gtk/gtknotebook.h
parentd7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (diff)
downloadgtk+-d375dce9f52fd9830069a6fd9287abde93d3f24b.tar.gz
Replace "gchar" with "char"
Diffstat (limited to 'gtk/gtknotebook.h')
-rw-r--r--gtk/gtknotebook.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/gtk/gtknotebook.h b/gtk/gtknotebook.h
index 9d869fe5f8..d02e384e74 100644
--- a/gtk/gtknotebook.h
+++ b/gtk/gtknotebook.h
@@ -101,9 +101,9 @@ void gtk_notebook_remove_page (GtkNotebook *notebook,
GDK_AVAILABLE_IN_ALL
void gtk_notebook_set_group_name (GtkNotebook *notebook,
- const gchar *group_name);
+ const char *group_name);
GDK_AVAILABLE_IN_ALL
-const gchar *gtk_notebook_get_group_name (GtkNotebook *notebook);
+const char *gtk_notebook_get_group_name (GtkNotebook *notebook);
@@ -177,9 +177,9 @@ void gtk_notebook_set_tab_label (GtkNotebook *notebook,
GDK_AVAILABLE_IN_ALL
void gtk_notebook_set_tab_label_text (GtkNotebook *notebook,
GtkWidget *child,
- const gchar *tab_text);
+ const char *tab_text);
GDK_AVAILABLE_IN_ALL
-const gchar * gtk_notebook_get_tab_label_text (GtkNotebook *notebook,
+const char * gtk_notebook_get_tab_label_text (GtkNotebook *notebook,
GtkWidget *child);
GDK_AVAILABLE_IN_ALL
GtkWidget * gtk_notebook_get_menu_label (GtkNotebook *notebook,
@@ -191,10 +191,10 @@ void gtk_notebook_set_menu_label (GtkNotebook *notebook,
GDK_AVAILABLE_IN_ALL
void gtk_notebook_set_menu_label_text (GtkNotebook *notebook,
GtkWidget *child,
- const gchar *menu_text);
+ const char *menu_text);
GDK_AVAILABLE_IN_ALL
-const gchar * gtk_notebook_get_menu_label_text (GtkNotebook *notebook,
- GtkWidget *child);
+const char * gtk_notebook_get_menu_label_text (GtkNotebook *notebook,
+ GtkWidget *child);
GDK_AVAILABLE_IN_ALL
void gtk_notebook_reorder_child (GtkNotebook *notebook,
GtkWidget *child,