vala r2370 - in trunk: . vapi vapi/packages/gstreamer-0.10
- From: tvermeir svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r2370 - in trunk: . vapi vapi/packages/gstreamer-0.10
- Date: Sat, 17 Jan 2009 12:05:35 +0000 (UTC)
Author: tvermeir
Date: Sat Jan 17 12:05:35 2009
New Revision: 2370
URL: http://svn.gnome.org/viewvc/vala?rev=2370&view=rev
Log:
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
Modified:
trunk/ChangeLog
trunk/vapi/gstreamer-0.10.vapi
trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
Modified: trunk/vapi/gstreamer-0.10.vapi
==============================================================================
--- trunk/vapi/gstreamer-0.10.vapi (original)
+++ trunk/vapi/gstreamer-0.10.vapi Sat Jan 17 12:05:35 2009
@@ -1336,6 +1336,9 @@
[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)]
@@ -1346,6 +1349,9 @@
[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;
@@ -1360,6 +1366,18 @@
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")]
Modified: trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala
==============================================================================
--- trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala (original)
+++ trunk/vapi/packages/gstreamer-0.10/gstreamer-0.10-custom.vala Sat Jan 17 12:05:35 2009
@@ -136,6 +136,13 @@
[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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]