Home
last modified time | relevance | path

Searched defs:lytype_plugin_list (Results 1 – 1 of 1) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Duser_types.h62 struct lytype_plugin_list { struct
63 const char *module; /**< Name of the module where the type is defined. */
64 …ision; /**< Optional module revision - if not specified, the plugin applies to any revision,
69 const char *name; /**< Name of the type to be stored in a custom way. */
70 lytype_store_clb store_clb; /**< Callback used for storing values of this type. */
71 void (*free_clb)(void *ptr); /**< Callback used for freeing values of this type. */