/[graveman]/graveman/current/include/declare.h
ViewVC logotype

Diff of /graveman/current/include/declare.h

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

revision 1.3 by scresto, Sun Feb 27 03:34:11 2005 UTC revision 1.4 by scresto, Wed Apr 20 01:00:31 2005 UTC
# Line 99  typedef struct { Line 99  typedef struct {
99    GHashTable *data;    GHashTable *data;
100  } Tgrave;  } Tgrave;
101    
102    /* themes */
103    typedef struct {
104      gchar *path;
105      gchar *name;
106      gchar *desc;
107      gchar *author;
108      gchar *date;
109      gchar *url;
110      guint version;
111    } Ttheme;
112    
113    typedef struct {
114      gchar *code;
115      gchar *desc;
116    } Timages;
117    
118  #endif  #endif
119    
120  /*  /*

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