aug_match
Description:
[ CCode ( array_length = false , array_null_terminated = true ) ]
[ Version ( since = "0.7" ) ]
public string[] aug_match (string augpath) throws Error
[ Version ( since = "0.7" ) ]
public string[] aug_match (string augpath) throws Error
return Augeas nodes which match augpath
Returns a list of paths which match the path expression path
. The returned paths are sufficiently qualified so that they match
exactly one node in the current tree.
Parameters:
this |
A GuestfsSession object |
Returns:
an array of returned strings, or NULL on error |