dbus-glib-1 Reference Manual

Synopsis

public class Object : Object  {
    public    bool                      call                      ( string              method,
                                                                    GLib.Error          error,
                                                                    GLib.Type           first_arg_type,
                                                                    ... ) ;
    public    weak ProxyCall            begin_call                ( string              method,
                                                                    ProxyCallNotify     notify,
                                                                    GLib.DestroyNotify  destroy,
                                                                    GLib.Type           first_arg_type,
                                                                    ... ) ;
    public    bool                      end_call                  ( ProxyCall           call,
                                                                    GLib.Error          error,
                                                                    GLib.Type           first_arg_type,
                                                                    ... ) ;
    public    void                      cancel_call               ( ProxyCall           call ) ;
}

Object Description

Details

Constructor Details

Field Details

Signal Details

Property Details

Method Details

call ()
    public    bool                      call                      ( string              method,
                                                                    GLib.Error          error,
                                                                    GLib.Type           first_arg_type,
                                                                    ... ) ;		

begin_call ()
    public    weak ProxyCall            begin_call                ( string              method,
                                                                    ProxyCallNotify     notify,
                                                                    GLib.DestroyNotify  destroy,
                                                                    GLib.Type           first_arg_type,
                                                                    ... ) ;		

end_call ()
    public    bool                      end_call                  ( ProxyCall           call,
                                                                    GLib.Error          error,
                                                                    GLib.Type           first_arg_type,
                                                                    ... ) ;		

cancel_call ()
    public    void                      cancel_call               ( ProxyCall           call ) ;		


Created by Valadoc