Fix my stupid but inevitable lack of memory

This commit is contained in:
Emmanuele Bassi 2006-06-22 10:58:09 +00:00
parent 03122efbcb
commit 76059ec75a
2 changed files with 14 additions and 0 deletions

View File

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

View File

@ -0,0 +1,8 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
datadir=@datadir@
Name: PyClutter
Description: Python bindings for Clutter
Version: @VERSION@