From 9503487501e3d8ca45eac778a0940ee0c07bb28d Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 30 Apr 2012 13:29:37 +0200 Subject: [PATCH] Add comment explaining what it means if feature->prepare_async is NULL https://bugs.freedesktop.org/show_bug.cgi?id=49215 --- telepathy-glib/proxy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/telepathy-glib/proxy.c b/telepathy-glib/proxy.c index 9f8ac07..a4a8c68 100644 --- a/telepathy-glib/proxy.c +++ b/telepathy-glib/proxy.c @@ -2049,6 +2049,9 @@ static void prepare_feature (TpProxy *self, const TpProxyFeature *feature) { + /* If no function is set, then subclass is supposed to call + * _tp_proxy_set_feature_prepared() itself. This is used by features prepared + * from constructed. */ if (feature->prepare_async == NULL) return; -- 1.7.9.5