Clarify the comments that some fields in GtkFileSystemModel can be NULL
Signed-off-by: Federico Mena Quintero <federico@novell.com>
This commit is contained in:
parent
88bb9342ab
commit
93588c6d5c
@ -65,8 +65,8 @@ struct _GtkFileSystemModel
|
|||||||
|
|
||||||
GFile * dir; /* directory that's displayed */
|
GFile * dir; /* directory that's displayed */
|
||||||
guint dir_thaw_source;/* GSource id for unfreezing the model */
|
guint dir_thaw_source;/* GSource id for unfreezing the model */
|
||||||
char * attributes; /* attributes the file info must contain */
|
char * attributes; /* attributes the file info must contain, or NULL for all attributes */
|
||||||
GFileMonitor * dir_monitor; /* directory that is monitored */
|
GFileMonitor * dir_monitor; /* directory that is monitored, or NULL if monitoring was not supported */
|
||||||
|
|
||||||
GCancellable * cancellable; /* cancellable in use for all operations - cancelled on dispose */
|
GCancellable * cancellable; /* cancellable in use for all operations - cancelled on dispose */
|
||||||
GArray * files; /* array of FileModelNode containing all our files */
|
GArray * files; /* array of FileModelNode containing all our files */
|
||||||
|
Loading…
Reference in New Issue
Block a user