[ CCode ( cname = "xfconf_channel_get" , has_construct_function = false ) ]
[ Version ( since = "4.5.91" ) ]
public Channel.get (string channel_name)
Either creates a new channel, or fetches a singleton object for channel_name.
This function always returns a valid object; no checking is done to see if the channel exists or has a valid name.
The reference count of the returned channel is owned by libxfconf.
| channel_name |
A channel name. |
|
An Channel singleton. |