]> Pileus Git - ~andy/gtk/commitdiff
GdkVisual: tell gtk-doc to ignore the innards
authorMatthias Clasen <mclasen@redhat.com>
Fri, 1 Oct 2010 11:37:26 +0000 (07:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 1 Oct 2010 11:37:26 +0000 (07:37 -0400)
gdk/gdkvisual.h

index 95fb441bf56cb2cfe8bb478f53e3f702da7b3717..80d742ff9a82c146bfdb8bcdf257189a423a814f 100644 (file)
@@ -78,7 +78,8 @@ typedef enum
 struct _GdkVisual
 {
   GObject parent_instance;
-  
+
+  /*< private >*/
   GdkVisualType GSEAL (type);
   gint GSEAL (depth);
   GdkByteOrder GSEAL (byte_order);