/** * GtkdocEnum: * @GTKDOC_ENUM_V1: first * @GTKDOC_ENUM_V2: second * Since: 0.10 * * Enum values for the #GtkdocEnum type. */ GtkdocEnum GTKDOC_ENUM_V1 first GTKDOC_ENUM_V2 second Since: 0.10 Enum values for the #GtkdocEnum type. /** * GtkdocPlainOldData: * @n: Some integer member. * @x: Some floating point member. * * Unboxed plain old data that should default to public members. **/ GtkdocPlainOldData n Some integer member. x Some floating point member. Unboxed plain old data that should default to public members. /** * GtkdocBoxedPlainOldData: * @n: Some integer member. * @x: Some floating point member. * * Boxed plain old data that should default to public members. **/ GtkdocBoxedPlainOldData n Some integer member. x Some floating point member. Boxed plain old data that should default to public members.