From 1b58c55d2afdad56b67a8a8a0b07fe6f120e104b Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 29 Apr 2024 14:54:29 +0200 Subject: libshiboken: Clarify explanatory comment of is_user_type flag Change-Id: I78b5d065985002342870ad2538a5db4684f327f8 Reviewed-by: Adrian Herrmann --- sources/shiboken6/libshiboken/basewrapper_p.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sources/shiboken6') diff --git a/sources/shiboken6/libshiboken/basewrapper_p.h b/sources/shiboken6/libshiboken/basewrapper_p.h index 526bf9fa3..729c6a5e6 100644 --- a/sources/shiboken6/libshiboken/basewrapper_p.h +++ b/sources/shiboken6/libshiboken/basewrapper_p.h @@ -114,7 +114,8 @@ struct SbkObjectTypePrivate /// True if this type holds two or more C++ instances, e.g.: a Python class which inherits from two C++ classes. unsigned int is_multicpp : 1; - /// True if this type was defined by the user. + /// True if this type was defined by the user (a class written in Python inheriting + /// a class provided by a Shiboken binding). unsigned int is_user_type : 1; /// Tells is the type is a value type or an object-type, see BEHAVIOUR_ *constants. unsigned int type_behaviour : 2; -- cgit v1.2.3