[ CCode ( cname = "xfconf_channel_get_string" ) ]
public string? get_string (string property, string? default_value)
Retrieves the string value associated with property on this.
| this |
An Channel. |
| property |
A property name. |
| default_value |
A fallback value. |
|
A newly-allocated string which should be freed with g_free when no longer
needed. If |