gio-2.0 Reference Manual

Synopsis

public class IOSchedulerJob {
    public    bool                      send_to_mainloop          ( SourceFunc          func,
                                                                    DestroyNotify       notify ) ;
    public    void                      send_to_mainloop_async    ( SourceFunc          func,
                                                                    DestroyNotify       notify ) ;
}

IOSchedulerJob Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

send_to_mainloop ()
    public    bool                      send_to_mainloop          ( SourceFunc          func,
                                                                    DestroyNotify       notify ) ;		

send_to_mainloop_async ()
    public    void                      send_to_mainloop_async    ( SourceFunc          func,
                                                                    DestroyNotify       notify ) ;		


Created by Valadoc