More docs fixes

Remove the g*alias.h from the ignore lists

  Remove other old files from ignore lists

  Clean up gobject docs
This commit is contained in:
Ryan Lortie
2010-07-12 17:46:17 -04:00
parent de5afbc7cc
commit adde752ec5
5 changed files with 9 additions and 10 deletions

View File

@@ -965,6 +965,8 @@ struct _GParamSpecVariant
GParamSpec parent_instance;
GVariantType *type;
GVariant *default_value;
/*< private >*/
gpointer padding[4];
};