get_property


Description:

[ CCode ( cname = "xfconf_channel_get_property" ) ]
public bool get_property (string property, Value value)

Gets a property on this and stores it in value.

The caller is responsible for calling unset when finished with value.

This function can be called with an initialized or uninitialized value. If value is initialized to a particular type, libxfconf will attempt to convert the value returned from the configuration store to that type if they don't match. If the value type returned from the configuration store is an array type, each element of the array will be converted to the type of value . If value is uninitialized, the value in the configuration store will be returned in its native type.

Parameters:

this

An Channel.

property

A string property name.

value

A Value.

Returns:

true if the property was retrieved successfully, false otherwise.