property_get


Description:

public unowned string property_get (string property)

Look up a property on this and return the value of it if it exits.

NULL will be returned if the property doesn't exist.

Parameters:

this

The Menuitem to look for the property on.

property

The property to grab.

Returns:

A string with the value of the property that shouldn't be free'd. Or NULL if the property is not set or is not a string.