[farsight2/master] python: add missing methods
Olivier Crête
olivier.crete at collabora.co.uk
Tue Jul 14 09:51:01 PDT 2009
---
python/pyfarsight.defs | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/python/pyfarsight.defs b/python/pyfarsight.defs
index c583fd2..3c155ec 100644
--- a/python/pyfarsight.defs
+++ b/python/pyfarsight.defs
@@ -298,6 +298,7 @@
'("no-codecs-left" "FS_ERROR_NO_CODECS_LEFT")
'("connection-failed" "FS_ERROR_CONNECTION_FAILED")
'("disposed" "FS_ERROR_DISPOSED")
+ '("already-exists" "FS_ERROR_ALREADY_EXISTS")
)
)
@@ -472,6 +473,16 @@
)
)
+(define-method get_stream_transmitter_type
+ (of-object "FsSession")
+ (unblock-threads t)
+ (c-name "fs_session_get_stream_transmitter_type")
+ (return-type "GType")
+ (parameters
+ '("const-gchar*" "transmitter")
+ )
+)
+
;; -*- scheme -*-
; object definitions ...
--
1.5.6.5
More information about the farsight-commits
mailing list