summaryrefslogtreecommitdiff
path: root/tests/testlist2.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testlist2.c')
-rw-r--r--tests/testlist2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/testlist2.c b/tests/testlist2.c
index e9465f63bd..0a43faf29e 100644
--- a/tests/testlist2.c
+++ b/tests/testlist2.c
@@ -29,7 +29,7 @@ remove_this_row (GtkButton *button, GtkWidget *child)
gtk_revealer_set_reveal_child (GTK_REVEALER (revealer), FALSE);
}
-static GtkWidget *create_row (const gchar *label);
+static GtkWidget *create_row (const char *label);
static void
row_revealed (GObject *revealer, GParamSpec *pspec, gpointer data)
@@ -74,7 +74,7 @@ add_separator (GtkListBoxRow *row, GtkListBoxRow *before, gpointer data)
}
static GtkWidget *
-create_row (const gchar *text)
+create_row (const char *text)
{
GtkWidget *row, *label, *button;
@@ -110,7 +110,7 @@ int main (int argc, char *argv[])
{
GtkWidget *window, *list, *sw, *row;
int i;
- gchar *text;
+ char *text;
gboolean done = FALSE;
gtk_init ();