From: Rico Tzschichholz Date: Thu, 14 Nov 2013 10:24:50 +0000 (+0100) Subject: gdk-3.0, gtk+-3.0: Update to 3.11.1+ X-Git-Tag: 0.23.1~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=383dc7c2e62ec461171f1107111d9f6e5b5b0589;p=thirdparty%2Fvala.git gdk-3.0, gtk+-3.0: Update to 3.11.1+ --- diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi index aa8bd533c..cde943ea8 100644 --- a/vapi/gdk-3.0.vapi +++ b/vapi/gdk-3.0.vapi @@ -4969,6 +4969,7 @@ namespace Gdk { public Gdk.DragProtocol get_drag_protocol (out Gdk.Window target); public unowned Gdk.Window get_effective_parent (); public unowned Gdk.Window get_effective_toplevel (); + public bool get_event_compression (); public Gdk.EventMask get_events (); public bool get_focus_on_map (); public unowned Gdk.FrameClock get_frame_clock (); @@ -5040,6 +5041,7 @@ namespace Gdk { public void set_decorations (Gdk.WMDecoration decorations); public void set_device_cursor (Gdk.Device device, Gdk.Cursor cursor); public void set_device_events (Gdk.Device device, Gdk.EventMask event_mask); + public void set_event_compression (bool event_compression); public void set_events (Gdk.EventMask event_mask); public void set_focus_on_map (bool focus_on_map); public void set_fullscreen_mode (Gdk.FullscreenMode mode); diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index d529687b0..ff504c8c3 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -3490,6 +3490,7 @@ namespace Gtk { [CCode (has_construct_function = false, type = "GtkWidget*")] public PlacesSidebar (); public void add_shortcut (GLib.File location); + public bool get_local_only (); public unowned GLib.File get_location (); public unowned GLib.File get_nth_bookmark (int n); public Gtk.PlacesOpenFlags get_open_flags (); @@ -3497,10 +3498,12 @@ namespace Gtk { public bool get_show_desktop (); public unowned GLib.SList list_shortcuts (); public void remove_shortcut (GLib.File location); + public void set_local_only (bool local_only); public void set_location (GLib.File location); public void set_open_flags (Gtk.PlacesOpenFlags flags); public void set_show_connect_to_server (bool show_connect_to_server); public void set_show_desktop (bool show_desktop); + public bool local_only { get; set; } public GLib.File location { get; set; } public Gtk.PlacesOpenFlags open_flags { get; set; } public bool show_connect_to_server { get; set; } @@ -4494,6 +4497,7 @@ namespace Gtk { public void add_titled (Gtk.Widget child, string name, string title); public bool get_homogeneous (); public uint get_transition_duration (); + public bool get_transition_running (); public Gtk.StackTransitionType get_transition_type (); public unowned Gtk.Widget get_visible_child (); public unowned string get_visible_child_name (); @@ -4505,6 +4509,7 @@ namespace Gtk { public void set_visible_child_name (string name); public bool homogeneous { get; set construct; } public uint transition_duration { get; set construct; } + public bool transition_running { get; } public Gtk.StackTransitionType transition_type { get; set construct; } public Gtk.Widget visible_child { get; set; } public string visible_child_name { get; set; } @@ -8121,7 +8126,9 @@ namespace Gtk { FOCUSED, BACKDROP, DIR_LTR, - DIR_RTL + DIR_RTL, + LINK, + VISITED } [CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_STATE_")] public enum StateType { diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index 96faef591..4f05a1c21 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -5287,6 +5287,8 @@ + + @@ -18253,6 +18255,12 @@ + + + + + + @@ -18300,6 +18308,13 @@ + + + + + + + @@ -18328,6 +18343,7 @@ + @@ -21444,6 +21460,12 @@ + + + + + + @@ -21510,6 +21532,7 @@ +