is_property_locked


Description:

[ CCode ( cname = "xfconf_channel_is_property_locked" ) ]
[ Version ( since = "4.5.91" ) ]
public bool is_property_locked (string property)

Queries whether or not property on this is locked by system policy.

If the property is locked, calls to set_property (or any of the "set" family of functions) or reset_property will fail.

Parameters:

this

An Channel.

property

A property name.

Returns:

true if the property is locked, false otherwise.