summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2011-04-30 19:26:08 -0400
committerRichard W.M. Jones <rjones@redhat.com>2011-04-30 19:26:08 -0400
commite1836891d435b9ef47e68949a3d69b1258924d0c (patch)
tree30024c9047acf2587e9e61cc977b75a71876cf3a /src
parent108d7a134c5d26b967fa7162d9b80b40112c2869 (diff)
downloadlibguestfs-e1836891d435b9ef47e68949a3d69b1258924d0c.tar.gz
libguestfs-e1836891d435b9ef47e68949a3d69b1258924d0c.tar.xz
libguestfs-e1836891d435b9ef47e68949a3d69b1258924d0c.zip
guestfs(3): Document that old callback functions still work.
Diffstat (limited to 'src')
-rw-r--r--src/guestfs.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guestfs.pod b/src/guestfs.pod
index c537ae96..e546029a 100644
--- a/src/guestfs.pod
+++ b/src/guestfs.pod
@@ -1672,7 +1672,8 @@ old functions C<guestfs_set_log_message_callback>,
C<guestfs_set_subprocess_quit_callback>,
C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and
C<guestfs_set_progress_callback> are no longer documented in this
-manual page.
+manual page. Because of the ABI guarantee, the old functions continue
+to work.
Handles generate events when certain things happen, such as log
messages being generated, progress messages during long-running