From: Rico Tzschichholz Date: Mon, 8 Dec 2014 22:29:41 +0000 (+0100) Subject: gtk+-3.0: Update to 3.15.2+8c3f04e7 X-Git-Tag: 0.27.1~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b9f8ef2169e33fd42d2a39dee0bb30c1b450517;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.15.2+8c3f04e7 --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 984c628e2..aeb2cde28 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -1787,6 +1787,7 @@ namespace Gtk { public uint16 get_text_length (); public bool get_visibility (); public int get_width_chars (); + public void grab_focus_without_selecting (); public bool im_context_filter_keypress (Gdk.EventKey event); public int layout_index_to_text_index (int layout_index); public void progress_pulse (); @@ -5203,6 +5204,8 @@ namespace Gtk { public Gtk.Justification justification; public Pango.Language language; public int left_margin; + public int letter_spacing; + public uint no_fallback; [CCode (array_length = false)] public weak uint[] padding; public Gdk.Color pg_bg_color; @@ -5272,6 +5275,7 @@ namespace Gtk { public void insert_at_cursor (string text, int len); public bool insert_interactive (ref Gtk.TextIter iter, string text, int len, bool default_editable); public bool insert_interactive_at_cursor (string text, int len, bool default_editable); + public void insert_markup (ref Gtk.TextIter iter, string markup, int len); public void insert_range (ref Gtk.TextIter iter, Gtk.TextIter start, Gtk.TextIter end); public bool insert_range_interactive (ref Gtk.TextIter iter, Gtk.TextIter start, Gtk.TextIter end, bool default_editable); public void insert_with_tags (ref Gtk.TextIter iter, string text, int len, ...); @@ -5377,6 +5381,10 @@ namespace Gtk { [NoAccessorMethod] public bool editable_set { get; set; } [NoAccessorMethod] + public bool fallback { get; set; } + [NoAccessorMethod] + public bool fallback_set { get; set; } + [NoAccessorMethod] public string family { owned get; set; } [NoAccessorMethod] public bool family_set { get; set; } @@ -5414,6 +5422,10 @@ namespace Gtk { [NoAccessorMethod] public bool left_margin_set { get; set; } [NoAccessorMethod] + public int letter_spacing { get; set; } + [NoAccessorMethod] + public bool letter_spacing_set { get; set; } + [NoAccessorMethod] public string name { owned get; construct; } [NoAccessorMethod] public string paragraph_background { set; } diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala b/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala index c0f96c05e..0e7a2ec43 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala +++ b/vapi/packages/gtk+-3.0/gtk+-3.0-custom.vala @@ -395,112 +395,6 @@ namespace Gtk { [Deprecated (since = "3.10")] [CCode (cheader_filename = "gtk/gtk.h")] namespace Stock { - public const string ABOUT; - public const string ADD; - public const string APPLY; - public const string BOLD; - public const string CANCEL; - public const string CAPS_LOCK_WARNING; - public const string CDROM; - public const string CLEAR; - public const string CLOSE; - public const string COLOR_PICKER; - public const string CONNECT; - public const string CONVERT; - public const string COPY; - public const string CUT; - public const string DELETE; - public const string DIALOG_AUTHENTICATION; - public const string DIALOG_ERROR; - public const string DIALOG_INFO; - public const string DIALOG_QUESTION; - public const string DIALOG_WARNING; - public const string DIRECTORY; - public const string DISCARD; - public const string DISCONNECT; - public const string DND; - public const string DND_MULTIPLE; - public const string EDIT; - public const string EXECUTE; - public const string FILE; - public const string FIND; - public const string FIND_AND_REPLACE; - public const string FLOPPY; - public const string FULLSCREEN; - public const string GOTO_BOTTOM; - public const string GOTO_FIRST; - public const string GOTO_LAST; - public const string GOTO_TOP; - public const string GO_BACK; - public const string GO_DOWN; - public const string GO_FORWARD; - public const string GO_UP; - public const string HARDDISK; - public const string HELP; - public const string HOME; - public const string INDENT; - public const string INDEX; - public const string INFO; - public const string ITALIC; - public const string JUMP_TO; - public const string JUSTIFY_CENTER; - public const string JUSTIFY_FILL; - public const string JUSTIFY_LEFT; - public const string JUSTIFY_RIGHT; - public const string LEAVE_FULLSCREEN; - public const string MEDIA_FORWARD; - public const string MEDIA_NEXT; - public const string MEDIA_PAUSE; - public const string MEDIA_PLAY; - public const string MEDIA_PREVIOUS; - public const string MEDIA_RECORD; - public const string MEDIA_REWIND; - public const string MEDIA_STOP; - public const string MISSING_IMAGE; - public const string NETWORK; - public const string NEW; - public const string NO; - public const string OK; - public const string OPEN; - public const string ORIENTATION_LANDSCAPE; - public const string ORIENTATION_PORTRAIT; - public const string ORIENTATION_REVERSE_LANDSCAPE; - public const string ORIENTATION_REVERSE_PORTRAIT; - public const string PAGE_SETUP; - public const string PASTE; - public const string PREFERENCES; - public const string PRINT; - public const string PRINT_ERROR; - public const string PRINT_PAUSED; - public const string PRINT_PREVIEW; - public const string PRINT_REPORT; - public const string PRINT_WARNING; - public const string PROPERTIES; - public const string QUIT; - public const string REDO; - public const string REFRESH; - public const string REMOVE; - public const string REVERT_TO_SAVED; - public const string SAVE; - public const string SAVE_AS; - public const string SELECT_ALL; - public const string SELECT_COLOR; - public const string SELECT_FONT; - public const string SORT_ASCENDING; - public const string SORT_DESCENDING; - public const string SPELL_CHECK; - public const string STOP; - public const string STRIKETHROUGH; - public const string UNDELETE; - public const string UNDERLINE; - public const string UNDO; - public const string UNINDENT; - public const string YES; - public const string ZOOM_100; - public const string ZOOM_FIT; - public const string ZOOM_IN; - public const string ZOOM_OUT; - public static void add (Gtk.StockItem[] items); public static void add_static (Gtk.StockItem[] items); public static GLib.SList list_ids (); diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index a69eaa976..e793c8da0 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -3494,7 +3494,9 @@ + + @@ -11647,6 +11649,12 @@ + + + + + + @@ -24854,6 +24862,15 @@ + + + + + + + + + @@ -25271,6 +25288,8 @@ + + @@ -25289,6 +25308,8 @@ + + @@ -35402,6 +35423,111 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index d41eaee48..17028ac4c 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -1056,6 +1056,7 @@ gtk_text_buffer_deserialize.data type_name="uint8" is_array="1" array_length_typ gtk_text_buffer_deserialize.length hidden="1" gtk_text_buffer_insert.iter is_ref="1" gtk_text_buffer_insert_interactive.iter is_ref="1" +gtk_text_buffer_insert_markup.iter is_ref="1" gtk_text_buffer_insert_range.iter is_ref="1" gtk_text_buffer_insert_range_interactive.iter is_ref="1" gtk_text_buffer_insert_with_tags.iter is_ref="1"