Update callers

Adapt all our tests and examples to the new initialization api.
This commit is contained in:
Matthias Clasen
2016-12-28 08:53:22 -05:00
parent 4d7fa52fe9
commit 2c7e567f05
152 changed files with 210 additions and 177 deletions

View File

@@ -20,7 +20,7 @@ main (int argc, char *argv[])
GtkWidget *win, *box, *tv, *sw, *sb;
GtkAdjustment *adj;
gtk_init (NULL, NULL);
gtk_init ();
win = gtk_window_new (GTK_WINDOW_TOPLEVEL);
gtk_window_set_default_size (GTK_WINDOW (win), 640, 480);