X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=guestfs-actions.pod;h=f990654fc9a47b3d29592b0ee5cf0ffdbf4682cb;hb=3acec39588bd574a616fa0671a29cd1280f356fb;hp=29f8538a0b84c17e271a48b96d36cbdc993d5342;hpb=233595cc4e3c3422a5f5d8aec3314029da3f0ec7;p=libguestfs.git diff --git a/guestfs-actions.pod b/guestfs-actions.pod index 29f8538..f990654 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 resulting nodes 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,