On Mon Nov 18 08:01:09 2024 +0000, Zhiyi Zhang wrote:
Do you have to set *value to NULL now? If not, you can return E_NOTIMPL and don't touch the value pointer. It's the same for other stubs, for example, propertyset_get_size(). If you want to set it to some value, you might want to check the pointer not being NULL first.
Yeah, it's not strictly needed. I just thought this was the norm for unimplemented methods. I'll remove them.