Fix my stupid but inevitable lack of memory
authorEmmanuele Bassi <ebassi@openedhand.com>
Thu, 22 Jun 2006 10:58:09 +0000 (10:58 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Thu, 22 Jun 2006 10:58:09 +0000 (10:58 +0000)
bindings/python/clutter-base.defs
bindings/python/pyclutter.pc.in [new file with mode: 0644]

index 25ffb2f..7170a5d 100644 (file)
   )
 )
 
+(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 (file)
index 0000000..b281063
--- /dev/null
@@ -0,0 +1,8 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+includedir=@includedir@
+datadir=@datadir@
+
+Name: PyClutter
+Description: Python bindings for Clutter
+Version: @VERSION@