]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Update to 3.17.4+abc47d7f
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 6 Jul 2015 11:05:33 +0000 (13:05 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 6 Jul 2015 11:05:33 +0000 (13:05 +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 79d2f4fc4c3d3dc5c80831b227d9d18307da1ca8..4e059800d4c49a402e1c48e41df40727a13d6a76 100644 (file)
@@ -2091,6 +2091,8 @@ namespace Gtk {
                public FileChooserWidget (Gtk.FileChooserAction action);
                [NoAccessorMethod]
                public bool search_mode { get; set; }
+               [NoAccessorMethod]
+               public string subtitle { owned get; }
                public virtual signal void desktop_folder ();
                public virtual signal void down_folder ();
                public virtual signal void home_folder ();
@@ -3741,6 +3743,7 @@ namespace Gtk {
                public bool get_show_desktop ();
                public bool get_show_enter_location ();
                public bool get_show_recent ();
+               public bool get_show_trash ();
                public GLib.SList<GLib.File> list_shortcuts ();
                public void remove_shortcut (GLib.File location);
                public void set_drop_targets_visible (bool visible, Gdk.DragContext context);
@@ -3751,6 +3754,7 @@ namespace Gtk {
                public void set_show_desktop (bool show_desktop);
                public void set_show_enter_location (bool show_enter_location);
                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; }
@@ -3758,6 +3762,7 @@ namespace Gtk {
                public bool show_desktop { get; set; }
                public bool show_enter_location { get; set; }
                public bool show_recent { 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<GLib.File> p2);
                public virtual signal void drag_perform_drop (GLib.File p0, GLib.List<GLib.File> p1, int p2);
@@ -6468,6 +6473,7 @@ namespace Gtk {
                public unowned Gdk.Display get_display ();
                public bool get_double_buffered ();
                public int get_events ();
+               public unowned Cairo.FontOptions get_font_options ();
                public unowned Gdk.FrameClock get_frame_clock ();
                public Gtk.Align get_halign ();
                public bool get_has_tooltip ();
@@ -6629,6 +6635,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_options (Cairo.FontOptions? options);
                public void set_halign (Gtk.Align align);
                public void set_has_tooltip (bool has_tooltip);
                public void set_has_window (bool has_window);
index dd8c29a92f4d7f8033c32d08f973cd934be6efbb..e301cd2e38040fe705b59bf9448761fc7d093441 100644 (file)
                                </parameters>
                        </constructor>
                        <property name="search-mode" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
+                       <property name="subtitle" type="char*" readable="1" writable="0" construct="0" construct-only="0"/>
                        <signal name="desktop-folder" when="FIRST">
                                <return-type type="void"/>
                                <parameters>
                                        <parameter name="sidebar" type="GtkPlacesSidebar*"/>
                                </parameters>
                        </method>
+                       <method name="get_show_trash" symbol="gtk_places_sidebar_get_show_trash">
+                               <return-type type="gboolean"/>
+                               <parameters>
+                                       <parameter name="sidebar" type="GtkPlacesSidebar*"/>
+                               </parameters>
+                       </method>
                        <method name="list_shortcuts" symbol="gtk_places_sidebar_list_shortcuts">
                                <return-type type="GSList*"/>
                                <parameters>
                                        <parameter name="show_recent" type="gboolean"/>
                                </parameters>
                        </method>
+                       <method name="set_show_trash" symbol="gtk_places_sidebar_set_show_trash">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="sidebar" type="GtkPlacesSidebar*"/>
+                                       <parameter name="show_trash" type="gboolean"/>
+                               </parameters>
+                       </method>
                        <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="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-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="gint"/>
                                <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="widget" type="GtkWidget*"/>
+                               </parameters>
+                       </method>
                        <method name="get_frame_clock" symbol="gtk_widget_get_frame_clock">
                                <return-type type="GdkFrameClock*"/>
                                <parameters>
                                        <parameter name="events" type="gint"/>
                                </parameters>
                        </method>
+                       <method name="set_font_options" symbol="gtk_widget_set_font_options">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="widget" type="GtkWidget*"/>
+                                       <parameter name="options" type="cairo_font_options_t*"/>
+                               </parameters>
+                       </method>
                        <method name="set_halign" symbol="gtk_widget_set_halign">
                                <return-type type="void"/>
                                <parameters>
                                </parameters>
                        </vfunc>
                </interface>
-               <constant name="GTK_BINARY_AGE" type="int" value="1703"/>
+               <constant name="GTK_BINARY_AGE" type="int" value="1704"/>
                <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="3"/>
+               <constant name="GTK_MICRO_VERSION" type="int" value="4"/>
                <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 71a00672302031a0eb6d4a6c8c914e33c9682887..ddf657120017836c857f7408ceda13bae86b0bcc 100644 (file)
@@ -1657,6 +1657,7 @@ gtk_widget_render_icon transfer_ownership="1"
 gtk_widget_render_icon_pixbuf transfer_ownership="1"
 gtk_widget_reset_rc_styles deprecated_since="3.0" replacement="reset_style"
 gtk_widget_set_accel_path.* nullable="1"
+gtk_widget_set_font_options.options nullable="1"
 gtk_widget_set_parent.parent type_name="Gtk.Container" ctype="GtkWidget*"
 gtk_widget_set_scroll_adjustments.hadjustment nullable="1"
 gtk_widget_set_scroll_adjustments.vadjustment nullable="1"