hildon-fm-2 Reference Manual

Synopsis

public class FileSystemModel : Object, TreeModel, TreeDragSource  {
    public    weak string               backend                   { get; construct } ;
    public    weak void                 backend_object            { get; construct } ;
    public    weak bool                 multi_root                { get; construct } ;
    public    weak Gtk.Widget           ref_widget                { get; set; } ;
    public    weak string               root_dir                  { get; construct } ;
    public    weak void                 thumbnail_callback        { get; set; } ;


    public                              FileSystemModel.item      ( FileSystemModel     model,
                                                                    Gtk.TreeIter        parent,
                                                                    string              stub_name,
                                                                    string              extension ) ;


    public    signal void               device_disconnected       ( Gtk.TreeIter        iter )  ;
    public    signal void               finished_loading          ( Gtk.TreeIter        iter )  ;


    public    weak string               autoname_uri              ( string              uri ) 
                                                             throws GLib.Error;
    public    void                      iter_available            ( Gtk.TreeIter        iter,
                                                                    bool                available ) ;
    public    bool                      load_local_path           ( string              path,
                                                                    Gtk.TreeIter        iter ) ;
    public    bool                      load_uri                  ( string              uri,
                                                                    Gtk.TreeIter        iter ) ;
    public    void                      reset_available           (  ) ;
    public    bool                      search_local_path         ( string              path,
                                                                    Gtk.TreeIter        iter,
                                                                    Gtk.TreeIter        start_iter,
                                                                    bool                recursive ) ;
    public    bool                      search_uri                ( string              uri,
                                                                    Gtk.TreeIter        iter,
                                                                    Gtk.TreeIter        start_iter,
                                                                    bool                recursive ) ;
}

FileSystemModel Description

Details

Constructor Details

FileSystemModel.item ()
    public                              FileSystemModel.item      ( FileSystemModel     model,
                                                                    Gtk.TreeIter        parent,
                                                                    string              stub_name,
                                                                    string              extension ) ;		

Field Details

Signal Details

device_disconnected
    public    signal void               device_disconnected       ( Gtk.TreeIter        iter )  ;		

finished_loading
    public    signal void               finished_loading          ( Gtk.TreeIter        iter )  ;		

Property Details

backend
    public    weak string               backend                   { get; construct } ;		

backend_object
    public    weak void                 backend_object            { get; construct } ;		

multi_root
    public    weak bool                 multi_root                { get; construct } ;		

ref_widget
    public    weak Gtk.Widget           ref_widget                { get; set; } ;		

root_dir
    public    weak string               root_dir                  { get; construct } ;		

thumbnail_callback
    public    weak void                 thumbnail_callback        { get; set; } ;		

Method Details

autoname_uri ()
    public    weak string               autoname_uri              ( string              uri ) 
                                                             throws GLib.Error;		

iter_available ()
    public    void                      iter_available            ( Gtk.TreeIter        iter,
                                                                    bool                available ) ;		

load_local_path ()
    public    bool                      load_local_path           ( string              path,
                                                                    Gtk.TreeIter        iter ) ;		

load_uri ()
    public    bool                      load_uri                  ( string              uri,
                                                                    Gtk.TreeIter        iter ) ;		

reset_available ()
    public    void                      reset_available           (  ) ;		

search_local_path ()
    public    bool                      search_local_path         ( string              path,
                                                                    Gtk.TreeIter        iter,
                                                                    Gtk.TreeIter        start_iter,
                                                                    bool                recursive ) ;		

search_uri ()
    public    bool                      search_uri                ( string              uri,
                                                                    Gtk.TreeIter        iter,
                                                                    Gtk.TreeIter        start_iter,
                                                                    bool                recursive ) ;		


Created by Valadoc