]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gdk-3.0, gtk+-3.0: Update to 3.11.1+
authorRico Tzschichholz <ricotz@t-online.de>
Thu, 14 Nov 2013 10:24:50 +0000 (11:24 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Thu, 14 Nov 2013 10:24:50 +0000 (11:24 +0100)
vapi/gdk-3.0.vapi
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.gi

index aa8bd533c3ecc3e92b0b5ac006ed7a35fb00d089..cde943ea86a6ff9f2e3e632fc8c678d018f71302 100644 (file)
@@ -4969,6 +4969,7 @@ namespace Gdk {
                public Gdk.DragProtocol get_drag_protocol (out Gdk.Window target);
                public unowned Gdk.Window get_effective_parent ();
                public unowned Gdk.Window get_effective_toplevel ();
+               public bool get_event_compression ();
                public Gdk.EventMask get_events ();
                public bool get_focus_on_map ();
                public unowned Gdk.FrameClock get_frame_clock ();
@@ -5040,6 +5041,7 @@ namespace Gdk {
                public void set_decorations (Gdk.WMDecoration decorations);
                public void set_device_cursor (Gdk.Device device, Gdk.Cursor cursor);
                public void set_device_events (Gdk.Device device, Gdk.EventMask event_mask);
+               public void set_event_compression (bool event_compression);
                public void set_events (Gdk.EventMask event_mask);
                public void set_focus_on_map (bool focus_on_map);
                public void set_fullscreen_mode (Gdk.FullscreenMode mode);
index d529687b0308baed8eb18ba8bd4a37936575cbbe..ff504c8c3dae62587b7a7dfc08ba297b9fb80316 100644 (file)
@@ -3490,6 +3490,7 @@ namespace Gtk {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public PlacesSidebar ();
                public void add_shortcut (GLib.File location);
+               public bool get_local_only ();
                public unowned GLib.File get_location ();
                public unowned GLib.File get_nth_bookmark (int n);
                public Gtk.PlacesOpenFlags get_open_flags ();
@@ -3497,10 +3498,12 @@ namespace Gtk {
                public bool get_show_desktop ();
                public unowned GLib.SList list_shortcuts ();
                public void remove_shortcut (GLib.File location);
+               public void set_local_only (bool local_only);
                public void set_location (GLib.File location);
                public void set_open_flags (Gtk.PlacesOpenFlags flags);
                public void set_show_connect_to_server (bool show_connect_to_server);
                public void set_show_desktop (bool show_desktop);
+               public bool local_only { get; set; }
                public GLib.File location { get; set; }
                public Gtk.PlacesOpenFlags open_flags { get; set; }
                public bool show_connect_to_server { get; set; }
@@ -4494,6 +4497,7 @@ namespace Gtk {
                public void add_titled (Gtk.Widget child, string name, string title);
                public bool get_homogeneous ();
                public uint get_transition_duration ();
+               public bool get_transition_running ();
                public Gtk.StackTransitionType get_transition_type ();
                public unowned Gtk.Widget get_visible_child ();
                public unowned string get_visible_child_name ();
@@ -4505,6 +4509,7 @@ namespace Gtk {
                public void set_visible_child_name (string name);
                public bool homogeneous { get; set construct; }
                public uint transition_duration { get; set construct; }
+               public bool transition_running { get; }
                public Gtk.StackTransitionType transition_type { get; set construct; }
                public Gtk.Widget visible_child { get; set; }
                public string visible_child_name { get; set; }
@@ -8121,7 +8126,9 @@ namespace Gtk {
                FOCUSED,
                BACKDROP,
                DIR_LTR,
-               DIR_RTL
+               DIR_RTL,
+               LINK,
+               VISITED
        }
        [CCode (cheader_filename = "gtk/gtk.h", cprefix = "GTK_STATE_")]
        public enum StateType {
index 96faef5912dad099c37b2400b7fa4483393b04a8..4f05a1c21cc525350b5c85755359b590c428216a 100644 (file)
                        <member name="GTK_STATE_FLAG_BACKDROP" value="64"/>
                        <member name="GTK_STATE_FLAG_DIR_LTR" value="128"/>
                        <member name="GTK_STATE_FLAG_DIR_RTL" value="256"/>
+                       <member name="GTK_STATE_FLAG_LINK" value="512"/>
+                       <member name="GTK_STATE_FLAG_VISITED" value="1024"/>
                </flags>
                <flags name="GtkTargetFlags" type-name="GtkTargetFlags" get-type="gtk_target_flags_get_type">
                        <member name="GTK_TARGET_SAME_APP" value="1"/>
                                        <parameter name="location" type="GFile*"/>
                                </parameters>
                        </method>
+                       <method name="get_local_only" symbol="gtk_places_sidebar_get_local_only">
+                               <return-type type="gboolean"/>
+                               <parameters>
+                                       <parameter name="sidebar" type="GtkPlacesSidebar*"/>
+                               </parameters>
+                       </method>
                        <method name="get_location" symbol="gtk_places_sidebar_get_location">
                                <return-type type="GFile*"/>
                                <parameters>
                                        <parameter name="location" type="GFile*"/>
                                </parameters>
                        </method>
+                       <method name="set_local_only" symbol="gtk_places_sidebar_set_local_only">
+                               <return-type type="void"/>
+                               <parameters>
+                                       <parameter name="sidebar" type="GtkPlacesSidebar*"/>
+                                       <parameter name="local_only" type="gboolean"/>
+                               </parameters>
+                       </method>
                        <method name="set_location" symbol="gtk_places_sidebar_set_location">
                                <return-type type="void"/>
                                <parameters>
                                        <parameter name="show_desktop" 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-connect-to-server" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
                                        <parameter name="stack" type="GtkStack*"/>
                                </parameters>
                        </method>
+                       <method name="get_transition_running" symbol="gtk_stack_get_transition_running">
+                               <return-type type="gboolean"/>
+                               <parameters>
+                                       <parameter name="stack" type="GtkStack*"/>
+                               </parameters>
+                       </method>
                        <method name="get_transition_type" symbol="gtk_stack_get_transition_type">
                                <return-type type="GtkStackTransitionType"/>
                                <parameters>
                        </method>
                        <property name="homogeneous" type="gboolean" readable="1" writable="1" construct="1" 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"/>
                        <property name="visible-child" type="GtkWidget*" readable="1" writable="1" construct="0" construct-only="0"/>
                        <property name="visible-child-name" type="char*" readable="1" writable="1" construct="0" construct-only="0"/>