]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - unix/gtkask.c
GTK 3 prep: use the glib names for base object types.
authorSimon Tatham <anakin@pobox.com>
Sat, 8 Aug 2015 16:29:02 +0000 (17:29 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 8 Aug 2015 16:55:10 +0000 (17:55 +0100)
commit1e4273a9295f0922a84dcea3edffcbd7b5449c11
tree7e69b60168a15f3b40afedddf5893550a75680d5
parent2ac190c06d516387b4f580c660db9a6808769ce8
GTK 3 prep: use the glib names for base object types.

All the things like GtkType, GtkObject, gtk_signal_connect and so on
should now consistently have the new-style glib names like GType,
GObject, g_signal_connect, etc.
unix/gtkask.c
unix/gtkcols.c
unix/gtkcols.h
unix/gtkcompat.h
unix/gtkdlg.c
unix/gtkfont.c
unix/gtkwin.c