summaryrefslogtreecommitdiffstats
path: root/guestfs-actions.pod
diff options
context:
space:
mode:
Diffstat (limited to 'guestfs-actions.pod')
-rw-r--r--guestfs-actions.pod22
1 files changed, 22 insertions, 0 deletions
diff --git a/guestfs-actions.pod b/guestfs-actions.pod
index 21f424f9..d57dae38 100644
--- a/guestfs-actions.pod
+++ b/guestfs-actions.pod
@@ -938,6 +938,17 @@ best effort attempt to run C<guestfs_sync> when the handle is closed
This function returns 0 on success or -1 on error.
+=head2 guestfs_set_busy
+
+ int guestfs_set_busy (guestfs_h *handle);
+
+This sets the state to C<BUSY>. This is only used when implementing
+actions using the low-level API.
+
+For more information on states, see L<guestfs(3)>.
+
+This function returns 0 on success or -1 on error.
+
=head2 guestfs_set_path
int guestfs_set_path (guestfs_h *handle,
@@ -955,6 +966,17 @@ Setting C<path> to C<NULL> restores the default path.
This function returns 0 on success or -1 on error.
+=head2 guestfs_set_ready
+
+ int guestfs_set_ready (guestfs_h *handle);
+
+This sets the state to C<READY>. This is only used when implementing
+actions using the low-level API.
+
+For more information on states, see L<guestfs(3)>.
+
+This function returns 0 on success or -1 on error.
+
=head2 guestfs_set_verbose
int guestfs_set_verbose (guestfs_h *handle,