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 ) ;
}

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 ) ;
Created by Valadoc