gnome-vfs-2.0 Reference Manual

Synopsis

public class ToplevelURI {
    public    weak URI                  uri ;
    public    weak string               host_name ;
    public    uint                      host_port ;
    public    weak string               user_name ;
    public    weak string               password ;
    public    weak string               urn ;
    public    void**                    reserved1 ;
    public    void**                    reserved2 ;
}

ToplevelURI Description

Details

Constructor Details

Field Details

uri
    public    weak URI                  uri ;		

host_name
    public    weak string               host_name ;		

host_port
    public    uint                      host_port ;		

user_name
    public    weak string               user_name ;		

password
    public    weak string               password ;		

urn
    public    weak string               urn ;		

reserved1
    public    void**                    reserved1 ;		

reserved2
    public    void**                    reserved2 ;		

Signal Details

Property Details

Method Details


Created by Valadoc