summaryrefslogtreecommitdiff
path: root/docs/reference/xfconf-sections.txt
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2007-10-25 09:14:44 +0000
committerBrian Tarricone <brian@tarricone.org>2007-10-25 09:14:44 +0000
commit90b342ba827cd9102c3732fe37b84cb223f03d90 (patch)
tree6c7fba86934637705eb644b8cacb1bcca74c5a6a /docs/reference/xfconf-sections.txt
parentfe0dfdb9514a27a7ea0c090a2bd8de218629c241 (diff)
downloadxfconf-90b342ba827cd9102c3732fe37b84cb223f03d90.tar.gz
start migration to new library API with array types and struct serializers.
this isn't completely done and doesn't quite work (needs some more daemon backend work), but what's in svn doesn't work properly right now either (Old svn revision: 26766)
Diffstat (limited to 'docs/reference/xfconf-sections.txt')
-rw-r--r--docs/reference/xfconf-sections.txt30
1 files changed, 28 insertions, 2 deletions
diff --git a/docs/reference/xfconf-sections.txt b/docs/reference/xfconf-sections.txt
index 228b9b4..26a2beb 100644
--- a/docs/reference/xfconf-sections.txt
+++ b/docs/reference/xfconf-sections.txt
@@ -8,15 +8,31 @@ xfconf_channel_get_all
xfconf_channel_get_string
xfconf_channel_get_string_list
xfconf_channel_get_int
-xfconf_channel_get_int64
+xfconf_channel_get_uint64
xfconf_channel_get_double
xfconf_channel_get_bool
xfconf_channel_set_string
xfconf_channel_set_string_list
xfconf_channel_set_int
-xfconf_channel_set_int64
+xfconf_channel_set_uint64
xfconf_channel_set_double
xfconf_channel_set_bool
+xfconf_channel_get_property
+xfconf_channel_set_property
+xfconf_channel_get_array
+xfconf_channel_get_array_valist
+xfconf_channel_get_arrayv
+xfconf_channel_set_array
+xfconf_channel_set_array_valist
+xfconf_channel_set_arrayv
+xfconf_channel_get_named_struct
+xfconf_channel_set_named_struct
+xfconf_channel_get_struct
+xfconf_channel_get_struct_valist
+xfconf_channel_get_structv
+xfconf_channel_set_struct
+xfconf_channel_set_struct_valist
+xfconf_channel_set_structv
<SUBSECTION Standard>
XFCONF_CHANNEL
XFCONF_IS_CHANNEL
@@ -30,6 +46,7 @@ XFCONF_CHANNEL_GET_CLASS
<SECTION>
<FILE>xfconf-backend</FILE>
XfconfBackendInterface
+XfconfBackend
xfconf_backend_initialize
xfconf_backend_set
xfconf_backend_get
@@ -49,6 +66,7 @@ xfconf_backend_get_type
<FILE>xfconf</FILE>
xfconf_init
xfconf_shutdown
+xfconf_named_struct_register
</SECTION>
<SECTION>
@@ -56,3 +74,11 @@ xfconf_shutdown
XFCONF_ERROR
XfconfError
</SECTION>
+
+<SECTION>
+<FILE>xfconf-types</FILE>
+xfconf_g_value_get_int16
+xfconf_g_value_get_uint16
+xfconf_g_value_set_int16
+xfconf_g_value_set_uint16
+</SECTION>