Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

_MlViewFileDescriptorPrivate Struct Reference

This object is an encapsulation (at least for future portability issues) of a file handle. More...


Data Fields

gchar * uri_str
xmlURI * uri
time_t last_modif_date
gboolean is_local


Detailed Description

This object is an encapsulation (at least for future portability issues) of a file handle.

All the access to file system (either local or remote) should be made via the apis exposed by this object. The api is far from being complete but MlView uses it to have infos about the local files.

Definition at line 39 of file mlview-file-descriptor.c.


Field Documentation

gboolean _MlViewFileDescriptorPrivate::is_local
 

Definition at line 44 of file mlview-file-descriptor.c.

time_t _MlViewFileDescriptorPrivate::last_modif_date
 

Definition at line 43 of file mlview-file-descriptor.c.

xmlURI* _MlViewFileDescriptorPrivate::uri
 

Definition at line 42 of file mlview-file-descriptor.c.

gchar* _MlViewFileDescriptorPrivate::uri_str
 

Definition at line 41 of file mlview-file-descriptor.c.


The documentation for this struct was generated from the following file:
Generated on Sat Jul 6 09:57:41 2002 for Gnome-MlView by doxygen1.2.16