[vala] bindings: Update GIR-based bindings
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] bindings: Update GIR-based bindings
- Date: Thu, 21 Aug 2014 22:08:23 +0000 (UTC)
commit 4858354502a808af782b848af4bf9dd6746c5a7c
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Fri Aug 22 00:08:00 2014 +0200
bindings: Update GIR-based bindings
vapi/gdk-3.0.vapi | 7 +------
vapi/gio-2.0.vapi | 1 +
2 files changed, 2 insertions(+), 6 deletions(-)
---
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi
index 3fe8b4c..140fdcc 100644
--- a/vapi/gdk-3.0.vapi
+++ b/vapi/gdk-3.0.vapi
@@ -5330,22 +5330,17 @@ namespace Gdk {
public string name ();
}
[CCode (cheader_filename = "gdk/gdk.h", type_id = "gdk_color_get_type ()")]
+ [Deprecated (since = "3.14")]
public struct Color {
public uint32 pixel;
public uint16 red;
public uint16 green;
public uint16 blue;
- [Deprecated (since = "3.14")]
public Gdk.Color? copy ();
- [Deprecated (since = "3.14")]
public bool equal (Gdk.Color colorb);
- [Deprecated (since = "3.14")]
public void free ();
- [Deprecated (since = "3.14")]
public uint hash ();
- [Deprecated (since = "3.14")]
public static bool parse (string spec, out Gdk.Color color);
- [Deprecated (since = "3.14")]
public string to_string ();
}
[CCode (cheader_filename = "gdk/gdk.h", has_type_id = false)]
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 3850923..5baa034 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -279,6 +279,7 @@ namespace GLib {
public class Application : GLib.Object, GLib.ActionGroup, GLib.ActionMap {
[CCode (has_construct_function = false)]
public Application (string? application_id, GLib.ApplicationFlags flags);
+ public void add_main_option (string long_name, char short_name, int flags, GLib.OptionArg
arg, string description, string? arg_description);
public void add_main_option_entries ([CCode (array_length = false, array_null_terminated =
true)] GLib.OptionEntry[] entries);
public void add_option_group (GLib.OptionGroup group);
[NoWrapper]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]