[vala] gstreamer-0.10: Fix gst_tag_list_get_date* bindings
- From: Jürg Billeter <juergbi src gnome org>
- To: svn-commits-list gnome org
- Subject: [vala] gstreamer-0.10: Fix gst_tag_list_get_date* bindings
- Date: Sun, 7 Jun 2009 08:24:52 -0400 (EDT)
commit 851d789121847a93ad92a274ec9e23b00f36c5b3
Author: Jürg Billeter <j bitron ch>
Date: Sun Jun 7 14:24:13 2009 +0200
gstreamer-0.10: Fix gst_tag_list_get_date* bindings
Fixes bug 582250.
---
vapi/gstreamer-0.10.vapi | 4 ++--
.../gstreamer-0.10/gstreamer-0.10.metadata | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/vapi/gstreamer-0.10.vapi b/vapi/gstreamer-0.10.vapi
index b01b85c..4fb2210 100644
--- a/vapi/gstreamer-0.10.vapi
+++ b/vapi/gstreamer-0.10.vapi
@@ -1158,8 +1158,8 @@ namespace Gst {
public bool get_boolean_index (string tag, uint index, out bool value);
public bool get_char (string tag, out char value);
public bool get_char_index (string tag, uint index, out char value);
- public bool get_date (string tag, out GLib.Date value);
- public bool get_date_index (string tag, uint index, out GLib.Date value);
+ public bool get_date (string tag, out GLib.Date? value);
+ public bool get_date_index (string tag, uint index, out GLib.Date? value);
public bool get_double (string tag, out double value);
public bool get_double_index (string tag, uint index, out double value);
public bool get_float (string tag, out float value);
diff --git a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
index 030c2e6..1aa3573 100644
--- a/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
+++ b/vapi/packages/gstreamer-0.10/gstreamer-0.10.metadata
@@ -309,8 +309,8 @@ gst_tag_list_get_boolean.value is_out="1"
gst_tag_list_get_boolean_index.value is_out="1"
gst_tag_list_get_char.value is_out="1" type_name="char"
gst_tag_list_get_char_index.value is_out="1" type_name="char"
-gst_tag_list_get_date.value is_out="1"
-gst_tag_list_get_date_index.value is_out="1"
+gst_tag_list_get_date.value is_out="1" nullable="1" value_owned="1"
+gst_tag_list_get_date_index.value is_out="1" nullable="1" value_owned="1"
gst_tag_list_get_double.value is_out="1"
gst_tag_list_get_double_index.value is_out="1"
gst_tag_list_get_float.value is_out="1"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]