Bump GLib dependency to 2.35

And drop deprecated g_type_init() calls.
This commit is contained in:
Matthias Clasen
2012-10-30 12:52:11 -04:00
parent 8bdc2aa228
commit 9ebeb4e68a
12 changed files with 4 additions and 23 deletions

View File

@ -81,8 +81,6 @@ main (int argc, char **argv)
GtkPrintOperation *print;
GtkPrintSettings *settings;
g_type_init ();
settings = gtk_print_settings_new ();
/* gtk_print_settings_set_printer (settings, "printer"); */