get_details


Description:

public unowned string? get_details ()

Gets a description for the this.

The detailed description should be considered an additional clarification on the purpose of the feature, to be used as complementary aid to be displayed along the feature name returned by [method@Feature.get_name]. The returned string is suitable to be displayed to end users, but it should not be relied upon being localized.

Note that some *features may not* have a detailed description, and NULL is returned in this case.

Parameters:

this

a Feature

Returns:

Feature description.