gstreamer/gst/0.7.defs
David I. Lehn eb8a787e53 gstreamer/0.7.defs: Wrap GstTagList.
Original commit message from CVS:
* gstreamer/0.7.defs:
Wrap GstTagList.
2004-02-18 19:42:55 +00:00

15 lines
234 B
Text

;;
;; 0.7 Boxed types
;;
(define-boxed Structure
(in-module "Gst")
(c-name "GstStructure")
(gtype-id "GST_TYPE_STRUCTURE")
)
(define-boxed TagList
(in-module "Gst")
(c-name "GstTagList")
(gtype-id "GST_TYPE_TAG_LIST")
)