Got Gtk-Doc working. Now all the fancy /** comments before the functions
[projects/chimara/chimara.git] / src / window.h
index 7a140991e171bbf0be467b2441e151091dc14e36..30fe53d8834b3d2237bd1c2c4205699d6c827a33 100644 (file)
@@ -18,8 +18,15 @@ enum InputRequestType
        INPUT_REQUEST_LINE_UNICODE
 };
 
+/**
+ * glk_window_struct:
+ *
+ * This is an opaque structure (see <link linkend="chimara-Opaque-Structures">
+ * Opaque Structures</link> and should not be accessed directly.
+ */
 struct glk_window_struct
 {
+       /*< private >*/
        glui32 rock;
        /* Pointer to the node in the global tree that contains this window */
        GNode *window_node;