summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-04-28 01:29:06 +0000
committerBrian Tarricone <brian@tarricone.org>2008-04-28 01:29:06 +0000
commit620df0de9c3ded32bd4304f5a882985b74ad09bc (patch)
tree3beda9d6832c24431cf622339602520d224c7e22 /docs
parent2a90f120d42232712efbd8bc73ce1d9f98ea3d0f (diff)
downloadxfconf-620df0de9c3ded32bd4304f5a882985b74ad09bc.tar.gz
update docs, po
(Old svn revision: 26896)
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/tmpl/xfconf-backend.sgml10
-rw-r--r--docs/reference/tmpl/xfconf-channel.sgml27
-rw-r--r--docs/reference/tmpl/xfconf-errors.sgml1
-rw-r--r--docs/reference/tmpl/xfconf-unused.sgml6
-rw-r--r--docs/reference/xfconf-sections.txt8
5 files changed, 50 insertions, 2 deletions
diff --git a/docs/reference/tmpl/xfconf-backend.sgml b/docs/reference/tmpl/xfconf-backend.sgml
index 908cff1..9970162 100644
--- a/docs/reference/tmpl/xfconf-backend.sgml
+++ b/docs/reference/tmpl/xfconf-backend.sgml
@@ -140,3 +140,13 @@ one could think of to store data.
@Returns:
+<!-- ##### FUNCTION xfconf_backend_register_property_changed_func ##### -->
+<para>
+
+</para>
+
+@backend:
+@func:
+@user_data:
+
+
diff --git a/docs/reference/tmpl/xfconf-channel.sgml b/docs/reference/tmpl/xfconf-channel.sgml
index 7ea9b30..5246548 100644
--- a/docs/reference/tmpl/xfconf-channel.sgml
+++ b/docs/reference/tmpl/xfconf-channel.sgml
@@ -31,8 +31,9 @@ configuration keys with the same names.
</para>
-@xfconfchannel: the object which received the signal.
-@arg1:
+@channel: the object which received the signal.
+@property:
+@value:
<!-- ##### ARG XfconfChannel:channel-name ##### -->
<para>
@@ -108,6 +109,17 @@ configuration keys with the same names.
@Returns:
+<!-- ##### FUNCTION xfconf_channel_get_uint ##### -->
+<para>
+
+</para>
+
+@channel:
+@property:
+@default_value:
+@Returns:
+
+
<!-- ##### FUNCTION xfconf_channel_get_uint64 ##### -->
<para>
@@ -174,6 +186,17 @@ configuration keys with the same names.
@Returns:
+<!-- ##### FUNCTION xfconf_channel_set_uint ##### -->
+<para>
+
+</para>
+
+@channel:
+@property:
+@value:
+@Returns:
+
+
<!-- ##### FUNCTION xfconf_channel_set_uint64 ##### -->
<para>
diff --git a/docs/reference/tmpl/xfconf-errors.sgml b/docs/reference/tmpl/xfconf-errors.sgml
index 2ea0a0f..04cad31 100644
--- a/docs/reference/tmpl/xfconf-errors.sgml
+++ b/docs/reference/tmpl/xfconf-errors.sgml
@@ -38,4 +38,5 @@ use of #GError<!-- -->s.
@XFCONF_ERROR_PERMISSION_DENIED: The user is not allowed to read or write to the channel or property
@XFCONF_ERROR_INTERNAL_ERROR: An internal error (likely a bug in xfconf) occurred
@XFCONF_ERROR_NO_BACKEND: No backends were found, or those found could not be loaded
+@XFCONF_ERROR_INVALID_PROPERTY: The property name specified was invalid
diff --git a/docs/reference/tmpl/xfconf-unused.sgml b/docs/reference/tmpl/xfconf-unused.sgml
index 2621d57..8486caf 100644
--- a/docs/reference/tmpl/xfconf-unused.sgml
+++ b/docs/reference/tmpl/xfconf-unused.sgml
@@ -53,6 +53,12 @@ stamp-xfconf-marshal
@obj:
+<!-- ##### MACRO XFCONF_TYPE_ERROR ##### -->
+<para>
+
+</para>
+
+
<!-- ##### FUNCTION xfconf_backend_get_error_quark ##### -->
<para>
diff --git a/docs/reference/xfconf-sections.txt b/docs/reference/xfconf-sections.txt
index 4049e5e..b0614d9 100644
--- a/docs/reference/xfconf-sections.txt
+++ b/docs/reference/xfconf-sections.txt
@@ -8,12 +8,14 @@ xfconf_channel_get_all
xfconf_channel_get_string
xfconf_channel_get_string_list
xfconf_channel_get_int
+xfconf_channel_get_uint
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_uint
xfconf_channel_set_uint64
xfconf_channel_set_double
xfconf_channel_set_bool
@@ -55,6 +57,7 @@ xfconf_backend_exists
xfconf_backend_remove
xfconf_backend_remove_channel
xfconf_backend_flush
+xfconf_backend_register_property_changed_func
<SUBSECTION Standard>
XFCONF_BACKEND
XFCONF_IS_BACKEND
@@ -74,6 +77,8 @@ xfconf_array_free
<FILE>xfconf-errors</FILE>
XFCONF_ERROR
XfconfError
+<SUBSECTION Standard>
+XFCONF_TYPE_ERROR
</SECTION>
<SECTION>
@@ -82,6 +87,9 @@ xfconf_g_value_get_int16
xfconf_g_value_get_uint16
xfconf_g_value_set_int16
xfconf_g_value_set_uint16
+<SUBSECTION Standard>
+XFCONF_TYPE_INT16
+XFCONF_TYPE_UINT16
</SECTION>
<SECTION>