mirror of
https://github.com/brl/mutter.git
synced 2024-11-12 17:27:03 -05:00
Fix my stupid but inevitable lack of memory
This commit is contained in:
parent
03122efbcb
commit
76059ec75a
@ -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")
|
||||
|
8
bindings/python/pyclutter.pc.in
Normal file
8
bindings/python/pyclutter.pc.in
Normal file
@ -0,0 +1,8 @@
|
||||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
includedir=@includedir@
|
||||
datadir=@datadir@
|
||||
|
||||
Name: PyClutter
|
||||
Description: Python bindings for Clutter
|
||||
Version: @VERSION@
|
Loading…
Reference in New Issue
Block a user