TomoeContext

TomoeContext —

Synopsis




            TomoeContext;
TomoeContext* tomoe_context_new             (void);
void        tomoe_context_load_config       (TomoeContext *ctx,
                                             const gchar *config_file);
void        tomoe_context_load_recognizer   (TomoeContext *ctx,
                                             const gchar *base_dir,
                                             const gchar *name);
GList*      tomoe_context_search            (TomoeContext *ctx,
                                             TomoeQuery *query);
GList*      tomoe_context_multi_search      (TomoeContext *ctx,
                                             GList *queries);

Object Hierarchy


  GObject
   +----TomoeContext

Description

Details

TomoeContext

typedef struct _TomoeContext TomoeContext;


tomoe_context_new ()

TomoeContext* tomoe_context_new             (void);

Returns :

tomoe_context_load_config ()

void        tomoe_context_load_config       (TomoeContext *ctx,
                                             const gchar *config_file);

ctx :
config_file :

tomoe_context_load_recognizer ()

void        tomoe_context_load_recognizer   (TomoeContext *ctx,
                                             const gchar *base_dir,
                                             const gchar *name);

ctx :
base_dir :
name :

tomoe_context_search ()

GList*      tomoe_context_search            (TomoeContext *ctx,
                                             TomoeQuery *query);

ctx :
query :
Returns :

tomoe_context_multi_search ()

GList*      tomoe_context_multi_search      (TomoeContext *ctx,
                                             GList *queries);

ctx :
queries :
Returns :