@@ -1278,7 +1278,7 @@ struct lysc_must {
12781278struct lysc_type {
12791279 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
12801280 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1281- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1281+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
12821282 LY_DATA_TYPE basetype ; /**< base type of the type */
12831283 uint32_t refcount ; /**< reference counter for type sharing, it may be accessed concurrently when
12841284 creating/freeing data node values that reference it (instance-identifier) */
@@ -1287,7 +1287,7 @@ struct lysc_type {
12871287struct lysc_type_num {
12881288 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
12891289 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1290- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1290+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
12911291 LY_DATA_TYPE basetype ; /**< base type of the type */
12921292 uint32_t refcount ; /**< reference counter for type sharing */
12931293
@@ -1297,7 +1297,7 @@ struct lysc_type_num {
12971297struct lysc_type_dec {
12981298 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
12991299 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1300- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1300+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
13011301 LY_DATA_TYPE basetype ; /**< base type of the type */
13021302 uint32_t refcount ; /**< reference counter for type sharing */
13031303
@@ -1308,7 +1308,7 @@ struct lysc_type_dec {
13081308struct lysc_type_str {
13091309 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
13101310 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1311- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1311+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
13121312 LY_DATA_TYPE basetype ; /**< base type of the type */
13131313 uint32_t refcount ; /**< reference counter for type sharing */
13141314
@@ -1333,7 +1333,7 @@ struct lysc_type_bitenum_item {
13331333struct lysc_type_enum {
13341334 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
13351335 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1336- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1336+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
13371337 LY_DATA_TYPE basetype ; /**< base type of the type */
13381338 uint32_t refcount ; /**< reference counter for type sharing */
13391339
@@ -1343,7 +1343,7 @@ struct lysc_type_enum {
13431343struct lysc_type_bits {
13441344 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
13451345 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1346- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1346+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
13471347 LY_DATA_TYPE basetype ; /**< base type of the type */
13481348 uint32_t refcount ; /**< reference counter for type sharing */
13491349
@@ -1354,7 +1354,7 @@ struct lysc_type_bits {
13541354struct lysc_type_leafref {
13551355 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
13561356 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1357- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1357+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
13581358 LY_DATA_TYPE basetype ; /**< base type of the type */
13591359 uint32_t refcount ; /**< reference counter for type sharing */
13601360
@@ -1367,7 +1367,7 @@ struct lysc_type_leafref {
13671367struct lysc_type_identityref {
13681368 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
13691369 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1370- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1370+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
13711371 LY_DATA_TYPE basetype ; /**< base type of the type */
13721372 uint32_t refcount ; /**< reference counter for type sharing */
13731373
@@ -1378,7 +1378,7 @@ struct lysc_type_identityref {
13781378struct lysc_type_instanceid {
13791379 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
13801380 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1381- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1381+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
13821382 LY_DATA_TYPE basetype ; /**< base type of the type */
13831383 uint32_t refcount ; /**< reference counter for type sharing */
13841384
@@ -1388,7 +1388,7 @@ struct lysc_type_instanceid {
13881388struct lysc_type_union {
13891389 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
13901390 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1391- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1391+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
13921392 LY_DATA_TYPE basetype ; /**< base type of the type */
13931393 uint32_t refcount ; /**< reference counter for type sharing */
13941394
@@ -1398,7 +1398,7 @@ struct lysc_type_union {
13981398struct lysc_type_bin {
13991399 const char * name ; /**< referenced typedef name (without prefix, if any), NULL for built-in types */
14001400 struct lysc_ext_instance * exts ; /**< list of the extension instances ([sized array](@ref sizedarrays)) */
1401- uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_ext_plugin () to get the plugin */
1401+ uintptr_t plugin_ref ; /**< reference to type plugin, use ::lysc_get_type_plugin () to get the plugin */
14021402 LY_DATA_TYPE basetype ; /**< base type of the type */
14031403 uint32_t refcount ; /**< reference counter for type sharing */
14041404
0 commit comments