diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-26 21:31:14 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-02-26 21:31:14 +0800 |
commit | 389d71af383dacd5e67d460811926b34d7fcf22f (patch) | |
tree | 93b2144e66c63918c5a4fc2c261dd4724ec3c134 /python/pyempathy | |
parent | c3751daec7cca3e44abfed1db475cf0fc4703d66 (diff) | |
download | gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.gz gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.bz2 gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.lz gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.xz gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.tar.zst gsoc2013-empathy-389d71af383dacd5e67d460811926b34d7fcf22f.zip |
Make use of generated code for using stream engine.
svn path=/trunk/; revision=664
Diffstat (limited to 'python/pyempathy')
-rw-r--r-- | python/pyempathy/pyempathy.defs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/python/pyempathy/pyempathy.defs b/python/pyempathy/pyempathy.defs index 8d8f7c7ea..8196a5a34 100644 --- a/python/pyempathy/pyempathy.defs +++ b/python/pyempathy/pyempathy.defs @@ -1360,7 +1360,8 @@ ) ) -(define-function empathy_tp_call_add_preview_video +(define-method add_preview_video + (of-object "EmpathyTpCall") (c-name "empathy_tp_call_add_preview_video") (return-type "none") (parameters @@ -1368,7 +1369,8 @@ ) ) -(define-function empathy_tp_call_remove_preview_video +(define-method remove_preview_video + (of-object "EmpathyTpCall") (c-name "empathy_tp_call_remove_preview_video") (return-type "none") (parameters |