/[gtktalog]/gtktalog/src/setup_trees.h
ViewVC logotype

Diff of /gtktalog/src/setup_trees.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by chevdor, Tue Oct 28 22:34:47 2003 UTC revision 1.4 by chevdor, Wed Oct 29 23:38:53 2003 UTC
# Line 24  enum Line 24  enum
24      BROWSING_TREE_COLUMN_POINTER,      BROWSING_TREE_COLUMN_POINTER,
25      BROWSING_TREE_NUM_COLUMNS      BROWSING_TREE_NUM_COLUMNS
26    };    };
   
   
 // Struct and enum for the "mime type to skip" frame  
   
 //! Structure of a "Mime Type To Skip"  
 typedef struct  
 {  
   gboolean  state;  
   gchar    *mime_type;  
 }  
 mime_type_to_skip_t;  
27        
28  //! List of the fields in the "Mime Types to Skip" dialog  //! List of the fields in the "Mime Types to Skip" dialog
29  enum  enum
# Line 44  enum Line 33  enum
33      MIME_TYPES_TO_SKIP_NUM_COLUMNS      MIME_TYPES_TO_SKIP_NUM_COLUMNS
34    };    };
35    
 //! Structure of a VFS entry    
 typedef struct  
 {  
   gboolean  state;  
   gchar    *file_type;  
   gchar    *plugin;  
   gchar     *options;  
 }  
 vfs_t;  
   
36  //! List of the fields in the "VFS" dialog    //! List of the fields in the "VFS" dialog  
37  enum  enum
38    {    {

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26