From: Rico Tzschichholz Date: Tue, 21 Jul 2015 11:45:07 +0000 (+0200) Subject: gtk+-3.0: Update to 3.17.5 X-Git-Tag: 0.29.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0da294df6f044f541e118ec868cf26b4f26bdd3e;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.17.5 --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 4e059800d..342d59324 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -2099,6 +2099,7 @@ namespace Gtk { public virtual signal void location_popup (string p0); public virtual signal void location_popup_on_paste (); public virtual signal void location_toggle_popup (); + public virtual signal void places_shortcut (); public virtual signal void quick_bookmark (int p0); public virtual signal void recent_shortcut (); public virtual signal void search_shortcut (); @@ -3742,6 +3743,7 @@ namespace Gtk { public bool get_show_connect_to_server (); public bool get_show_desktop (); public bool get_show_enter_location (); + public bool get_show_other_locations (); public bool get_show_recent (); public bool get_show_trash (); public GLib.SList list_shortcuts (); @@ -3753,14 +3755,18 @@ namespace Gtk { public void set_show_connect_to_server (bool show_connect_to_server); public void set_show_desktop (bool show_desktop); public void set_show_enter_location (bool show_enter_location); + public void set_show_other_locations (bool show_other_locations); public void set_show_recent (bool show_recent); public void set_show_trash (bool show_trash); public bool local_only { get; set; } public GLib.File location { owned get; set; } public Gtk.PlacesOpenFlags open_flags { get; set; } + [NoAccessorMethod] + public bool populate_all { get; set; } public bool show_connect_to_server { get; set; } public bool show_desktop { get; set; } public bool show_enter_location { get; set; } + public bool show_other_locations { get; set; } public bool show_recent { get; set; } public bool show_trash { get; set; } public virtual signal int drag_action_ask (int p0); @@ -3769,6 +3775,9 @@ namespace Gtk { public virtual signal void open_location (GLib.File p0, Gtk.PlacesOpenFlags p1); public virtual signal void populate_popup (Gtk.Menu p0, GLib.File? p1, GLib.Volume? p2); public virtual signal void show_error_message (string p0, string p1); + [CCode (cname = "show_other_locations")] + [Experimental] + public virtual signal void show_other_locations_requested (); } [CCode (cheader_filename = "gtk/gtkx.h", type_id = "gtk_plug_get_type ()")] public class Plug : Gtk.Window, Atk.Implementor, Gtk.Buildable { @@ -4783,6 +4792,7 @@ namespace Gtk { public unowned Gtk.Widget get_child_by_name (string name); public bool get_hhomogeneous (); public bool get_homogeneous (); + public bool get_interpolate_size (); public uint get_transition_duration (); public bool get_transition_running (); public Gtk.StackTransitionType get_transition_type (); @@ -4791,6 +4801,7 @@ namespace Gtk { public unowned string get_visible_child_name (); public void set_hhomogeneous (bool hhomogeneous); public void set_homogeneous (bool homogeneous); + public void set_interpolate_size (bool interpolate_size); public void set_transition_duration (uint duration); public void set_transition_type (Gtk.StackTransitionType transition); public void set_vhomogeneous (bool vhomogeneous); @@ -4799,6 +4810,7 @@ namespace Gtk { public void set_visible_child_name (string name); public bool hhomogeneous { get; set construct; } public bool homogeneous { get; set; } + public bool interpolate_size { get; } public uint transition_duration { get; set construct; } public bool transition_running { get; } public Gtk.StackTransitionType transition_type { get; set construct; } @@ -6473,6 +6485,7 @@ namespace Gtk { public unowned Gdk.Display get_display (); public bool get_double_buffered (); public int get_events (); + public unowned Pango.FontMap get_font_map (); public unowned Cairo.FontOptions get_font_options (); public unowned Gdk.FrameClock get_frame_clock (); public Gtk.Align get_halign (); @@ -6635,6 +6648,7 @@ namespace Gtk { public void set_direction (Gtk.TextDirection dir); public void set_double_buffered (bool double_buffered); public void set_events (int events); + public void set_font_map (Pango.FontMap fontmap); public void set_font_options (Cairo.FontOptions? options); public void set_halign (Gtk.Align align); public void set_has_tooltip (bool has_tooltip); diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index e301cd2e3..76fcd5603 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -12851,6 +12851,12 @@ + + + + + + @@ -19540,6 +19546,12 @@ + + + + + + @@ -19618,6 +19630,13 @@ + + + + + + + @@ -19635,9 +19654,11 @@ + + @@ -19677,9 +19698,9 @@ - - - + + + @@ -19702,6 +19723,12 @@ + + + + + + @@ -22965,6 +22992,12 @@ + + + + + + @@ -23018,6 +23051,13 @@ + + + + + + + @@ -23063,6 +23103,7 @@ + @@ -30128,6 +30169,12 @@ + + + + + + @@ -31020,6 +31067,13 @@ + + + + + + + @@ -35641,14 +35695,14 @@ - + - + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index ddf657120..2e02a5f84 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -877,6 +877,7 @@ GtkPlacesSidebar::populate_popup.p1 type_name="GLib.File?" GtkPlacesSidebar::populate_popup.p2 type_name="GLib.Volume?" GtkPlacesSidebar::show_enter_location hidden="1" GtkPlacesSidebar::show_connect_to_server hidden="1" +GtkPlacesSidebar::show_other_locations name="show_other_locations_requested" experimental="1" GtkPlug::embedded hidden="1" gtk_popover_get_pointing_to.rect is_out="1" gtk_popover_bind_model.model nullable="1"