/[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.2 by ymettier, Mon May 19 20:08:40 2003 UTC revision 1.3 by chevdor, Tue Oct 28 22:34:47 2003 UTC
# Line 28  enum Line 28  enum
28    
29  // Struct and enum for the "mime type to skip" frame  // Struct and enum for the "mime type to skip" frame
30    
31    //! Structure of a "Mime Type To Skip"
32  typedef struct  typedef struct
33  {  {
34    gboolean  state;    gboolean  state;
# Line 35  typedef struct Line 36  typedef struct
36  }  }
37  mime_type_to_skip_t;  mime_type_to_skip_t;
38        
39    //! List of the fields in the "Mime Types to Skip" dialog
40  enum  enum
41    {    {
42      MIME_TYPES_TO_SKIP_COLUMN_STATE,      MIME_TYPES_TO_SKIP_COLUMN_STATE,
# Line 42  enum Line 44  enum
44      MIME_TYPES_TO_SKIP_NUM_COLUMNS      MIME_TYPES_TO_SKIP_NUM_COLUMNS
45    };    };
46    
47    //! Structure of a VFS entry  
48    typedef struct
49    {
50      gboolean  state;
51      gchar    *file_type;
52      gchar    *plugin;
53      gchar     *options;
54    }
55    vfs_t;
56    
57    //! List of the fields in the "VFS" dialog  
58    enum
59      {
60        VFS_COLUMN_STATE,                     //! < States whether this entry is enabled or not
61        VFS_COLUMN_FILE_TYPE,              
62        VFS_COLUMN_PLUGIN,
63        VFS_COLUMN_OPTIONS,                 //! < List of the options
64        VFS_NUM_COLUMNS
65      };
66    
67      
68  #endif  #endif

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

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