summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-09-12 12:57:43 +0200
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-09-15 15:37:26 +0200
commitd1d2203333f47701b5887dde18a910c0ffaed7f9 (patch)
treec09c2a6b2ea0437daed700cb878cbfbc9624ec0f /docs
parent51115c42577150c400a9785b77714efd442117a8 (diff)
downloadtelepathy-glib-d1d2203333f47701b5887dde18a910c0ffaed7f9.tar.gz
GVariant: Add tp_vardict_get_foo() similar to tp_asv_get_foo()
Diffstat (limited to 'docs')
-rw-r--r--docs/reference/telepathy-glib-docs.sgml2
-rw-r--r--docs/reference/telepathy-glib-sections.txt22
2 files changed, 24 insertions, 0 deletions
diff --git a/docs/reference/telepathy-glib-docs.sgml b/docs/reference/telepathy-glib-docs.sgml
index a59c1e20d..fe4bb9090 100644
--- a/docs/reference/telepathy-glib-docs.sgml
+++ b/docs/reference/telepathy-glib-docs.sgml
@@ -20,6 +20,8 @@
<xi:include href="xml/proxy-tp-properties.xml"/>
<xi:include href="xml/dbus.xml"/>
<xi:include href="xml/asv.xml"/>
+ <xi:include href="xml/variant-util.xml"/>
+ <xi:include href="xml/vardict.xml"/>
<xi:include href="xml/proxy-subclass.xml"/>
</chapter>
<chapter id="ch-protocol">
diff --git a/docs/reference/telepathy-glib-sections.txt b/docs/reference/telepathy-glib-sections.txt
index a9456221d..d277555a7 100644
--- a/docs/reference/telepathy-glib-sections.txt
+++ b/docs/reference/telepathy-glib-sections.txt
@@ -2468,6 +2468,28 @@ tp_asv_dump
</SECTION>
<SECTION>
+<FILE>variant-util</FILE>
+<TITLE>variant-util</TITLE>
+<INCLUDE>telepathy-glib/telepathy-glib.h</INCLUDE>
+tp_variant_type_classify
+tp_variant_convert
+</SECTION>
+
+<SECTION>
+<FILE>vardict</FILE>
+<TITLE>vardict</TITLE>
+<INCLUDE>telepathy-glib/telepathy-glib.h</INCLUDE>
+tp_vardict_get_boolean
+tp_vardict_get_double
+tp_vardict_get_int32
+tp_vardict_get_int64
+tp_vardict_get_object_path
+tp_vardict_get_string
+tp_vardict_get_uint32
+tp_vardict_get_uint64
+</SECTION>
+
+<SECTION>
<FILE>dbus</FILE>
<TITLE>dbus</TITLE>
<INCLUDE>telepathy-glib/telepathy-glib.h</INCLUDE>