notify_meta


Description:

public signal void notify_meta (string key, Value? value)

This is emitted for a meta container whenever the metadata under one of its fields changes, is set for the first time, or is removed.

In the latter case, value will be null.

Parameters:

key

The key for the container field that changed

value

The new value under key