get_annotation


Description:

public unowned string? get_annotation (string key)

Get the value of the annotation with key.

Parameters:

this

A ActionDescription.

key

An annotation key.

Returns:

null if there is no annoation with key, otherwise the annotation value owned by this. Do not free.