textview: Fix "Since" versions after backport
authorRico Tzschichholz <ricotz@ubuntu.com>
Wed, 25 Mar 2015 19:52:43 +0000 (20:52 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 25 Mar 2015 19:52:43 +0000 (20:52 +0100)
Fix for 28063ee2e42e7ce47b7bd5326f2d53875a377d57 which got cherry-picked
to 3.16

gtk/gtktexttag.c

index 92962751afe37785e0b9bf4e704b9c27f3cb9443..58ab9fa9714a87994d186d58f6452d5ec57547cb 100644 (file)
@@ -534,7 +534,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
    * 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,
@@ -550,7 +550,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
    * 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,
@@ -792,7 +792,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
    *
    * 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"),
@@ -803,7 +803,7 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
    *
    * 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"),