mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
This mostly mechanical change moves all of the libguestfs API lists of functions into a struct in the Actions module. It also adds filter functions to be used elsewhere to get subsets of these functions. Original code Replacement all_functions actions daemon_functions actions |> daemon_functions non_daemon_functions actions |> non_daemon_functions external_functions actions |> external_functions internal_functions actions |> internal_functions documented_functions actions |> documented_functions fish_functions actions |> fish_functions *_functions_sorted ... replacement as above ... |> sort
40 KiB
40 KiB