[vala] vapi: Update GIR-based bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] vapi: Update GIR-based bindings
- Date: Mon, 18 Jul 2016 11:45:51 +0000 (UTC)
commit 00a574856ad5fd13687b26131f02b04180535294
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Mon Jul 18 13:45:29 2016 +0200
vapi: Update GIR-based bindings
vapi/gstreamer-1.0.vapi | 8 ++++----
vapi/libsoup-2.4.vapi | 12 ++++++++++++
2 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/vapi/gstreamer-1.0.vapi b/vapi/gstreamer-1.0.vapi
index 1814c62..ee71e5a 100644
--- a/vapi/gstreamer-1.0.vapi
+++ b/vapi/gstreamer-1.0.vapi
@@ -1533,9 +1533,9 @@ namespace Gst {
[Version (since = "1.2")]
public bool parse_context_type (out string context_type);
[Version (since = "1.4")]
- public void parse_device_added (out unowned Gst.Device device);
+ public void parse_device_added (out Gst.Device device);
[Version (since = "1.4")]
- public void parse_device_removed (out unowned Gst.Device device);
+ public void parse_device_removed (out Gst.Device device);
public void parse_error (out GLib.Error gerror, out string debug);
[Version (since = "1.2")]
public bool parse_group_id (out uint group_id);
@@ -1557,10 +1557,10 @@ namespace Gst {
public void parse_step_done (out Gst.Format format, out uint64 amount, out double rate, out
bool flush, out bool intermediate, out uint64 duration, out bool eos);
public void parse_step_start (out bool active, out Gst.Format format, out uint64 amount, out
double rate, out bool flush, out bool intermediate);
[Version (since = "1.10")]
- public void parse_stream_collection (out unowned Gst.StreamCollection collection);
+ public void parse_stream_collection (out Gst.StreamCollection collection);
public void parse_stream_status (out Gst.StreamStatusType type, out unowned Gst.Element
owner);
[Version (since = "1.10")]
- public void parse_streams_selected (out unowned Gst.StreamCollection collection);
+ public void parse_streams_selected (out Gst.StreamCollection collection);
public void parse_structure_change (out Gst.StructureChangeType type, out unowned Gst.Element
owner, out bool busy);
public void parse_tag (out Gst.TagList tag_list);
public void parse_toc (out Gst.Toc toc, out bool updated);
diff --git a/vapi/libsoup-2.4.vapi b/vapi/libsoup-2.4.vapi
index 5f1d901..400b1a8 100644
--- a/vapi/libsoup-2.4.vapi
+++ b/vapi/libsoup-2.4.vapi
@@ -493,6 +493,12 @@ namespace Soup {
public void set_printer (owned Soup.LoggerPrinter printer);
public void set_request_filter (owned Soup.LoggerFilter request_filter);
public void set_response_filter (owned Soup.LoggerFilter response_filter);
+ [NoAccessorMethod]
+ [Version (since = "2.56")]
+ public Soup.LoggerLogLevel level { get; set; }
+ [NoAccessorMethod]
+ [Version (since = "2.56")]
+ public int max_body_size { get; set; }
}
[CCode (cheader_filename = "libsoup/soup.h", type_id = "soup_message_get_type ()")]
public class Message : GLib.Object {
@@ -1662,6 +1668,12 @@ namespace Soup {
public const int HEADERS_H;
[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_H")]
public const int LOGGER_H;
+ [CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_LEVEL")]
+ [Version (since = "2.56")]
+ public const string LOGGER_LEVEL;
+ [CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_LOGGER_MAX_BODY_SIZE")]
+ [Version (since = "2.56")]
+ public const string LOGGER_MAX_BODY_SIZE;
[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_BODY_H")]
public const int MESSAGE_BODY_H;
[CCode (cheader_filename = "libsoup/soup.h", cname = "SOUP_MESSAGE_FIRST_PARTY")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]