From 94a980689341364b984267f46e3000a2e77ab97b Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 4 Jan 2012 15:05:15 -0300 Subject: [PATCH] bindings: Bind the new formatter API --- bindings/python/ges.defs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/bindings/python/ges.defs b/bindings/python/ges.defs index e8c5735313..4c219e6b4e 100644 --- a/bindings/python/ges.defs +++ b/bindings/python/ges.defs @@ -532,6 +532,15 @@ (return-type "none") ) +(define-method update_source_uri + (of-object "GESFormatter") + (c-name "ges_formatter_update_source_uri") + (return-type "gboolean") + (parameters + '("GESTimelineFileSource*" "source") + '("gchar*" "new_uri") + ) +) ;; From ges.h