diff options
author | Christian Persch <chpe@gnome.org> | 2013-06-08 13:53:21 +0200 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-06-09 09:51:55 -0400 |
commit | 781b85088f305b10a367eadd930f668e2f0682f5 (patch) | |
tree | a83d875cde33a654acf91340dfbad2b676089d2c /gtk/gtkimmulticontext.c | |
parent | a37450110b74605041318a76dac51838953d406d (diff) | |
download | gtk+-781b85088f305b10a367eadd930f668e2f0682f5.tar.gz |
im: Deprecate gtk_im_multicontext_append_menuitems
Bug #701840.
Diffstat (limited to 'gtk/gtkimmulticontext.c')
-rw-r--r-- | gtk/gtkimmulticontext.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk/gtkimmulticontext.c b/gtk/gtkimmulticontext.c index 712d5ca873..4fc9cf15c1 100644 --- a/gtk/gtkimmulticontext.c +++ b/gtk/gtkimmulticontext.c @@ -592,6 +592,11 @@ pathnamecmp (const char *a, * Add menuitems for various available input methods to a menu; * the menuitems, when selected, will switch the input method * for the context and the global default input method. + * + * Deprecated: 3.10: It is better to use the system-wide input + * method framework for changing input methods. Modern + * desktop shells offer on-screen displays for this that + * can triggered with a keyboard shortcut, e.g. Super-Space. **/ void gtk_im_multicontext_append_menuitems (GtkIMMulticontext *context, |