Function
WebKit2InputMethodUnderlinenew
Declaration [src]
WebKitInputMethodUnderline*
webkit_input_method_underline_new (
  guint start_offset,
  guint end_offset
)
Description [src]
Create a new WebKitInputMethodUnderline for the given range in preedit string.
| Available since: | 2.28 | 
Parameters
| start_offset | guint | 
| The start offset in preedit string. | |
| end_offset | guint | 
| The end offset in preedit string. | 
Return value
| Returns: | WebKitInputMethodUnderline | 
| A newly created  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |