bindings: Bind the new formatter API
authorThibault Saunier <thibault.saunier@collabora.com>
Wed, 4 Jan 2012 18:05:15 +0000 (15:05 -0300)
committerThibault Saunier <thibault.saunier@collabora.com>
Wed, 11 Jan 2012 14:56:17 +0000 (11:56 -0300)
bindings/python/ges.defs

index e8c5735..4c219e6 100644 (file)
   (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