[vala/staging] vapi: Update GIR-based bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala/staging] vapi: Update GIR-based bindings
- Date: Sat, 16 Feb 2019 09:04:45 +0000 (UTC)
commit a0b744880a4c649efe51c3de8b37e3549aff8086
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sat Feb 16 10:03:32 2019 +0100
vapi: Update GIR-based bindings
vapi/graphene-1.0.vapi | 14 ++++++++++++++
vapi/gstreamer-1.0.vapi | 5 +++++
2 files changed, 19 insertions(+)
---
diff --git a/vapi/graphene-1.0.vapi b/vapi/graphene-1.0.vapi
index 3b76a31d6..85bfd766b 100644
--- a/vapi/graphene-1.0.vapi
+++ b/vapi/graphene-1.0.vapi
@@ -334,6 +334,12 @@ namespace Graphene {
[Version (since = "1.4")]
public static unowned Graphene.Rect? zero ();
}
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_simd4f_t", has_type_id = false)]
+ public struct Simd4F {
+ }
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_simd4x4f_t", has_type_id = false)]
+ public struct Simd4X4F {
+ }
[CCode (cheader_filename = "graphene-gobject.h", cname = "graphene_size_t", type_id =
"graphene_size_get_type ()")]
[Version (since = "1.0")]
public struct Size {
@@ -567,10 +573,18 @@ namespace Graphene {
YXZ,
ZYX
}
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "GRAPHENE_HAS_GCC")]
+ public const int HAS_GCC;
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "GRAPHENE_HAS_SCALAR")]
+ public const int HAS_SCALAR;
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "GRAPHENE_HAS_SSE")]
+ public const int HAS_SSE;
[CCode (cheader_filename = "graphene-gobject.h", cname = "GRAPHENE_PI")]
public const double PI;
[CCode (cheader_filename = "graphene-gobject.h", cname = "GRAPHENE_PI_2")]
public const double PI_2;
+ [CCode (cheader_filename = "graphene-gobject.h", cname = "GRAPHENE_SIMD_S")]
+ public const string SIMD_S;
[CCode (cheader_filename = "graphene-gobject.h", cname = "GRAPHENE_VEC2_LEN")]
[Version (since = "1.0")]
public const int VEC2_LEN;
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index c277e5d58..f1cbe55c5 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -2806,7 +2806,11 @@ namespace Gst {
public static unowned string[] api_type_get_tags (GLib.Type api);
public static bool api_type_has_tag (GLib.Type api, GLib.Quark tag);
public static GLib.Type api_type_register (string api, [CCode (array_length = false,
array_null_terminated = true)] string[] tags);
+ [Version (since = "1.16")]
+ public int compare_seqnum (Gst.Meta meta2);
public static unowned Gst.MetaInfo? get_info (string impl);
+ [Version (since = "1.16")]
+ public uint64 get_seqnum ();
public static unowned Gst.MetaInfo? register (GLib.Type api, string impl, size_t size, [CCode
(scope = "async")] Gst.MetaInitFunction init_func, [CCode (scope = "async")] Gst.MetaFreeFunction free_func,
[CCode (scope = "async")] Gst.MetaTransformFunction transform_func);
}
[CCode (cheader_filename = "gst/gst.h", has_type_id = false)]
@@ -3274,6 +3278,7 @@ namespace Gst {
STREAM_COLLECTION,
STREAMS_SELECTED,
REDIRECT,
+ DEVICE_CHANGED,
ANY;
public unowned string get_name ();
public GLib.Quark to_quark ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]