comparison src/typedefs.h @ 1466:6e020d3ab168

added possibility to update existing layout window from config
author nadvornik
date Fri, 20 Mar 2009 14:36:59 +0000
parents 25168240a247
children 38925ff71a46
comparison
equal deleted inserted replaced
1465:400ecfc3d8b1 1466:6e020d3ab168
479 GHashTable *modified_xmp; // hash table which contains unwritten xmp metadata in format: key->list of string values 479 GHashTable *modified_xmp; // hash table which contains unwritten xmp metadata in format: key->list of string values
480 }; 480 };
481 481
482 struct _LayoutOptions 482 struct _LayoutOptions
483 { 483 {
484 gchar *id;
485
484 gchar *order; 486 gchar *order;
485 gint style; 487 gint style;
486 488
487 DirViewType dir_view_type; 489 DirViewType dir_view_type;
488 FileViewType file_view_type; 490 FileViewType file_view_type;