get_uint


Description:

[ CCode ( cname = "xfconf_channel_get_uint" ) ]
public uint32 get_uint (string property, uint32 default_value)

Retrieves the unsigned int value associated with property on this.

Parameters:

this

An Channel.

property

A property name.

default_value

A fallback value.

Returns:

The uint value, or, if property is not in this or if its type does not match, default_value is returned.