Files
external_libcamera/src/libcamera
Laurent Pinchart 621edb2367 libcamera: bound_method: Support bindings to non-void methods
The bound method implementation is restricted to binding to void methods
as return values are not supported. This complicates usage of bound
methods, as non-void methods used a slots or Object::invokeMethod()
targets need to be wrapped in a void method. Simplify this by supporting
arbitrary return types and ignoring the return value.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
2020-01-07 22:29:30 +02:00
..
2019-11-20 21:48:00 +02:00
2019-11-20 21:48:00 +02:00
2019-11-20 21:48:00 +02:00
2019-07-12 16:32:29 +09:00
2019-11-20 21:48:00 +02:00
2019-10-28 17:11:40 +02:00
2020-01-03 19:53:07 -05:00