ibusinputcontext.h | ibusinputcontext.h | |||
---|---|---|---|---|
skipping to change at line 177 | skipping to change at line 177 | |||
gint32 x, | gint32 x, | |||
gint32 y, | gint32 y, | |||
gint32 w, | gint32 w, | |||
gint32 h); | gint32 h); | |||
/** | /** | |||
* ibus_input_context_set_capabilities: | * ibus_input_context_set_capabilities: | |||
* @context: An IBusInputContext. | * @context: An IBusInputContext. | |||
* @capabilities: Capabilities flags of IBusEngine, see #IBusCapabilite | * @capabilities: Capabilities flags of IBusEngine, see #IBusCapabilite | |||
* | * | |||
* Set the capabilities flags of client application. | * Set the capabilities flags of client application. | |||
* When IBUS_CAP_FOCUS is not set, IBUS_CAP_PREEDIT_TEXT, IBUS_CAP_AUXILIAR | ||||
Y_TEXT, IBUS_CAP_LOOKUP_TABLE, and IBUS_CAP_PROPERTY have to be all set. | ||||
* The panel component does nothing for an application that doesn't support | ||||
focus. | ||||
* | * | |||
* @see_also: #IBusEngine::set-capabilities | * @see_also: #IBusEngine::set-capabilities | |||
*/ | */ | |||
void ibus_input_context_set_capabilities | void ibus_input_context_set_capabilities | |||
(IBusInputContext *context, | (IBusInputContext *context, | |||
guint32 capabiliti es); | guint32 capabiliti es); | |||
/** | /** | |||
* ibus_input_context_property_activate | * ibus_input_context_property_activate | |||
* @context: An IBusInputContext. | * @context: An IBusInputContext. | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 4 lines changed or added | |||