mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-19 18:00:09 +00:00
Oops, it's gsize, not GSize
Signed-off-by: Federico Mena Quintero <federico@novell.com>
This commit is contained in:
parent
1d283145bf
commit
02d96465f4
@ -139,7 +139,7 @@ struct _GtkFileSystemModel
|
|||||||
|
|
||||||
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 */
|
||||||
GSize node_size; /* Size of a FileModelNode structure once its ->values field has n_columns */
|
gsize node_size; /* Size of a FileModelNode structure once its ->values field has n_columns */
|
||||||
guint n_nodes_valid; /* count of valid nodes (i.e. those whose node->row is accurate) */
|
guint n_nodes_valid; /* count of valid nodes (i.e. those whose node->row is accurate) */
|
||||||
GHashTable * file_lookup; /* mapping of GFile => array index in model->files
|
GHashTable * file_lookup; /* mapping of GFile => array index in model->files
|
||||||
* This hash table doesn't always have the same number of entries as the files array;
|
* This hash table doesn't always have the same number of entries as the files array;
|
||||||
|
Loading…
Reference in New Issue
Block a user