property_get_variant


Description:

public unowned Variant property_get_variant (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 GVariant for the property.