diff dwt/internal/gtk/c/glibtypes.d @ 32:b7c28480e3e0

removed exclude for OS.d in dsss.conf
author Frank Benoit <benoit@tionex.de>
date Wed, 09 Jan 2008 07:07:50 +0100
parents b73b14942338
children
line wrap: on
line diff
--- a/dwt/internal/gtk/c/glibtypes.d	Wed Jan 09 06:57:07 2008 +0100
+++ b/dwt/internal/gtk/c/glibtypes.d	Wed Jan 09 07:07:50 2008 +0100
@@ -1947,7 +1947,12 @@
  * gpointerdata;
  * holds the element's data, which can be a pointer to any kind of data,
  */
-public struct GList{}
+public struct GList{
+    void * data;
+    GList * next;
+    GList * prev;
+}
+
 // void* data;
 // glib-Doubly-Linked-Lists.html
 // GList *next;