]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.17.5
authorRico Tzschichholz <ricotz@ubuntu.com>
Tue, 21 Jul 2015 11:45:07 +0000 (13:45 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Tue, 21 Jul 2015 11:45:07 +0000 (13:45 +0200)
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 4e059800d4c49a402e1c48e41df40727a13d6a76..342d59324452a628eb2fa2383fc13d854360d851 100644 (file)
@@ -2099,6 +2099,7 @@ namespace Gtk {
                public virtual signal void location_popup (string p0);
                public virtual signal void location_popup_on_paste ();
                public virtual signal void location_toggle_popup ();
+               public virtual signal void places_shortcut ();
                public virtual signal void quick_bookmark (int p0);
                public virtual signal void recent_shortcut ();
                public virtual signal void search_shortcut ();
@@ -3742,6 +3743,7 @@ namespace Gtk {
                public bool get_show_connect_to_server ();
                public bool get_show_desktop ();
                public bool get_show_enter_location ();
+               public bool get_show_other_locations ();
                public bool get_show_recent ();
                public bool get_show_trash ();
                public GLib.SList<GLib.File> list_shortcuts ();
@@ -3753,14 +3755,18 @@ namespace Gtk {
                public void set_show_connect_to_server (bool show_connect_to_server);
                public void set_show_desktop (bool show_desktop);
                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_trash (bool show_trash);
                public bool local_only { get; set; }
                public GLib.File location { owned get; set; }
                public Gtk.PlacesOpenFlags open_flags { get; set; }
+               [NoAccessorMethod]
+               public bool populate_all { get; set; }
                public bool show_connect_to_server { get; set; }
                public bool show_desktop { get; set; }
                public bool show_enter_location { get; set; }
+               public bool show_other_locations { get; set; }
                public bool show_recent { get; set; }
                public bool show_trash { get; set; }
                public virtual signal int drag_action_ask (int p0);
@@ -3769,6 +3775,9 @@ namespace Gtk {
                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);
+               [CCode (cname = "show_other_locations")]
+               [Experimental]
+               public virtual signal void show_other_locations_requested ();
        }
        [CCode (cheader_filename = "gtk/gtkx.h", type_id = "gtk_plug_get_type ()")]
        public class Plug : Gtk.Window, Atk.Implementor, Gtk.Buildable {
@@ -4783,6 +4792,7 @@ namespace Gtk {
                public unowned Gtk.Widget get_child_by_name (string name);
                public bool get_hhomogeneous ();
                public bool get_homogeneous ();
+               public bool get_interpolate_size ();
                public uint get_transition_duration ();
                public bool get_transition_running ();
                public Gtk.StackTransitionType get_transition_type ();
@@ -4791,6 +4801,7 @@ namespace Gtk {
                public unowned string get_visible_child_name ();
                public void set_hhomogeneous (bool hhomogeneous);
                public void set_homogeneous (bool homogeneous);
+               public void set_interpolate_size (bool interpolate_size);
                public void set_transition_duration (uint duration);
                public void set_transition_type (Gtk.StackTransitionType transition);
                public void set_vhomogeneous (bool vhomogeneous);
@@ -4799,6 +4810,7 @@ namespace Gtk {
                public void set_visible_child_name (string name);
                public bool hhomogeneous { get; set construct; }
                public bool homogeneous { get; set; }
+               public bool interpolate_size { get; }
                public uint transition_duration { get; set construct; }
                public bool transition_running { get; }
                public Gtk.StackTransitionType transition_type { get; set construct; }
@@ -6473,6 +6485,7 @@ namespace Gtk {
                public unowned Gdk.Display get_display ();
                public bool get_double_buffered ();
                public int get_events ();
+               public unowned Pango.FontMap get_font_map ();
                public unowned Cairo.FontOptions get_font_options ();
                public unowned Gdk.FrameClock get_frame_clock ();
                public Gtk.Align get_halign ();
@@ -6635,6 +6648,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_map (Pango.FontMap fontmap);
                public void set_font_options (Cairo.FontOptions? options);
                public void set_halign (Gtk.Align align);
                public void set_has_tooltip (bool has_tooltip);
index e301cd2e38040fe705b59bf9448761fc7d093441..76fcd56035f3d2a8ba46589fb65e45c5f3407acd 100644 (file)
                                        <parameter name="object" type="GtkFileChooserWidget*"/>
                                </parameters>
                        </signal>
+                       <signal name="places-shortcut" when="FIRST">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="object" type="GtkFileChooserWidget*"/>
+                               </parameters>
+                       </signal>
                        <signal name="quick-bookmark" when="FIRST">
                                <return-type type="void"/>
                                <parameters>
                                        <parameter name="sidebar" type="GtkPlacesSidebar*"/>
                                </parameters>
                        </method>
+                       <method name="get_show_other_locations" symbol="gtk_places_sidebar_get_show_other_locations">
+                               <return-type type="gboolean"/>
+                               <parameters>
+                                       <parameter name="sidebar" type="GtkPlacesSidebar*"/>
+                               </parameters>
+                       </method>
                        <method name="get_show_recent" symbol="gtk_places_sidebar_get_show_recent">
                                <return-type type="gboolean"/>
                                <parameters>
                                        <parameter name="show_enter_location" type="gboolean"/>
                                </parameters>
                        </method>
+                       <method name="set_show_other_locations" symbol="gtk_places_sidebar_set_show_other_locations">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="sidebar" type="GtkPlacesSidebar*"/>
+                                       <parameter name="show_other_locations" type="gboolean"/>
+                               </parameters>
+                       </method>
                        <method name="set_show_recent" symbol="gtk_places_sidebar_set_show_recent">
                                <return-type type="void"/>
                                <parameters>
                        <property name="local-only" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="location" type="GFile*" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="open-flags" type="GtkPlacesOpenFlags" readable="1" writable="1" construct="0" construct-only="0"/>
+                       <property name="populate-all" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="show-connect-to-server" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="show-desktop" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="show-enter-location" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
+                       <property name="show-other-locations" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="show-recent" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="show-trash" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                        <signal name="drag-action-ask" when="LAST">
                                <return-type type="void"/>
                                <parameters>
                                        <parameter name="object" type="GtkPlacesSidebar*"/>
-                                       <parameter name="p0" type="GObject*"/>
-                                       <parameter name="p1" type="GObject*"/>
-                                       <parameter name="p2" type="GObject*"/>
+                                       <parameter name="p0" type="GtkWidget*"/>
+                                       <parameter name="p1" type="GFile*"/>
+                                       <parameter name="p2" type="GVolume*"/>
                                </parameters>
                        </signal>
                        <signal name="show-connect-to-server" when="FIRST">
                                        <parameter name="p1" type="char*"/>
                                </parameters>
                        </signal>
+                       <signal name="show-other-locations" when="FIRST">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="object" type="GtkPlacesSidebar*"/>
+                               </parameters>
+                       </signal>
                </object>
                <object name="GtkPlug" parent="GtkWindow" type-name="GtkPlug" get-type="gtk_plug_get_type">
                        <implements>
                                        <parameter name="stack" type="GtkStack*"/>
                                </parameters>
                        </method>
+                       <method name="get_interpolate_size" symbol="gtk_stack_get_interpolate_size">
+                               <return-type type="gboolean"/>
+                               <parameters>
+                                       <parameter name="stack" type="GtkStack*"/>
+                               </parameters>
+                       </method>
                        <method name="get_transition_duration" symbol="gtk_stack_get_transition_duration">
                                <return-type type="guint"/>
                                <parameters>
                                        <parameter name="homogeneous" type="gboolean"/>
                                </parameters>
                        </method>
+                       <method name="set_interpolate_size" symbol="gtk_stack_set_interpolate_size">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="stack" type="GtkStack*"/>
+                                       <parameter name="interpolate_size" type="gboolean"/>
+                               </parameters>
+                       </method>
                        <method name="set_transition_duration" symbol="gtk_stack_set_transition_duration">
                                <return-type type="void"/>
                                <parameters>
                        </method>
                        <property name="hhomogeneous" type="gboolean" readable="1" writable="1" construct="1" construct-only="0"/>
                        <property name="homogeneous" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
+                       <property name="interpolate-size" type="gboolean" readable="1" writable="0" construct="0" construct-only="0"/>
                        <property name="transition-duration" type="guint" readable="1" writable="1" construct="1" construct-only="0"/>
                        <property name="transition-running" type="gboolean" readable="1" writable="0" construct="0" construct-only="0"/>
                        <property name="transition-type" type="GtkStackTransitionType" readable="1" writable="1" construct="1" construct-only="0"/>
                                        <parameter name="widget" type="GtkWidget*"/>
                                </parameters>
                        </method>
+                       <method name="get_font_map" symbol="gtk_widget_get_font_map">
+                               <return-type type="PangoFontMap*"/>
+                               <parameters>
+                                       <parameter name="widget" type="GtkWidget*"/>
+                               </parameters>
+                       </method>
                        <method name="get_font_options" symbol="gtk_widget_get_font_options">
                                <return-type type="cairo_font_options_t*"/>
                                <parameters>
                                        <parameter name="events" type="gint"/>
                                </parameters>
                        </method>
+                       <method name="set_font_map" symbol="gtk_widget_set_font_map">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="widget" type="GtkWidget*"/>
+                                       <parameter name="fontmap" type="PangoFontMap*"/>
+                               </parameters>
+                       </method>
                        <method name="set_font_options" symbol="gtk_widget_set_font_options">
                                <return-type type="void"/>
                                <parameters>
                                </parameters>
                        </vfunc>
                </interface>
-               <constant name="GTK_BINARY_AGE" type="int" value="1704"/>
+               <constant name="GTK_BINARY_AGE" type="int" value="1705"/>
                <constant name="GTK_INPUT_ERROR" type="int" value="-1"/>
                <constant name="GTK_INTERFACE_AGE" type="int" value="0"/>
                <constant name="GTK_LEVEL_BAR_OFFSET_HIGH" type="char*" value="high"/>
                <constant name="GTK_LEVEL_BAR_OFFSET_LOW" type="char*" value="low"/>
                <constant name="GTK_MAJOR_VERSION" type="int" value="3"/>
                <constant name="GTK_MAX_COMPOSE_LEN" type="int" value="7"/>
-               <constant name="GTK_MICRO_VERSION" type="int" value="4"/>
+               <constant name="GTK_MICRO_VERSION" type="int" value="5"/>
                <constant name="GTK_MINOR_VERSION" type="int" value="17"/>
                <constant name="GTK_PAPER_NAME_A3" type="char*" value="iso_a3"/>
                <constant name="GTK_PAPER_NAME_A4" type="char*" value="iso_a4"/>
index ddf657120017836c857f7408ceda13bae86b0bcc..2e02a5f8424bd0a1af26edf86b95fc75dce84c84 100644 (file)
@@ -877,6 +877,7 @@ GtkPlacesSidebar::populate_popup.p1 type_name="GLib.File?"
 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"
 GtkPlug::embedded hidden="1"
 gtk_popover_get_pointing_to.rect is_out="1"
 gtk_popover_bind_model.model nullable="1"