X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=guestfs-actions.pod;h=d35d1aa22dba91be38249dd0949f0745f0b1912c;hp=93a9fbb7843d8128b4520f34a6700f17caa3691a;hb=baa5a4099425803f01fa7eb2dce40c80c9c7611e;hpb=4211c7a258debd236017a19c70965bc1b3658edb diff --git a/guestfs-actions.pod b/guestfs-actions.pod index 93a9fbb..d35d1aa 100644 --- a/guestfs-actions.pod +++ b/guestfs-actions.pod @@ -884,6 +884,26 @@ This returns the verbose messages flag. This function returns a C truth value on success or -1 on error. +=head2 guestfs_glob_expand + + char **guestfs_glob_expand (guestfs_h *handle, + const char *pattern); + +This command searches for all the pathnames matching +C according to the wildcard expansion rules +used by the shell. + +If no paths match, then this returns an empty list +(note: not an error). + +It is just a wrapper around the C L function +with flags C. +See that manual page for more details. + +This function returns a NULL-terminated array of strings +(like L), or NULL if there was an error. +I. + =head2 guestfs_grub_install int guestfs_grub_install (guestfs_h *handle,