gst/gst.defs: Make .get_uri_type() methods return a GstURIType enum instead of an integer.

Original commit message from CVS:
reviewed by: Edward Hervey  <bilboed@bilboed.com>
* gst/gst.defs:
Make .get_uri_type() methods return a GstURIType enum instead of an
integer.
Fixes #436620
This commit is contained in:
Edward Hervey 2007-07-27 11:21:31 +00:00
parent 42a768f4a3
commit be00a83bb8
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
2007-07-27 Rene Stadler <mail@renestadler.de>
reviewed by: Edward Hervey <bilboed@bilboed.com>
* gst/gst.defs:
Make .get_uri_type() methods return a GstURIType enum instead of an
integer.
Fixes #436620
2007-07-27 Sebastien Merle <sylane@gmail.com>
reviewed by: Edward Hervey <bilboed@bilboed.com>

View file

@ -1529,7 +1529,7 @@
(define-method get_uri_type
(of-object "GstElementFactory")
(c-name "gst_element_factory_get_uri_type")
(return-type "gint")
(return-type "GstURIType")
)
(define-method get_uri_protocols
@ -6519,7 +6519,7 @@
(define-method get_uri_type
(of-object "GstURIHandler")
(c-name "gst_uri_handler_get_uri_type")
(return-type "guint")
(return-type "GstURIType")
)
(define-method get_protocols