gnome-vfs-2.0 Reference Manual

Synopsis

public class Cancellation {
    public                              Cancellation              (  ) ;


    public    void                      ack                       (  ) ;
    public    void                      cancel                    (  ) ;
    public    bool                      check                     (  ) ;
    public    int                       get_fd                    (  ) ;
}

Cancellation Description

Details

Constructor Details

Cancellation ()
    public                              Cancellation              (  ) ;		

Field Details

Signal Details

Property Details

Method Details

ack ()
    public    void                      ack                       (  ) ;		

cancel ()
    public    void                      cancel                    (  ) ;		

check ()
    public    bool                      check                     (  ) ;		

get_fd ()
    public    int                       get_fd                    (  ) ;		


Created by Valadoc