gnome-vfs-2.0 Reference Manual

Synopsis

public class Address : Boxed  {
    public                              Address.from_ipv4         ( uint                ipv4_address ) ;
    public                              Address.from_string       ( string              address ) ;


    public    weak Address              dup                       (  ) ;
    public    bool                      equal                     ( Address             b ) ;
    public    int                       get_family_type           (  ) ;
    public    uint                      get_ipv4                  (  ) ;
    public    void**                    get_sockaddr              ( ushort              port,
                                                                    int                 len ) ;
    public    bool                      match                     ( Address             b,
                                                                    uint                prefix ) ;
    public    weak string               to_string                 (  ) ;
}

Address Description

Details

Constructor Details

Address.from_ipv4 ()
    public                              Address.from_ipv4         ( uint                ipv4_address ) ;		

Address.from_string ()
    public                              Address.from_string       ( string              address ) ;		

Field Details

Signal Details

Property Details

Method Details

dup ()
    public    weak Address              dup                       (  ) ;		

equal ()
    public    bool                      equal                     ( Address             b ) ;		

get_family_type ()
    public    int                       get_family_type           (  ) ;		

get_ipv4 ()
    public    uint                      get_ipv4                  (  ) ;		

get_sockaddr ()
    public    void**                    get_sockaddr              ( ushort              port,
                                                                    int                 len ) ;		

match ()
    public    bool                      match                     ( Address             b,
                                                                    uint                prefix ) ;		

to_string ()
    public    weak string               to_string                 (  ) ;		


Created by Valadoc