glib-2.0 Reference Manual

Synopsis

public struct int {
    public    int                       MIN ;
    public    int                       MAX ;


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

Description

Details

Constructor Details

Field Details

MIN
    public    int                       MIN ;		

MAX
    public    int                       MAX ;		

Method Details

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

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

to_pointer ()
    public    void**                    to_pointer                (  ) ;		


Created by Valadoc