diff options
author | Travis Reitter <travis.reitter@collabora.co.uk> | 2010-05-13 13:26:16 -0700 |
---|---|---|
committer | Travis Reitter <travis.reitter@collabora.co.uk> | 2010-06-17 08:58:17 -0700 |
commit | 28d4fc7b2f2a39b1aa00e73aef44588f593b2099 (patch) | |
tree | d59e3f5803e7c2b9f9fe0a8e8ac23ab53b730a6e /telepathy-glib/capabilities.c | |
parent | 4f683a3e01f64b531e6c341bb2050cbc036e2263 (diff) | |
download | telepathy-glib-28d4fc7b2f2a39b1aa00e73aef44588f593b2099.tar.gz |
Hide (from g-i) accessor method with problematic compound type (which can be
accessed as a property).
Diffstat (limited to 'telepathy-glib/capabilities.c')
-rw-r--r-- | telepathy-glib/capabilities.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/capabilities.c b/telepathy-glib/capabilities.c index 3b1bdd54e..cbfbc4830 100644 --- a/telepathy-glib/capabilities.c +++ b/telepathy-glib/capabilities.c @@ -73,7 +73,7 @@ struct _TpCapabilitiesPrivate { }; /** - * tp_capabilities_get_channel_classes: + * tp_capabilities_get_channel_classes (skip): * @self: a #TpCapabilities object * * <!-- --> |