From: Rico Tzschichholz Date: Mon, 6 Jul 2015 11:05:33 +0000 (+0200) Subject: gtk+-3.0: Update to 3.17.4+abc47d7f X-Git-Tag: 0.29.3~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86322f3431e4034955ca8bcf355592da491bca61;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.17.4+abc47d7f --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 79d2f4fc4..4e059800d 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -2091,6 +2091,8 @@ namespace Gtk { public FileChooserWidget (Gtk.FileChooserAction action); [NoAccessorMethod] public bool search_mode { get; set; } + [NoAccessorMethod] + public string subtitle { owned get; } public virtual signal void desktop_folder (); public virtual signal void down_folder (); public virtual signal void home_folder (); @@ -3741,6 +3743,7 @@ namespace Gtk { public bool get_show_desktop (); public bool get_show_enter_location (); public bool get_show_recent (); + public bool get_show_trash (); public GLib.SList list_shortcuts (); public void remove_shortcut (GLib.File location); public void set_drop_targets_visible (bool visible, Gdk.DragContext context); @@ -3751,6 +3754,7 @@ namespace Gtk { public void set_show_desktop (bool show_desktop); public void set_show_enter_location (bool show_enter_location); 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; } @@ -3758,6 +3762,7 @@ namespace Gtk { public bool show_desktop { get; set; } public bool show_enter_location { get; set; } public bool show_recent { get; set; } + public bool show_trash { get; set; } public virtual signal int drag_action_ask (int p0); public virtual signal int drag_action_requested (Gdk.DragContext p0, GLib.File p1, GLib.List p2); public virtual signal void drag_perform_drop (GLib.File p0, GLib.List p1, int p2); @@ -6468,6 +6473,7 @@ namespace Gtk { public unowned Gdk.Display get_display (); public bool get_double_buffered (); public int get_events (); + public unowned Cairo.FontOptions get_font_options (); public unowned Gdk.FrameClock get_frame_clock (); public Gtk.Align get_halign (); public bool get_has_tooltip (); @@ -6629,6 +6635,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_options (Cairo.FontOptions? options); public void set_halign (Gtk.Align align); public void set_has_tooltip (bool has_tooltip); public void set_has_window (bool has_window); diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index dd8c29a92..e301cd2e3 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -12813,6 +12813,7 @@ + @@ -19545,6 +19546,12 @@ + + + + + + @@ -19618,6 +19625,13 @@ + + + + + + + @@ -19625,6 +19639,7 @@ + @@ -30113,6 +30128,12 @@ + + + + + + @@ -30999,6 +31020,13 @@ + + + + + + + @@ -35613,14 +35641,14 @@ - + - + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index 71a006723..ddf657120 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -1657,6 +1657,7 @@ gtk_widget_render_icon transfer_ownership="1" gtk_widget_render_icon_pixbuf transfer_ownership="1" gtk_widget_reset_rc_styles deprecated_since="3.0" replacement="reset_style" gtk_widget_set_accel_path.* nullable="1" +gtk_widget_set_font_options.options nullable="1" gtk_widget_set_parent.parent type_name="Gtk.Container" ctype="GtkWidget*" gtk_widget_set_scroll_adjustments.hadjustment nullable="1" gtk_widget_set_scroll_adjustments.vadjustment nullable="1"