Got Gtk-Doc working. Now all the fancy /** comments before the functions
[rodin/chimara.git] / src / fileref.h
index 6dcefeddf693d6ac11ba6e60e1c0803c3309ad15..0ee0c47807fa0e597ae55184ed8362a87a731741 100644 (file)
@@ -4,8 +4,15 @@
 #include <gtk/gtk.h>
 #include "glk.h"
 
+/**
+ * glk_fileref_struct:
+ *
+ * This is an opaque structure (see <link linkend="chimara-Opaque-Structures">
+ * Opaque Structures</link> and should not be accessed directly.
+ */
 struct glk_fileref_struct
 {
+       /*< private >*/
        glui32 rock;
        /* Pointer to the list node in the global fileref list that contains this
        fileref */