summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-10-06 15:13:46 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-10-06 15:13:46 -0400
commit1331349d2e97bceaadf8d8cf0b6b5c11c83577a5 (patch)
tree56cee7e3234b6b2b8a72d4ed561c6b07b267c83b /doc
parentd03c35c1d0a486a45e9206267aca155fc4448394 (diff)
Updates
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/stc-docs.xml1
-rw-r--r--doc/stc-sections.txt20
-rw-r--r--doc/stc.types1
3 files changed, 22 insertions, 0 deletions
diff --git a/doc/stc-docs.xml b/doc/stc-docs.xml
index 3c26e36..2a26fa0 100644
--- a/doc/stc-docs.xml
+++ b/doc/stc-docs.xml
@@ -19,6 +19,7 @@
<xi:include href="xml/stcerror.xml"/>
<xi:include href="xml/stcitem.xml"/>
<xi:include href="xml/stcmonitor.xml"/>
+ <xi:include href="xml/stcoperation.xml"/>
</part>
<part>
diff --git a/doc/stc-sections.txt b/doc/stc-sections.txt
index 10f6c6e..4fecd5b 100644
--- a/doc/stc-sections.txt
+++ b/doc/stc-sections.txt
@@ -30,6 +30,11 @@ stc_item_get_option
stc_item_get_option_keys
stc_item_get_dependencies
stc_item_get_state
+stc_item_get_device
+stc_item_get_mount_path
+stc_item_get_slave_devices
+stc_item_start_sync
+stc_item_stop_sync
<SUBSECTION Standard>
STC_TYPE_ITEM
STC_ITEM
@@ -43,6 +48,21 @@ STC_TYPE_ITEM_STATE
</SECTION>
<SECTION>
+<FILE>stcoperation</FILE>
+<TITLE>StcOperation</TITLE>
+StcOperation
+stc_operation_new
+stc_operation_request_passphrase
+stc_operation_may_start_degraded
+<SUBSECTION Standard>
+STC_TYPE_OPERATION
+STC_OPERATION
+STC_IS_OPERATION
+<SUBSECTION Private>
+stc_operation_get_type
+</SECTION>
+
+<SECTION>
<FILE>stcerror</FILE>
<TITLE>StcError</TITLE>
STC_ERROR
diff --git a/doc/stc.types b/doc/stc.types
index c8825e2..15a8430 100644
--- a/doc/stc.types
+++ b/doc/stc.types
@@ -1,2 +1,3 @@
stc_item_get_type
stc_monitor_get_type
+stc_operation_get_type