get_string_list
Description:
[
CCode ( array_length =
false , array_null_terminated =
true , cname =
"xfconf_channel_get_string_list" ) ]
public string[]?
get_string_list (
string property)
Retrieves the string list value associated with property on this.
Parameters:
| this |
An Channel.
|
| property |
A property name.
|
Returns:
|
A newly-allocated string list which should be freed with strfreev when
no longer needed. If property is not in this, or in case of failure,
null is returned.
|