gst: Add GstDateTime as a boxed
authorEdward Hervey <bilboed@bilboed.com>
Fri, 22 Oct 2010 11:25:22 +0000 (13:25 +0200)
committerEdward Hervey <bilboed@bilboed.com>
Fri, 22 Oct 2010 11:25:22 +0000 (13:25 +0200)
gst/gst-types.defs

index a933942..e44e1b9 100644 (file)
   )
 )
 
+(define-boxed DateTime
+  (in-module "Gst")
+  (c-name "GstDateTime")
+  (gtype-id "GST_TYPE_DATE_TIME")
+)
+
 (define-object Plugin
   (in-module "Gst")
   (parent "GstObject")