bindings: Bind the new formatter API

This commit is contained in:
Thibault Saunier 2012-01-04 15:05:15 -03:00
parent 7c0ba83b26
commit 94a9806893

View file

@ -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