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