[telepathy-qt4/master] TelepathyQt4Farsight: Renamed tfChannelCreate to createFarsightChannel.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Tue Apr 21 09:48:10 PDT 2009


---
 TelepathyQt4/Farsight/channel.cpp |    2 +-
 TelepathyQt4/Farsight/channel.h   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/TelepathyQt4/Farsight/channel.cpp b/TelepathyQt4/Farsight/channel.cpp
index 5772c98..f207ce7 100644
--- a/TelepathyQt4/Farsight/channel.cpp
+++ b/TelepathyQt4/Farsight/channel.cpp
@@ -34,7 +34,7 @@
 namespace Tp
 {
 
-TfChannel *tfChannelCreate(const StreamedMediaChannelPtr &channel)
+TfChannel *createFarsightChannel(const StreamedMediaChannelPtr &channel)
 {
     TpDBusDaemon *dbus = tp_dbus_daemon_dup(0);
 
diff --git a/TelepathyQt4/Farsight/channel.h b/TelepathyQt4/Farsight/channel.h
index 61ce400..c46f3f3 100644
--- a/TelepathyQt4/Farsight/channel.h
+++ b/TelepathyQt4/Farsight/channel.h
@@ -33,7 +33,7 @@
 namespace Tp
 {
 
-TfChannel *tfChannelCreate(const StreamedMediaChannelPtr &channel);
+TfChannel *createFarsightChannel(const StreamedMediaChannelPtr &channel);
 
 } // Tp
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list