diff options
author | Matthias Clasen <mclasen@redhat.com> | 2018-02-19 18:29:00 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2018-02-24 21:34:40 -0500 |
commit | 29bcc38ae62e73b76f0f663e2ecc5e85bfe4ca46 (patch) | |
tree | cff130d8b76d27418228ece1187d98d79133e7c6 /gtk/gtk.h | |
parent | e6bf832514c04a224c799413bdac7489c7fe9186 (diff) | |
download | gtk+-29bcc38ae62e73b76f0f663e2ecc5e85bfe4ca46.tar.gz |
Convert immodules to use an extension point
Add an extension point called gtk-im-module, which requires
the type GtkIMContext. Simplify the loading by using GIO
infrastructure. Drop the locale filtering for now, I don't
think it is really necessary nowadays.
Convert existing platform modules to gio modules.
Sill to do: Drop the conditional build machinery.
Either always include them, or never.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -125,7 +125,6 @@ #include <gtk/gtkiconview.h> #include <gtk/gtkimage.h> #include <gtk/gtkimcontext.h> -#include <gtk/gtkimcontextinfo.h> #include <gtk/gtkimcontextsimple.h> #include <gtk/gtkimmulticontext.h> #include <gtk/gtkinfobar.h> |