Function
FwupdPlugincommon_get_files_recursive
Declaration [src]
GPtrArray*
fu_common_get_files_recursive (
const gchar* path,
GError** error
)
Description [src]
Returns every file found under directory
, and any subdirectory.
If any path under directory
cannot be accessed due to permissions an error
will be returned.
Available since: | 1.0.6 |