mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-05-03 23:14:48 +00:00
gst/gst.defs: Definitions update
Original commit message from CVS: * gst/gst.defs: Definitions update
This commit is contained in:
parent
fbd17dd797
commit
ced71dad74
2 changed files with 12 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* gst/gst.override:
|
||||
|
|
|
@ -359,7 +359,13 @@
|
|||
(define-method add_signal_watch
|
||||
(of-object "GstBus")
|
||||
(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…
Reference in a new issue