From: Richard Jones Date: Thu, 10 Jun 2010 11:26:06 +0000 (+0100) Subject: Fix typo in documentation of guestfs_set_launch_done_callback. X-Git-Tag: 1.2.10~9 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=5d2ffbe2424c3f6debac1eb8daf2e598c12fe27b;p=libguestfs.git Fix typo in documentation of guestfs_set_launch_done_callback. (cherry picked from commit 91b00dc092be17a309f14fc35f41dbf1e41c4c58) --- diff --git a/src/guestfs.pod b/src/guestfs.pod index e1fa4f5..96b4623 100644 --- a/src/guestfs.pod +++ b/src/guestfs.pod @@ -1026,7 +1026,7 @@ any state to the CONFIG state). typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque); void guestfs_set_launch_done_callback (guestfs_h *g, - guestfs_ready_cb cb, + guestfs_launch_done_cb cb, void *opaque); The callback function C will be called when the child process