summaryrefslogtreecommitdiff
path: root/telepathy-glib/simple-observer.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-29 14:37:19 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-04-29 14:40:03 +0200
commite830354ac68c1ba719826c79bd0f6aa14b981589 (patch)
treebf21a3f0ad3a9d4610b167bb41ca6b23b4b9c0c9 /telepathy-glib/simple-observer.h
parent8436b1a4cce1493830cca3e497e6d9de07a89f30 (diff)
downloadtelepathy-glib-e830354ac68c1ba719826c79bd0f6aa14b981589.tar.gz
rename observe-channels-impl property to 'callback'
Diffstat (limited to 'telepathy-glib/simple-observer.h')
-rw-r--r--telepathy-glib/simple-observer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/simple-observer.h b/telepathy-glib/simple-observer.h
index 21647bc97..b9cad7b8a 100644
--- a/telepathy-glib/simple-observer.h
+++ b/telepathy-glib/simple-observer.h
@@ -76,7 +76,7 @@ TpBaseClient * tp_simple_observer_new (TpDBusDaemon *dbus,
gboolean recover,
const gchar *name,
gboolean unique,
- TpSimpleObserverObserveChannelsImpl observe_channels_impl,
+ TpSimpleObserverObserveChannelsImpl callback,
gpointer user_data);
G_END_DECLS