has_property
Description:
[
CCode ( cname =
"xfconf_channel_has_property" ) ]
public bool has_property (
string property)
Checks to see if property exists on this.
Parameters:
| this |
An Channel.
|
| property |
A property name.
|
Returns:
|
true if property exists, false otherwise.
|