Define the URIHandler interface here
authorJohan Dahlin <johan@gnome.org>
Mon, 11 Oct 2004 08:51:28 +0000 (08:51 +0000)
committerJohan Dahlin <johan@gnome.org>
Mon, 11 Oct 2004 08:51:28 +0000 (08:51 +0000)
Original commit message from CVS:
Define the URIHandler interface here

gst/gst-types.defs

index 346f8ae..c4e1d4c 100644 (file)
   )
 )
 
-
+(define-interface URIHandler
+   (in-module "Gst")
+   (c-name "GstURIHandler")
+   (gtype-id "GST_TYPE_URI_HANDLER")
+)