diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-21 14:30:56 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2010-10-21 15:06:19 +0200 |
commit | 54e014c8c96c2a2a6b116bafff43bc444b5be5a2 (patch) | |
tree | f430211793dfc7f14cf7693d1f996325e55f5db8 /telepathy-glib/basic-proxy-factory.c | |
parent | c32f37fd829c89f79ebf27039577d85868121341 (diff) | |
download | telepathy-glib-54e014c8c96c2a2a6b116bafff43bc444b5be5a2.tar.gz |
basic-proxy-factory: document that only core is asked to be prepared
Diffstat (limited to 'telepathy-glib/basic-proxy-factory.c')
-rw-r--r-- | telepathy-glib/basic-proxy-factory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/telepathy-glib/basic-proxy-factory.c b/telepathy-glib/basic-proxy-factory.c index 9590c861e..83c184645 100644 --- a/telepathy-glib/basic-proxy-factory.c +++ b/telepathy-glib/basic-proxy-factory.c @@ -27,6 +27,7 @@ * This factory implements the #TpClientChannelFactory interface to create * plain #TpChannel objects. Unlike #TpAutomaticProxyFactory, it will * not create higher-level subclasses like #TpStreamTubeChannel. + * The only feature this factory asks to prepare is #TP_CHANNEL_FEATURE_CORE. * * TpProxy subclasses other than TpChannel are not currently supported. * |