summaryrefslogtreecommitdiff
path: root/telepathy-glib/proxy.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2012-02-22 16:49:46 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2012-04-12 11:38:48 +0100
commit8418fb5504aca4140c956e0962dc31f2d7a20b60 (patch)
treedc2a2f625498bfea250e17c2c614c9a0f3e267be /telepathy-glib/proxy.c
parentc6ed9fa480ed859dd7d111f6412b3a43a8cd73ca (diff)
downloadtelepathy-glib-8418fb5504aca4140c956e0962dc31f2d7a20b60.tar.gz
TP_NUM_DBUS_ERRORS, TP_NUM_CONTACT_FEATURES: add
NUM_TP_CONTACT_FEATURES and NUM_TP_DBUS_ERRORS aren't introspectable. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46470
Diffstat (limited to 'telepathy-glib/proxy.c')
-rw-r--r--telepathy-glib/proxy.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c
index 4e8e839b0..61538189a 100644
--- a/telepathy-glib/proxy.c
+++ b/telepathy-glib/proxy.c
@@ -107,12 +107,21 @@ tp_dbus_errors_quark (void)
/**
* NUM_TP_DBUS_ERRORS: (skip)
*
- * 1 more than the highest valid #TpDBusError at the time of compilation
+ * 1 more than the highest valid #TpDBusError at the time of compilation.
+ * In new code, use %TP_NUM_DBUS_ERRORS instead.
*
* Since: 0.7.1
*/
/**
+ * TP_NUM_DBUS_ERRORS:
+ *
+ * 1 more than the highest valid #TpDBusError at the time of compilation
+ *
+ * Since: 0.UNRELEASED
+ */
+
+/**
* TP_TYPE_DBUS_ERROR:
*
* The #GEnumClass type of a #TpDBusError.