X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=slave.mli;h=eba36a0de5a5c614bf8991b743747c94d63c9a78;hb=f91c6fe39b0c5b016758f85bdeee28911314a9bd;hp=5eaa9c93929aeb246eaf62936b7be39180de1def;hpb=f53eb0cec9cd5272de5b0e9009b27231ed252487;p=guestfs-browser.git diff --git a/slave.mli b/slave.mli index 5eaa9c9..eba36a0 100644 --- a/slave.mli +++ b/slave.mli @@ -113,6 +113,10 @@ val file_information : ?fail:exn callback -> Slave_types.source -> string -> str (** [file_information src pathname cb] calculates the file information of the file [pathname]. *) +val file_xattrs : ?fail:exn callback -> Slave_types.source -> string -> Guestfs.xattr array callback -> unit + (** [file_xattrs src pathname cb] returns the extended + attributes of the file [pathname]. *) + val list_applications : ?fail:exn callback -> Slave_types.inspection_os -> Guestfs.application array callback -> unit (** [list_applications os cb] lists the applications in the guest using libguestfs inspection. *)