Candidate
Object Hierarchy:
Description:
public class Candidate : Object
Object representing a candidate in dictionaries.
Content:
Properties:
- public string midasi { get; }
Midasi word which generated this candidate.
- public bool okuri { get; }
Flag to indicate whether this candidate is generated as a result of
okuri-ari conversion.
- public string text { set; get; }
Base string value of the candidate.
- public string? annotation { set; get; }
Optional annotation text associated with the candidate.
- public string output { set; get; }
Output string shown instead of text.
Creation methods:
- public Candidate (string midasi, bool okuri, string text, string? annotation = null, string? output = null)
Create a new Candidate.
Methods:
Inherited Members:
All known members inherited from class GLib.Object
- @new
- newv
- new_valist
- get_type
- get_class
- @ref
- unref
- ref_sink
- weak_ref
- weak_unref
- add_weak_pointer
- remove_weak_pointer
- @get
- @set
- get_property
- set_property
- get_data
- set_data
- set_data_full
- steal_data
- get_qdata
- set_qdata
- set_qdata_full
- steal_qdata
- freeze_notify
- thaw_notify
- dispose
- constructed
- notify_property
- connect
- disconnect
- add_toggle_ref
- remove_toggle_ref
- bind_property
- notify
- ref_count