summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Zeuthen <davidz@redhat.com>2010-10-05 15:10:18 -0400
committerDavid Zeuthen <davidz@redhat.com>2010-10-05 15:10:18 -0400
commit273829916f9969c81d53e5966fa7e671327c7e73 (patch)
tree8b3d755e8656d12e622cb181ff975c9a0c90e213 /doc
parent9a6cf5e2f415ddd0d61d380032e34f9cb96e3b1a (diff)
Determine whether a configuration is currently or can be applied
http://people.freedesktop.org/~david/stc-list.png Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/stc-sections.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/stc-sections.txt b/doc/stc-sections.txt
index ebe982b..10f6c6e 100644
--- a/doc/stc-sections.txt
+++ b/doc/stc-sections.txt
@@ -21,15 +21,15 @@ stc_monitor_get_type
<TITLE>StcItem</TITLE>
StcItem
StcItemType
-stc_item_get_dependencies
+StcItemState
stc_item_get_id
stc_item_get_item_type
stc_item_get_nick_name
stc_item_get_target
stc_item_get_option
stc_item_get_option_keys
-stc_item_get_is_applied
-stc_item_get_can_apply
+stc_item_get_dependencies
+stc_item_get_state
<SUBSECTION Standard>
STC_TYPE_ITEM
STC_ITEM
@@ -37,7 +37,9 @@ STC_IS_ITEM
<SUBSECTION Private>
stc_item_get_type
stc_item_type_get_type
+stc_item_state_get_type
STC_TYPE_ITEM_TYPE
+STC_TYPE_ITEM_STATE
</SECTION>
<SECTION>