property_get_byte_array


Description:

[ CCode ( array_length_pos = 1.1 , array_length_type = "gsize" ) ]
public unowned uint8[] property_get_byte_array (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.

nelements

A pointer to the location to store the number of items (out)

Returns:

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