diff --git a/bindings/python/clutter-base.defs b/bindings/python/clutter-base.defs index 25ffb2f8d..7170a5d23 100644 --- a/bindings/python/clutter-base.defs +++ b/bindings/python/clutter-base.defs @@ -59,6 +59,12 @@ ) ) +(define-method get_loop + (of-object "ClutterTimeline") + (c-name "clutter_timeline_get_loop") + (return-type "gboolean") +) + (define-method rewind (of-object "ClutterTimeline") (c-name "clutter_timeline_rewind") diff --git a/bindings/python/pyclutter.pc.in b/bindings/python/pyclutter.pc.in new file mode 100644 index 000000000..b281063ce --- /dev/null +++ b/bindings/python/pyclutter.pc.in @@ -0,0 +1,8 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +includedir=@includedir@ +datadir=@datadir@ + +Name: PyClutter +Description: Python bindings for Clutter +Version: @VERSION@