glib-2.0 Reference Manual

Synopsis

public struct uint {
    public    uint                      MIN ;
    public    uint                      MAX ;


    public    string                    to_string                 ( string              format = ÿ% ) ;
    public    uint                      clamp                     ( uint                low,
                                                                    uint                high ) ;
    public    void**                    to_pointer                (  ) ;
}

Description

Details

Constructor Details

Field Details

MIN
    public    uint                      MIN ;		

MAX
    public    uint                      MAX ;		

Method Details

to_string ()
    public    string                    to_string                 ( string              format = ÿ% ) ;		

clamp ()
    public    uint                      clamp                     ( uint                low,
                                                                    uint                high ) ;		

to_pointer ()
    public    void**                    to_pointer                (  ) ;		


Created by Valadoc