Object path values - which service do they belong to?

Colin Walters walters at verbum.org
Wed May 18 13:38:42 PDT 2005


On Wed, 2005-05-18 at 15:31 -0400, Daniel Reed wrote:
> On Wed, 18 May 2005, Colin Walters wrote:
> > On the server side you don't get to choose, but so far I don't think
> > I've seen anyone passing object paths as input values, only return
> > values.
> 
> interface org.ml.n.naim.file {
>  	boolean read(in UINT64 count, out ARRAY of BYTE buf);
>  	boolean write(in UINT64 count, in ARRAY of BYTE buf);
>  	boolean sendfile(in OBJECT_PATH object_path);
>  	boolean close(void);
> };
> 
> interface org.ml.n.naim.connection.target {
>   // ...
>  	boolean file_offer(in OBJECT_PATH object_path);
>  	signal  file_offered(OBJECT_PATH object_path);
> };

Ok; but do any of these object paths ever refer to objects outside of
the service context?  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.freedesktop.org/archives/dbus/attachments/20050518/90ca4a23/attachment.pgp


More information about the dbus mailing list