+2009-01-17 Thijs Vermeir <thijsvermeir@gmail.com>
+
+ * vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala:
+
+ Add missing bindings for GstValue. fixes bug 530812
+
+ * vapi/gstreamer-0.10.vapi: Regenerated
+
2009-01-16 Jürg Billeter <j@bitron.ch>
* vala/valasymbol.vala:
[HasEmitter]
public virtual signal void new_uri (string uri);
}
+ [CCode (type_id = "GST_TYPE_ARRAY", cheader_filename = "gst/gst.h")]
+ public struct Array {
+ }
[CCode (cheader_filename = "gst/gst.h")]
[SimpleType]
[IntegerType (rank = 0)]
[IntegerType (rank = 0)]
public struct ClockTimeDiff : int64 {
}
+ [CCode (type_id = "GST_TYPE_DOUBLE_RANGE", cheader_filename = "gst/gst.h")]
+ public struct DoubleRange {
+ }
[CCode (type_id = "GST_TYPE_ELEMENT_DETAILS", cheader_filename = "gst/gst.h")]
public struct ElementDetails {
public weak string longname;
public weak string description;
public GLib.Quark quark;
}
+ [CCode (type_id = "GST_TYPE_FRACTION", cheader_filename = "gst/gst.h")]
+ public struct Fraction {
+ }
+ [CCode (type_id = "GST_TYPE_FRACTION_RANGE", cheader_filename = "gst/gst.h")]
+ public struct FractionRange {
+ }
+ [CCode (type_id = "GST_TYPE_INT_RANGE", cheader_filename = "gst/gst.h")]
+ public struct IntRange {
+ }
+ [CCode (type_id = "GST_TYPE_LIST", cheader_filename = "gst/gst.h")]
+ public struct List {
+ }
[CCode (type_id = "GST_TYPE_STATIC_CAPS", cheader_filename = "gst/gst.h")]
public struct StaticCaps {
[CCode (cname = "string")]
[CCode (cname="GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS")]
public static void debug_bin_to_dot_file_with_ts (Bin bin, DebugGraphDetails details, string prefix);
+ public struct IntRange {}
+ public struct DoubleRange {}
+ public struct List {}
+ public struct Array {}
+ public struct Fraction {}
+ public struct FractionRange {}
+
[CCode (cname = "GValue")]
public struct Value : GLib.Value {