Struct

ClutterPreeditAttribute

Description [src]

struct ClutterPreeditAttribute {
  ClutterPreeditStyleHint hint;
  unsigned int start;
  unsigned int end;
}

Holds the span affected by a style hint within the pre-edit string.

Structure members
hint: ClutterPreeditStyleHint

The preedit hint.

start: unsigned int

The start index, in characters.

end: unsigned int

The end index, in characters.