summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2011-11-23 15:57:30 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2011-11-23 15:57:30 +0000
commitca84126af6cdedf2ae1abae673e0879476c29b57 (patch)
treeb95cf77cd2291a4799fcd048e1a136828028d407
parent32a7a744ae9fac452ac69575648b36d8d19696f3 (diff)
Tell GI to skip tp_svc_interface_get_dbus_properties_info
The DBus properties mixin is unusable from introspected code at the moment.
-rw-r--r--glib/telepathy-glib/dbus-properties-mixin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/telepathy-glib/dbus-properties-mixin.c b/glib/telepathy-glib/dbus-properties-mixin.c
index 1c1bb90a6..fc4319fb3 100644
--- a/glib/telepathy-glib/dbus-properties-mixin.c
+++ b/glib/telepathy-glib/dbus-properties-mixin.c
@@ -194,7 +194,7 @@ tp_svc_interface_set_dbus_properties_info (GType g_interface,
}
/**
- * tp_svc_interface_get_dbus_properties_info:
+ * tp_svc_interface_get_dbus_properties_info: (skip)
* @g_interface: The #GType of a service interface
*
* Retrieves the D-Bus property metadata for the given interface, if any.