[telepathy-glib/master] Add some See Alsos to the docs

Davyd Madeley davyd at madeley.id.au
Thu Apr 2 20:27:30 PDT 2009


---
 telepathy-glib/dbus.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/telepathy-glib/dbus.c b/telepathy-glib/dbus.c
index a4db581..ee73374 100644
--- a/telepathy-glib/dbus.c
+++ b/telepathy-glib/dbus.c
@@ -1477,7 +1477,7 @@ tp_asv_get_boolean (const GHashTable *asv,
  *
  * The value is stored as a slice-allocated GValue.
  *
- * See Also: tp_asv_new(), tp_asv_get_boolean()
+ * See Also: tp_asv_new(), tp_asv_get_boolean(), tp_g_value_slice_new_boolean()
  * Since: UNRELEASED
  */
 void
@@ -1789,7 +1789,7 @@ return_invalid:
  *
  * The value is stored as a slice-allocated GValue.
  *
- * See Also: tp_asv_new(), tp_asv_get_int32()
+ * See Also: tp_asv_new(), tp_asv_get_int32(), tp_g_value_slice_new_int()
  * Since: UNRELEASED
  */
 void
@@ -1901,7 +1901,7 @@ return_invalid:
  *
  * The value is stored as a slice-allocated GValue.
  *
- * See Also: tp_asv_new(), tp_asv_get_uint32()
+ * See Also: tp_asv_new(), tp_asv_get_uint32(), tp_g_value_slice_new_uint()
  * Since: UNRELEASED
  */
 void
@@ -2002,7 +2002,7 @@ return_invalid:
  *
  * The value is stored as a slice-allocated GValue.
  *
- * See Also: tp_asv_new(), tp_asv_get_int64()
+ * See Also: tp_asv_new(), tp_asv_get_int64(), tp_g_value_slice_new_int64()
  * Since: UNRELEASED
  */
 void
@@ -2107,7 +2107,7 @@ return_invalid:
  *
  * The value is stored as a slice-allocated GValue.
  *
- * See Also: tp_asv_new(), tp_asv_get_uint64()
+ * See Also: tp_asv_new(), tp_asv_get_uint64(), tp_g_value_slice_new_uint64()
  * Since: UNRELEASED
  */
 void
@@ -2205,7 +2205,7 @@ return_invalid:
  *
  * The value is stored as a slice-allocated GValue.
  *
- * See Also: tp_asv_new(), tp_asv_get_double()
+ * See Also: tp_asv_new(), tp_asv_get_double(), tp_g_value_slice_new_double()
  * Since: UNRELEASED
  */
 void
-- 
1.5.6.5



More information about the telepathy-commits mailing list