From: Rico Tzschichholz Date: Tue, 18 Aug 2015 12:19:57 +0000 (+0200) Subject: gtk+-3.0: Update to 3.17.7 X-Git-Tag: 0.30.0~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a662065a6d2b48aca239f3586d6c892927f57244;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.17.7 --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 6a6b53a9f..6f8a57ccd 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -2148,6 +2148,7 @@ namespace Gtk { public class FlowBox : Gtk.Container, Atk.Implementor, Gtk.Buildable, Gtk.Orientable { [CCode (has_construct_function = false, type = "GtkWidget*")] public FlowBox (); + public void bind_model (GLib.ListModel? model, owned Gtk.FlowBoxCreateWidgetFunc create_widget_func); public bool get_activate_on_single_click (); public unowned Gtk.FlowBoxChild get_child_at_index (int idx); public uint get_column_spacing (); @@ -5583,6 +5584,7 @@ namespace Gtk { public bool forward_display_line_end (Gtk.TextIter iter); public bool get_accepts_tab (); public int get_border_window_size (Gtk.TextWindowType type); + public int get_bottom_margin (); public unowned Gtk.TextBuffer get_buffer (); public void get_cursor_locations (Gtk.TextIter? iter, out Gdk.Rectangle strong, out Gdk.Rectangle @weak); public bool get_cursor_visible (); @@ -5606,6 +5608,7 @@ namespace Gtk { public int get_pixels_inside_wrap (); public int get_right_margin (); public Pango.TabArray get_tabs (); + public int get_top_margin (); public unowned Gtk.Adjustment get_vadjustment (); public void get_visible_rect (out Gdk.Rectangle visible_rect); public unowned Gdk.Window get_window (Gtk.TextWindowType win); @@ -5622,6 +5625,7 @@ namespace Gtk { public void scroll_to_mark (Gtk.TextMark mark, double within_margin, bool use_align, double xalign, double yalign); public void set_accepts_tab (bool accepts_tab); public void set_border_window_size (Gtk.TextWindowType type, int size); + public void set_bottom_margin (int bottom_margin); public void set_buffer (Gtk.TextBuffer? buffer); public void set_cursor_visible (bool setting); public void set_editable (bool setting); @@ -5637,12 +5641,14 @@ namespace Gtk { public void set_pixels_inside_wrap (int pixels_inside_wrap); public void set_right_margin (int right_margin); public void set_tabs (Pango.TabArray tabs); + public void set_top_margin (int top_margin); public void set_wrap_mode (Gtk.WrapMode wrap_mode); public bool starts_display_line (Gtk.TextIter iter); public void window_to_buffer_coords (Gtk.TextWindowType win, int window_x, int window_y, out int buffer_x, out int buffer_y); [CCode (has_construct_function = false, type = "GtkWidget*")] public TextView.with_buffer (Gtk.TextBuffer buffer); public bool accepts_tab { get; set; } + public int bottom_margin { get; set; } public Gtk.TextBuffer buffer { get; set; } public bool cursor_visible { get; set; } public bool editable { get; set; } @@ -5662,6 +5668,7 @@ namespace Gtk { public bool populate_all { get; set; } public int right_margin { get; set; } public Pango.TabArray tabs { owned get; set; } + public int top_margin { get; set; } public Gtk.WrapMode wrap_mode { get; set; } public virtual signal void backspace (); public virtual signal void copy_clipboard (); @@ -8743,6 +8750,8 @@ namespace Gtk { [CCode (cheader_filename = "gtk/gtk.h")] public delegate bool FileFilterFunc (Gtk.FileFilterInfo filter_info); [CCode (cheader_filename = "gtk/gtk.h")] + public delegate Gtk.Widget FlowBoxCreateWidgetFunc (GLib.Object item); + [CCode (cheader_filename = "gtk/gtk.h")] public delegate bool FlowBoxFilterFunc (Gtk.FlowBoxChild child); [CCode (cheader_filename = "gtk/gtk.h")] public delegate void FlowBoxForeachFunc (Gtk.FlowBox box, Gtk.FlowBoxChild child); diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index 5980184c7..c5db7470b 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -1730,6 +1730,13 @@ + + + + + + + @@ -12986,6 +12993,16 @@ + + + + + + + + + + @@ -25732,6 +25749,12 @@ + + + + + + @@ -25888,6 +25911,12 @@ + + + + + + @@ -26017,6 +26046,13 @@ + + + + + + + @@ -26122,6 +26158,13 @@ + + + + + + + @@ -26148,6 +26191,7 @@ + @@ -26165,6 +26209,7 @@ + @@ -35705,14 +35750,14 @@ - + - + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index 0f4dcf0b5..144a26bfe 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -424,6 +424,9 @@ gtk_file_chooser_list_filters transfer_ownership="1" type_arguments="unowned Fil gtk_file_chooser_list_shortcut_folder_uris nullable="1" transfer_ownership="1" type_arguments="string" gtk_file_chooser_list_shortcut_folders nullable="1" transfer_ownership="1" type_arguments="string" GtkFixed.children type_arguments="Widget" +gtk_flow_box_bind_model.create_widget_func transfer_ownership="1" +gtk_flow_box_bind_model.model type_name="GLib.ListModel" nullable="1" +gtk_flow_box_bind_model.user_data_free_func hidden="1" gtk_flow_box_get_selected_children transfer_ownership="1" type_arguments="unowned FlowBoxChild" gtk_flow_box_selected_foreach.data hidden="1" gtk_flow_box_set_filter_func.filter_func transfer_ownership="1" nullable="1" @@ -432,6 +435,9 @@ gtk_flow_box_set_sort_func.sort_func transfer_ownership="1" nullable="1" gtk_flow_box_set_sort_func.destroy hidden="1" GtkFlowBox::select_all has_emitter="1" GtkFlowBox::unselect_all has_emitter="1" +GtkFlowBoxCreateWidgetFunc has_target="1" transfer_ownership="1" +GtkFlowBoxCreateWidgetFunc.user_data hidden="1" +GtkFlowBoxCreateWidgetFunc.item type_name="GLib.Object" gtk_font_chooser_dialog_new.* nullable="1" gtk_font_chooser_get_font transfer_ownership="1" gtk_font_chooser_get_font_desc transfer_ownership="1"