diff options
author | Philip Withnall <pwithnall@svn.gnome.org> | 2008-04-08 21:15:00 +0000 |
---|---|---|
committer | Philip Withnall <pwithnall@src.gnome.org> | 2008-04-08 21:15:00 +0000 |
commit | 80e1f0473002acfe31a61c5bc2b5124f90d85633 (patch) | |
tree | 89cb80f87ba012d45e1470d557bc6b3e5fc6bfd4 /bindings | |
parent | ada7504ff85d2a514292ba92c7aaa0a47aca8492 (diff) | |
download | totem-80e1f0473002acfe31a61c5bc2b5124f90d85633.tar.gz |
Remove set_mrl_* functions from the bindings, as they bypass the playlist.
2008-04-08 Philip Withnall <pwithnall@svn.gnome.org>
* bindings/python/totem.defs: Remove set_mrl_* functions from
the
bindings, as they bypass the playlist.
* src/plugins/totem-plugin.c:
* src/totem-cell-renderer-video.c:
* src/totem-object.c:
* src/totem.c: Add API documentation for most of the
plugin-visible
API. (Helps: #524119)
svn path=/trunk/; revision=5350
Diffstat (limited to 'bindings')
-rw-r--r-- | bindings/python/totem.defs | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/bindings/python/totem.defs b/bindings/python/totem.defs index db5de4696..6bc0cfd42 100644 --- a/bindings/python/totem.defs +++ b/bindings/python/totem.defs @@ -269,37 +269,6 @@ ) ) -(define-method action_set_mrl - (of-object "TotemObject") - (c-name "totem_action_set_mrl") - (return-type "gboolean") - (parameters - '("const-char*" "mrl") - '("const-char*" "subtitle") - ) -) - -(define-method action_set_mrl_and_play - (of-object "TotemObject") - (c-name "totem_action_set_mrl_and_play") - (return-type "none") - (parameters - '("const-char*" "mrl") - '("const-char*" "subtitle") - ) -) - -(define-method action_set_mrl_with_warning - (of-object "TotemObject") - (c-name "totem_action_set_mrl_with_warning") - (return-type "gboolean") - (parameters - '("const-char*" "mrl") - '("const-char*" "subtitle") - '("gboolean" "warn") - ) -) - (define-method action_play_media (of-object "TotemObject") (c-name "totem_action_play_media") |