* color may be applied instead of the foreground. Setting this property
* will always override those defaults.
*
- * Since: 3.18
+ * Since: 3.16
*/
g_object_class_install_property (object_class,
PROP_UNDERLINE_RGBA,
* This property modifies the color of strikeouts. If not set, strikeouts
* will use the forground color.
*
- * Since: 3.18
+ * Since: 3.16
*/
g_object_class_install_property (object_class,
PROP_STRIKETHROUGH_RGBA,
*
* If the #GtkTextTag:underline-rgba property has been set.
*
- * Since: 3.18
+ * Since: 3.16
*/
ADD_SET_PROP ("underline-rgba-set", PROP_UNDERLINE_RGBA_SET,
P_("Underline RGBA set"),
*
* If the #GtkTextTag:strikethrough-rgba property has been set.
*
- * Since: 3.18
+ * Since: 3.16
*/
ADD_SET_PROP ("strikethrough-rgba-set", PROP_STRIKETHROUGH_RGBA_SET,
P_("Strikethrough RGBA set"),