From: Rico Tzschichholz Date: Sat, 18 Nov 2017 22:49:34 +0000 (+0100) Subject: gtk+-3.0: Update to 3.22.26 X-Git-Tag: 0.39.1~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d607c2419eafcee5802a89c3a6e3a2e3715ad8d;p=thirdparty%2Fvala.git gtk+-3.0: Update to 3.22.26 --- diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index 42404dae7..108588f15 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -3825,6 +3825,7 @@ namespace Gtk { public bool get_show_enter_location (); public bool get_show_other_locations (); public bool get_show_recent (); + public bool get_show_starred_location (); public bool get_show_trash (); public GLib.SList list_shortcuts (); public void remove_shortcut (GLib.File location); @@ -3837,6 +3838,7 @@ namespace Gtk { 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_starred_location (bool show_starred_location); public void set_show_trash (bool show_trash); public bool local_only { get; set; } public GLib.File location { owned get; set; } @@ -3848,11 +3850,14 @@ namespace Gtk { public bool show_enter_location { get; set; } public bool show_other_locations { get; set; } public bool show_recent { get; set; } + public bool show_starred_location { 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); public virtual signal void mount (GLib.MountOperation p0); + [CCode (cname = "show-starred-location")] + public virtual signal void on_show_starred_location (Gtk.PlacesOpenFlags p0); 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); diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index d2ac1732a..cfdfb1f42 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -19986,6 +19986,12 @@ + + + + + + @@ -20072,6 +20078,13 @@ + + + + + + + @@ -20088,6 +20101,7 @@ + @@ -20171,6 +20185,13 @@ + + + + + + + @@ -36501,15 +36522,15 @@ - + - + - + diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata index 8958a5b3a..8e64601b8 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.metadata +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.metadata @@ -1010,6 +1010,7 @@ 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" +GtkPlacesSidebar::show_starred_location name="on_show_starred_location" gtk_plug_get_socket_window nullable="1" GtkPlug::embedded hidden="1" gtk_popover_get_pointing_to.rect is_out="1"