X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs-actions.pod;h=89aa96883ac8af2ef5f36837d52c2dabc2263910;hp=29f8538a0b84c17e271a48b96d36cbdc993d5342;hb=01c26253a12ed1e6b1199f8c85f049a7fc4aef28;hpb=0677b12f2273ed266da9dd276c129342d6a939a2 diff --git a/guestfs-actions.pod b/guestfs-actions.pod index 29f8538..89aa968 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -170,6 +170,18 @@ details. This function returns 0 on success or -1 on error. +=head2 guestfs_aug_ls + + char **guestfs_aug_ls (guestfs_h *handle, + const char *path); + +This is just a shortcut for listing C +C and sorting the files into alphabetical order. + +This function returns a NULL-terminated array of strings +(like L), or NULL if there was an error. +I. + =head2 guestfs_aug_match char **guestfs_aug_match (guestfs_h *handle,