get_string


Description:

[ CCode ( cname = "xfconf_channel_get_string" ) ]
public string? get_string (string property, string? default_value)

Retrieves the string value associated with property on this.

Parameters:

this

An Channel.

property

A property name.

default_value

A fallback value.

Returns:

A newly-allocated string which should be freed with g_free when no longer needed. If property is not in this or if its type does not match, a strduped copy of default_value is returned.