Define the URIHandler interface here

Original commit message from CVS:
Define the URIHandler interface here
This commit is contained in:
Johan Dahlin 2004-10-11 08:51:28 +00:00
parent f4d7a870ef
commit a3d89adf3c

View file

@ -872,4 +872,8 @@
)
)
(define-interface URIHandler
(in-module "Gst")
(c-name "GstURIHandler")
(gtype-id "GST_TYPE_URI_HANDLER")
)