summaryrefslogtreecommitdiff
path: root/gtk/gtkmodulesprivate.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/gtkmodulesprivate.h
parentd7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (diff)
downloadgtk+-d375dce9f52fd9830069a6fd9287abde93d3f24b.tar.gz
Replace "gchar" with "char"
Diffstat (limited to 'gtk/gtkmodulesprivate.h')
-rw-r--r--gtk/gtkmodulesprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmodulesprivate.h b/gtk/gtkmodulesprivate.h
index b02455d765..c3a1ea59ab 100644
--- a/gtk/gtkmodulesprivate.h
+++ b/gtk/gtkmodulesprivate.h
@@ -27,7 +27,7 @@
G_BEGIN_DECLS
-gchar ** _gtk_get_module_path (const gchar *type);
+char ** _gtk_get_module_path (const char *type);
G_END_DECLS