committed by
Matthias Clasen
parent
a37450110b
commit
781b85088f
@ -592,6 +592,11 @@ pathnamecmp (const char *a,
|
|||||||
* Add menuitems for various available input methods to a menu;
|
* Add menuitems for various available input methods to a menu;
|
||||||
* the menuitems, when selected, will switch the input method
|
* the menuitems, when selected, will switch the input method
|
||||||
* for the context and the global default 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
|
void
|
||||||
gtk_im_multicontext_append_menuitems (GtkIMMulticontext *context,
|
gtk_im_multicontext_append_menuitems (GtkIMMulticontext *context,
|
||||||
|
|||||||
@ -63,7 +63,7 @@ GType gtk_im_multicontext_get_type (void) G_GNUC_CONST;
|
|||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
GtkIMContext *gtk_im_multicontext_new (void);
|
GtkIMContext *gtk_im_multicontext_new (void);
|
||||||
|
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_DEPRECATED_IN_3_10
|
||||||
void gtk_im_multicontext_append_menuitems (GtkIMMulticontext *context,
|
void gtk_im_multicontext_append_menuitems (GtkIMMulticontext *context,
|
||||||
GtkMenuShell *menushell);
|
GtkMenuShell *menushell);
|
||||||
GDK_AVAILABLE_IN_ALL
|
GDK_AVAILABLE_IN_ALL
|
||||||
|
|||||||
Reference in New Issue
Block a user