diff options
Diffstat (limited to 'doc/stc-sections.txt')
-rw-r--r-- | doc/stc-sections.txt | 20 |
1 files changed, 20 insertions, 0 deletions
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 |