gst/gst.defs: Definitions update
Original commit message from CVS: * gst/gst.defs: Definitions update
This commit is contained in:
parent
fbd17dd797
commit
ced71dad74
@ -1,3 +1,8 @@
|
|||||||
|
2005-09-29 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
|
* gst/gst.defs:
|
||||||
|
Definitions update
|
||||||
|
|
||||||
2005-09-29 Edward Hervey <edward@fluendo.com>
|
2005-09-29 Edward Hervey <edward@fluendo.com>
|
||||||
|
|
||||||
* gst/gst.override:
|
* gst/gst.override:
|
||||||
|
@ -359,7 +359,13 @@
|
|||||||
(define-method add_signal_watch
|
(define-method add_signal_watch
|
||||||
(of-object "GstBus")
|
(of-object "GstBus")
|
||||||
(c-name "gst_bus_add_signal_watch")
|
(c-name "gst_bus_add_signal_watch")
|
||||||
(return-type "guint")
|
(return-type "none")
|
||||||
|
)
|
||||||
|
|
||||||
|
(define-method remove_signal_watch
|
||||||
|
(of-object "GstBus")
|
||||||
|
(c-name "gst_bus_remove_signal_watch")
|
||||||
|
(return-type "none")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user