diff options
author | Rico Tzschichholz <ricotz@t-online.de> | 2013-11-14 11:24:50 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2013-11-14 11:24:50 +0100 |
commit | 383dc7c2e62ec461171f1107111d9f6e5b5b0589 (patch) | |
tree | 8f6e4db5845b7185ad60ce5a55bc318d0a92aa05 | |
parent | c0e050cd0f23dc7df61546137983d6511378880a (diff) | |
download | vala-383dc7c2e62ec461171f1107111d9f6e5b5b0589.tar.gz |
gdk-3.0, gtk+-3.0: Update to 3.11.1+
-rw-r--r-- | vapi/gdk-3.0.vapi | 2 | ||||
-rw-r--r-- | vapi/gtk+-3.0.vapi | 9 | ||||
-rw-r--r-- | vapi/packages/gtk+-3.0/gtk+-3.0.gi | 23 |
3 files changed, 33 insertions, 1 deletions
diff --git a/vapi/gdk-3.0.vapi b/vapi/gdk-3.0.vapi index aa8bd533c..cde943ea8 100644 --- a/vapi/gdk-3.0.vapi +++ b/vapi/gdk-3.0.vapi @@ -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); diff --git a/vapi/gtk+-3.0.vapi b/vapi/gtk+-3.0.vapi index d529687b0..ff504c8c3 100644 --- a/vapi/gtk+-3.0.vapi +++ b/vapi/gtk+-3.0.vapi @@ -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 { diff --git a/vapi/packages/gtk+-3.0/gtk+-3.0.gi b/vapi/packages/gtk+-3.0/gtk+-3.0.gi index 96faef591..4f05a1c21 100644 --- a/vapi/packages/gtk+-3.0/gtk+-3.0.gi +++ b/vapi/packages/gtk+-3.0/gtk+-3.0.gi @@ -5287,6 +5287,8 @@ <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"/> @@ -18253,6 +18255,12 @@ <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> @@ -18300,6 +18308,13 @@ <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> @@ -18328,6 +18343,7 @@ <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"/> @@ -21444,6 +21460,12 @@ <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> @@ -21510,6 +21532,7 @@ </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"/> |