get_string


Description:

public unowned string? get_string (string meta_item)

Gets the current string value of the specified field of the meta container.

If the field does not have a set value, or it is of the wrong type, the method will fail.

Parameters:

this

A MetaContainer

meta_item

The key for the this field to get

Returns:

The string value under meta_item, or null if it could not be fetched.