Function
WPEPlatformInputMethodUnderlinenew
Declaration [src]
WPEInputMethodUnderline*
wpe_input_method_underline_new (
guint start_offset,
guint end_offset
)
Parameters
start_offset
-
Type:
guint
The start offset in preedit string.
end_offset
-
Type:
guint
The end offset in preedit string.
Return value
Type: WPEInputMethodUnderline
A newly created WPEInputMethodUnderline
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |