qom: Correct object_class_dynamic_cast_assert() documentation

object_class_dynamic_cast_assert() is not used by
INTERFACE_CHECK, remove misleading mention of that function in
the documentation.

Message-Id: <20200916193101.511600-2-ehabkost@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
Eduardo Habkost 2020-09-16 15:30:59 -04:00
parent e38d3c5ce5
commit 04dcf4b5db

View File

@ -1257,7 +1257,7 @@ type_init(do_qemu_init_ ## type_array)
* of this function. The only difference in behavior is that this function * of this function. The only difference in behavior is that this function
* asserts instead of returning #NULL on failure if QOM cast debugging is * asserts instead of returning #NULL on failure if QOM cast debugging is
* enabled. This function is not meant to be called directly, but only through * enabled. This function is not meant to be called directly, but only through
* the wrapper macros OBJECT_CLASS_CHECK and INTERFACE_CHECK. * the wrapper macro OBJECT_CLASS_CHECK.
*/ */
ObjectClass *object_class_dynamic_cast_assert(ObjectClass *klass, ObjectClass *object_class_dynamic_cast_assert(ObjectClass *klass,
const char *typename, const char *typename,