finch/libgnt/gntwm.h

branch
gtkdoc-conversion
changeset 35423
a453e49dc579
parent 35411
6e54ded69510
child 35446
c0f80955551d
child 37055
af1ec3eb15f5
--- a/finch/libgnt/gntwm.h	Sun Feb 02 18:11:58 2014 +0530
+++ b/finch/libgnt/gntwm.h	Sun Feb 02 23:11:11 2014 +0530
@@ -49,7 +49,9 @@
 	GNT_KP_MODE_WAIT_ON_CHILD
 } GntKeyPressMode;
 
-typedef struct _GntNode
+typedef struct _GntNode GntNode;
+
+struct _GntNode
 {
 	GntWidget *me;
 
@@ -57,7 +59,7 @@
 	int scroll;
 	PANEL *panel;
 	GntWS *ws;
-} GntNode;
+};
 
 typedef struct _GntWM GntWM;
 
@@ -122,6 +124,7 @@
 
 	GHashTable *positions;
 
+	/*< private >*/
 	void *res1;
 	void *res2;
 	void *res3;

mercurial