SkkCompletionSource

SkkCompletionSource

Types and Values

Description

Functions

Types and Values

SKK_TYPE_COMPLETION_SOURCE

#define SKK_TYPE_COMPLETION_SOURCE (skk_completion_source_get_type ())

The type for SkkCompletionSource.


struct SkkCompletionSource

struct SkkCompletionSource {
	GObject parent_instance;
	SkkCompletionSourcePrivate * priv;
};

struct SkkCompletionSourceClass

struct SkkCompletionSourceClass {
	GObjectClass parent_class;
	gchar** (*get_completions) (SkkCompletionSource* self, const gchar* midasi, gint* result_length1);
};

The class structure for SKK_TYPE_COMPLETION_SOURCE. All the fields in this structure are private and should never be accessed directly.

Members

get_completions ()

virtual method called by skk_completion_source_get_completions()

 

SKK_TYPE_DICT_COMPLETION_SOURCE

#define SKK_TYPE_DICT_COMPLETION_SOURCE (skk_dict_completion_source_get_type ())

The type for SkkDictCompletionSource.


struct SkkDictCompletionSource

struct SkkDictCompletionSource {
	SkkCompletionSource parent_instance;
	SkkDictCompletionSourcePrivate * priv;
};

struct SkkDictCompletionSourceClass

struct SkkDictCompletionSourceClass {
	SkkCompletionSourceClass parent_class;
};

The class structure for SKK_TYPE_DICT_COMPLETION_SOURCE. All the fields in this structure are private and should never be accessed directly.

Members


SKK_TYPE_COMPLETION_SERVICE

#define SKK_TYPE_COMPLETION_SERVICE (skk_completion_service_get_type ())

The type for SkkCompletionService.


struct SkkCompletionService

struct SkkCompletionService {
	GTypeInstance parent_instance;
	volatile int ref_count;
	SkkCompletionServicePrivate * priv;
};

struct SkkCompletionServiceClass

struct SkkCompletionServiceClass {
	GTypeClass parent_class;
	void (*finalize) (SkkCompletionService *self);
};

The class structure for SKK_TYPE_COMPLETION_SERVICE. All the fields in this structure are private and should never be accessed directly.

Members

finalize ()