[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: Sun, 16 Nov 2014 20:17:25 +0000 (UTC)
commit 9644dd2a97fcc3e9a55cf90f322cdb1a901150cf
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Sun Nov 16 21:17:01 2014 +0100
bindings: Update GIR-based bindings
vapi/gdk-3.0.vapi | 7 +++++++
vapi/libpeas-1.0.vapi | 2 +-
2 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi
index 5bf7850..faa09a1 100644
--- a/vapi/gdk-3.0.vapi
+++ b/vapi/gdk-3.0.vapi
@@ -4693,6 +4693,7 @@ namespace Gdk {
public unowned GLib.List<Gdk.Device> list_devices ();
public void notify_startup_complete (string startup_id);
public static unowned Gdk.Display? open (string display_name);
+ [Deprecated (since = "3.16")]
public static unowned Gdk.Display? open_default_libgtk_only ();
public Gdk.Event? peek_event ();
[Deprecated (since = "3.0")]
@@ -5068,9 +5069,11 @@ namespace Gdk {
protected GLContext ();
public static void clear_current ();
public static unowned Gdk.GLContext get_current ();
+ public unowned Gdk.Display get_display ();
public Gdk.GLProfile get_profile ();
public unowned Gdk.Window get_window ();
public void make_current ();
+ public Gdk.Display display { get; construct; }
public Gdk.GLProfile profile { get; construct; }
[NoAccessorMethod]
public Gdk.GLContext shared_context { owned get; construct; }
@@ -5196,6 +5199,7 @@ namespace Gdk {
[Deprecated (since = "3.14")]
public void flush ();
public void focus (uint32 timestamp);
+ [Deprecated (since = "3.16")]
public void freeze_toplevel_updates_libgtk_only ();
public void freeze_updates ();
public void fullscreen ();
@@ -5325,6 +5329,7 @@ namespace Gdk {
public void show_unraised ();
public bool show_window_menu (Gdk.Event event);
public void stick ();
+ [Deprecated (since = "3.16")]
public void thaw_toplevel_updates_libgtk_only ();
public void thaw_updates ();
public void unfullscreen ();
@@ -5954,6 +5959,7 @@ namespace Gdk {
[CCode (cheader_filename = "gdk/gdk.h")]
public const Gdk.Atom SELECTION_SECONDARY;
[CCode (cheader_filename = "gdk/gdk.h")]
+ [Deprecated (since = "3.16")]
public static void add_option_entries_libgtk_only (GLib.OptionGroup group);
[CCode (cheader_filename = "gdk/gdk.h")]
public static void beep ();
@@ -6091,6 +6097,7 @@ namespace Gdk {
[Deprecated (since = "3.0")]
public static void pointer_ungrab (uint32 time_);
[CCode (cheader_filename = "gdk/gdk.h")]
+ [Deprecated (since = "3.16")]
public static void pre_parse_libgtk_only ();
[CCode (cheader_filename = "gdk/gdk.h")]
public static void property_change (Gdk.Window window, Gdk.Atom property, Gdk.Atom type, int format,
Gdk.PropMode mode, [CCode (array_length = false, type = "const guchar*")] uint8[] data, int nelements);
diff --git a/vapi/libpeas-1.0.vapi b/vapi/libpeas-1.0.vapi
index 5c02c18..4e44f82 100644
--- a/vapi/libpeas-1.0.vapi
+++ b/vapi/libpeas-1.0.vapi
@@ -9,7 +9,7 @@ namespace Peas {
public void add_search_path (string module_dir, string? data_dir);
public Peas.Extension create_extension (Peas.PluginInfo info, GLib.Type extension_type, ...);
public Peas.Extension create_extensionv (Peas.PluginInfo info, GLib.Type extension_type,
[CCode (array_length_cname = "n_parameters", array_length_pos = 2.5, array_length_type = "guint")]
GLib.Parameter[]? parameters);
- public void enable_loader (string loader_id);
+ public void enable_loader (string loader_name);
public void garbage_collect ();
public static unowned Peas.Engine get_default ();
[CCode (array_length = false, array_null_terminated = true)]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]