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

@@ -15,7 +15,7 @@ main (int argc,
GObject *window;
GObject *button;
gtk_init (&argc, &argv);
gtk_init ();
/* Construct a GtkBuilder instance and load our UI description */
builder = gtk_builder_new ();