git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
108d7a1
)
guestfs(3): Document that old callback functions still work.
author
Richard W.M. Jones
<rjones@redhat.com>
Sat, 30 Apr 2011 23:26:08 +0000
(19:26 -0400)
committer
Richard W.M. Jones
<rjones@redhat.com>
Sat, 30 Apr 2011 23:26:08 +0000
(19:26 -0400)
src/guestfs.pod
patch
|
blob
|
history
diff --git
a/src/guestfs.pod
b/src/guestfs.pod
index
c537ae9
..
e546029
100644
(file)
--- 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