update_preedit_text_received


Description:

public void update_preedit_text_received (Text text, uint cursor_pos, bool visible)

Notify that the preedit is updated by the panel extension

(Note: The table object will be released, if it is floating. If caller want to keep the object, caller should make the object sink by g_object_ref_sink.)

Parameters:

this

An PanelService

text

Update content.

cursor_pos

Current position of cursor

visible

Whether the pre-edit buffer is visible.