Channel.with_property_base


Description:

[ CCode ( cname = "xfconf_channel_new_with_property_base" , has_construct_function = false ) ]
[ Version ( since = "4.5.92" ) ]
public Channel.with_property_base (string channel_name, string property_base)

Creates a new channel using name as the channel's identifier, restricting the accessible properties to be rooted at property_base.

This function always returns a valid object; no checking is done to see if the channel exists or has a valid name.

Parameters:

channel_name

A channel name.

property_base

A property root name.

Returns:

A new Channel. Release with unref when no longer needed.