SkkCandidate

SkkCandidate — Object representing a candidate in dictionaries.

Types and Values

Description

Functions

Types and Values

SKK_TYPE_CANDIDATE

#define SKK_TYPE_CANDIDATE (skk_candidate_get_type ())

The type for SkkCandidate.


struct SkkCandidate

struct SkkCandidate {
	GObject parent_instance;
	SkkCandidatePrivate * priv;
};

Object representing a candidate in dictionaries.


struct SkkCandidateClass

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.

Members