summaryrefslogtreecommitdiff
path: root/gtk/gtkprintunixdialog.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/gtkprintunixdialog.h
parentd7266b25ba5f2f21a5bd19d0fb88aca530e4d265 (diff)
downloadgtk+-d375dce9f52fd9830069a6fd9287abde93d3f24b.tar.gz
Replace "gchar" with "char"
Diffstat (limited to 'gtk/gtkprintunixdialog.h')
-rw-r--r--gtk/gtkprintunixdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkprintunixdialog.h b/gtk/gtkprintunixdialog.h
index 1555668358..fa0b231833 100644
--- a/gtk/gtkprintunixdialog.h
+++ b/gtk/gtkprintunixdialog.h
@@ -39,7 +39,7 @@ typedef struct _GtkPrintUnixDialog GtkPrintUnixDialog;
GDK_AVAILABLE_IN_ALL
GType gtk_print_unix_dialog_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
-GtkWidget * gtk_print_unix_dialog_new (const gchar *title,
+GtkWidget * gtk_print_unix_dialog_new (const char *title,
GtkWindow *parent);
GDK_AVAILABLE_IN_ALL