| Top |
#define SKK_TYPE_CANDIDATE (skk_candidate_get_type ())
The type for SkkCandidate.
struct SkkCandidate {
GObject parent_instance;
SkkCandidatePrivate * priv;
};
Object representing a candidate in dictionaries.
struct SkkCandidateClass {
GObjectClass parent_class;
};
The class structure for SKK_TYPE_CANDIDATE. All the fields in this structure are private and should never be accessed directly.