[farsight2/master] Update python binding for new api changes in candidates

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:22:18 PST 2008


---
 python/pyfarsight.defs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/python/pyfarsight.defs b/python/pyfarsight.defs
index bc04dc5..a9e39ec 100644
--- a/python/pyfarsight.defs
+++ b/python/pyfarsight.defs
@@ -209,7 +209,7 @@
   (is-constructor-of "FsCandidate")
   (return-type "FsCandidate*")
   (parameters
-    '("const-gchar*" "id")
+    '("const-gchar*" "foundation")
     '("guint" "component_id")
     '("FsCandidateType" "type")
     '("FsNetworkProtocol" "proto")
@@ -455,8 +455,8 @@
   (c-name "fs_stream_select_candidate_pair")
   (return-type "gboolean")
   (parameters
-    '("gchar*" "lfoundation")
-    '("gchar*" "rfoundation")
+    '("const-gchar*" "local_foundation")
+    '("const-gchar*" "remote_foundation")
     '("GError**" "error")
   )
 )
-- 
1.5.6.5




More information about the farsight-commits mailing list