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

@@ -51,10 +51,15 @@ enum /*< skip >*/
};
/* vararg union holding actuall values collected
/* vararg union holding actual values collected
*/
/**
* GTypeCValue:
* @v_int: the field for holding integer values
* @v_long: the field for holding long integer values
* @v_int64: the field for holding 64 bit integer values
* @v_double: the field for holding floating point values
* @v_pointer: the field for holding pointers
*
* A union holding one collected value.
*/