Remove the g*alias.h from the ignore lists
Remove other old files from ignore lists
Clean up gobject docs
ginotifyfilemonitor.h \
gio-marshal.h \
gio.h \
- gioalias.h \
- gioalias.h \
gkeyfilesettingsbackend.h \
gioenumtypes.h \
giomodule-priv.h \
# Headers to ignore
IGNORE_HFILES= \
- build \
- gobject \
- gio \
- config.h \
gdatasetprivate.h \
glibintl.h \
gbsearcharray.h \
gunichartables.h \
glib_trace.h \
libcharset.h \
- glibconfig-sysdefs.h \
gdebug.h \
gprintfint.h \
- galias.h \
gmirroringtable.h \
gscripttable.h \
glib-mirroring-tab \
# Headers to ignore
IGNORE_HFILES = \
- gobjectalias.h \
+ gobject_trace.h \
gatomicarray.h
# CFLAGS and LDFLAGS for compiling scan program. Only needed
GParamSpec parent_instance;
GVariantType *type;
GVariant *default_value;
+
+ /*< private >*/
gpointer padding[4];
};
};
-/* 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.
*/