Fix up GDK docs

This commit is contained in:
Matthias Clasen
2010-12-25 00:02:39 -05:00
parent 436e75c34c
commit 27ce9421d0
19 changed files with 412 additions and 274 deletions

View File

@ -34,6 +34,7 @@ struct _GdkVisual
{
GObject parent_instance;
/*< private >*/
GdkVisualType type;
gint depth;
GdkByteOrder byte_order;