liboobs-1 Reference Manual

Synopsis

public class Object : Object  {
    public    weak string               remote_object             { construct } ;


    public    signal void               changed                   (  )  ;
    public    signal void               committed                 (  )  ;
    public    signal void               updated                   (  )  ;


    public    Result                    commit_async              ( ObjectAsyncFunc     func,
                                                                    void**              data ) ;
    public    void                      ensure_update             (  ) ;
    public    bool                      has_updated               (  ) ;
    public    void                      process_requests          (  ) ;
    public    Result                    update_async              ( ObjectAsyncFunc     func,
                                                                    void**              data ) ;
    public    virtual void              commit                    (  ) ;
    public    virtual weak string       get_authentication_action (  ) ;
    public    virtual void              update                    (  ) ;
}

Object Description

Details

Constructor Details

Field Details

Signal Details

changed
    public    signal void               changed                   (  )  ;		

committed
    public    signal void               committed                 (  )  ;		

updated
    public    signal void               updated                   (  )  ;		

Property Details

remote_object
    public    weak string               remote_object             { construct } ;		

Method Details

commit_async ()
    public    Result                    commit_async              ( ObjectAsyncFunc     func,
                                                                    void**              data ) ;		

ensure_update ()
    public    void                      ensure_update             (  ) ;		

has_updated ()
    public    bool                      has_updated               (  ) ;		

process_requests ()
    public    void                      process_requests          (  ) ;		

update_async ()
    public    Result                    update_async              ( ObjectAsyncFunc     func,
                                                                    void**              data ) ;		

commit ()
    public    virtual void              commit                    (  ) ;		

get_authentication_action ()
    public    virtual weak string       get_authentication_action (  ) ;		

update ()
    public    virtual void              update                    (  ) ;		


Created by Valadoc