_Evry_Plugin Struct Reference
Data Fields | |
| Evry_Item | base |
| Plugin_Config * | config |
| unsigned int | request |
| Evry_State * | state |
| const char * | name |
| Eina_List * | items |
| int(* | fetch )(Evry_Plugin *p, const char *input) |
| Evry_Plugin *(* | begin )(Evry_Plugin *p, const Evry_Item *item) |
| void(* | finish )(Evry_Plugin *p) |
| Evry_Plugin *(* | browse )(Evry_Plugin *p, const Evry_Item *item) |
| int(* | complete )(Evry_Plugin *p, const Evry_Item *item, char **input) |
| int(* | cb_key_down )(Evry_Plugin *p, const Ecore_Event_Key *ev) |
| Eina_List * | actions |
| Evry_Type | input_type |
| Eina_Bool | async_fetch |
| Eina_Bool | history |
| Eina_Bool | transient |
| const char * | config_path |
| const char * | theme_path |
| Evry_View * | view |