diff options
Diffstat (limited to 'guestfs.pod')
-rw-r--r-- | guestfs.pod | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/guestfs.pod b/guestfs.pod index 10c6ad8c..3dad35c4 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -205,6 +205,14 @@ search the current directory and then C</usr/lib/guestfs>. =head1 HIGH-LEVEL API ACTIONS +=head2 ABI GUARANTEE + +We guarantee the libguestfs ABI (binary interface), for public, +high-level actions as outlined in this section. Although we will +deprecate some actions, for example if they get replaced by newer +calls, we will keep the old actions forever. This allows you the +developer to program in confidence against libguestfs. + @ACTIONS@ =head1 STRUCTURES |