From: Rico Tzschichholz Date: Fri, 22 May 2015 16:57:52 +0000 (+0200) Subject: gtk+-3.0: Update to 3.17.1+39f91d7c X-Git-Tag: 0.29.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b13236e3df028dd3203bd20bcefd0857cce41b8c;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.17.1+39f91d7c --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 69fb4f676..2a9c68503 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -3779,11 +3779,13 @@ namespace Gtk { public void bind_model (GLib.MenuModel? model, string? action_namespace); [CCode (has_construct_function = false, type = "GtkWidget*")] public Popover.from_model (Gtk.Widget relative_to, GLib.MenuModel model); + public unowned Gtk.Widget? get_default_widget (); public bool get_modal (); public bool get_pointing_to (out Gdk.Rectangle rect); public Gtk.PositionType get_position (); public unowned Gtk.Widget get_relative_to (); public bool get_transitions_enabled (); + public void set_default_widget (Gtk.Widget? widget); public void set_modal (bool modal); public void set_pointing_to (Gdk.Rectangle rect); public void set_position (Gtk.PositionType position); @@ -7242,16 +7244,19 @@ namespace Gtk { public Pango.FontDescription get_font_desc (); public abstract unowned Pango.FontFace get_font_face (); public abstract unowned Pango.FontFamily get_font_family (); + public Pango.FontMap? get_font_map (); public abstract int get_font_size (); public string get_preview_text (); public bool get_show_preview_entry (); public abstract void set_filter_func (owned Gtk.FontFilterFunc filter); public void set_font (string fontname); public void set_font_desc (Pango.FontDescription font_desc); + public void set_font_map (Pango.FontMap fontmap); public void set_preview_text (string text); public void set_show_preview_entry (bool show_preview_entry); public string font { owned get; set; } public Pango.FontDescription font_desc { owned get; set; } + public Pango.FontMap font_map { owned get; set; } public string preview_text { owned get; set; } public bool show_preview_entry { get; set; } public signal void font_activated (string fontname); @@ -7977,7 +7982,8 @@ namespace Gtk { UPPERCASE_CHARS, UPPERCASE_WORDS, UPPERCASE_SENTENCES, - INHIBIT_OSK + INHIBIT_OSK, + VERTICAL_WRITING } [CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_INPUT_PURPOSE_")] public enum InputPurpose { diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index 95304e03f..c0ecaf8ae 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -5373,6 +5373,7 @@ + @@ -19700,6 +19701,12 @@ + + + + + + @@ -19744,6 +19751,13 @@ + + + + + + + @@ -34244,6 +34258,12 @@ + + + + + + @@ -34285,6 +34305,13 @@ + + + + + + + @@ -34301,6 +34328,7 @@ + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index 42847764b..36ad2af88 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -403,12 +403,15 @@ GtkFlowBox::unselect_all has_emitter="1" gtk_font_chooser_dialog_new.* nullable="1" gtk_font_chooser_get_font transfer_ownership="1" gtk_font_chooser_get_font_desc transfer_ownership="1" +gtk_font_chooser_get_font_map transfer_ownership="1" nullable="1" gtk_font_chooser_get_preview_text transfer_ownership="1" gtk_font_chooser_set_filter_func.filter transfer_ownership="1" gtk_font_chooser_set_filter_func.data hidden="1" gtk_font_chooser_set_filter_func.destroy hidden="1" +gtk_font_chooser_set_font_map.map nullable="1" GtkFontChooser:font owned_get="1" GtkFontChooser:font-desc owned_get="1" +GtkFontChooser:font-map owned_get="1" GtkFontChooser:preview-text owned_get="1" gtk_font_selection_get_font_name transfer_ownership="1" GtkFontSelection:font-name owned_get="1" @@ -801,6 +804,8 @@ GtkPlug::embedded hidden="1" gtk_popover_get_pointing_to.rect is_out="1" gtk_popover_bind_model.model nullable="1" gtk_popover_bind_model.action_namespace nullable="1" +gtk_popover_get_default_widget nullable="1" +gtk_popover_set_default_widget.widget nullable="1" gtk_print_context_create_pango_context transfer_ownership="1" gtk_print_context_create_pango_layout transfer_ownership="1" gtk_print_context_get_hard_margins.top is_out="1"