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 ();
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 ();
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);
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 {
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 ();
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);
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; }
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 ();
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);
<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"/>