summaryrefslogtreecommitdiff
path: root/examples/application4/exampleapp.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/application4/exampleapp.c')
-rw-r--r--examples/application4/exampleapp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/application4/exampleapp.c b/examples/application4/exampleapp.c
index 1376001f2c..89bad6103c 100644
--- a/examples/application4/exampleapp.c
+++ b/examples/application4/exampleapp.c
@@ -39,7 +39,7 @@ static GActionEntry app_entries[] =
static void
example_app_startup (GApplication *app)
{
- const gchar *quit_accels[2] = { "<Ctrl>Q", NULL };
+ const char *quit_accels[2] = { "<Ctrl>Q", NULL };
G_APPLICATION_CLASS (example_app_parent_class)->startup (app);
@@ -64,7 +64,7 @@ static void
example_app_open (GApplication *app,
GFile **files,
int n_files,
- const gchar *hint)
+ const char *hint)
{
GList *windows;
ExampleAppWindow *win;