]> Pileus Git - ~andy/gtk/commit
gtk: Empty gtkimmodule.h
authorBenjamin Otte <otte@redhat.com>
Tue, 8 Nov 2011 19:22:57 +0000 (20:22 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 8 Nov 2011 20:14:05 +0000 (21:14 +0100)
commite1f4bd6495055b85e16e0a1d905d76b4da42e906
treead09dcc70a3c11124f57f289080036ad7163567f
parentba05093fe7ee2746be5f9f6ce1586caa266f6a9e
gtk: Empty gtkimmodule.h

Move the remaining struct definition into gtkimcontextinfo.h and include
that header in gtk.h. gtkimmodule.h is now an empty header. We should
probably deprecate it somehow.

This is also necessary so headers used in gtk .c files don't include
gtk.h which in turn includes all the deprecated headers which we want to
avoid so we can include them with deprecation warnings turned off.
gtk/Makefile.am
gtk/gtk.h
gtk/gtkimcontextinfo.h [new file with mode: 0644]
gtk/gtkimmodule.c
gtk/gtkimmodule.h
gtk/gtkimmoduleprivate.h
gtk/gtkimmulticontext.c