diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2008-10-26 09:54:18 +0000 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-10-26 09:54:18 +0000 |
commit | 85d297abd67d8721f35561963495f32fba0bf1e0 (patch) | |
tree | 3bfe2905308bace6902c0808688793a3dc0c041e /bindings | |
parent | 635d369733cafc8bd4c8f6ffc007946fa9db8b47 (diff) | |
download | totem-85d297abd67d8721f35561963495f32fba0bf1e0.tar.gz |
Fix the Python bindings for totem.action_volume_relative so that a float
2008-10-26 Philip Withnall <philip@tecnocode.co.uk>
* bindings/python/totem.defs: Fix the Python bindings for
totem.action_volume_relative so that a float is expected, rather
than
an int.
* src/totem.c: Fix the documentation for the same function.
svn path=/trunk/; revision=5786
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/totem.defs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/totem.defs b/bindings/python/totem.defs index 03681ecf9..8cc287b27 100644 --- a/bindings/python/totem.defs +++ b/bindings/python/totem.defs @@ -272,7 +272,7 @@ (c-name "totem_action_volume_relative") (return-type "none") (parameters - '("int" "off_pct") + '("gfloat" "off_pct") ) ) |