[vte/vte-next: 222/223] Remove Since: markers from API docs



commit 785f0aa532d4a903f7fa7470c34b5917a9be70c0
Author: Christian Persch <chpe gnome org>
Date:   Wed Jun 22 21:53:11 2011 +0200

    Remove Since: markers from API docs
    
    *All* the API is new in this release.

 src/palette.c        |    2 -
 src/pty.c            |   28 ---
 src/vte.c            |   79 --------
 src/vtepalettedefs.h |  526 --------------------------------------------------
 src/vtepty.h         |    6 -
 src/vteview.h        |    2 -
 6 files changed, 0 insertions(+), 643 deletions(-)
---
diff --git a/src/palette.c b/src/palette.c
index a990819..b19c6ef 100644
--- a/src/palette.c
+++ b/src/palette.c
@@ -100,8 +100,6 @@ write_style_property (const char *property_name,
                  " * %s\n"
                  " *\n"
                  " * The default color is <literal>%s</literal>.\n"
-                 " *\n"
-                 " * Since: 0.30\n"
                  " */\n"
                  "gtk_widget_class_install_style_property(widget_class,"
                  " g_param_spec_boxed (\"%s\", NULL, NULL, GDK_TYPE_RGBA,"
diff --git a/src/pty.c b/src/pty.c
index ac51983..91192e4 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -24,8 +24,6 @@
  *
  * The terminal widget uses these functions to start commands with new controlling
  * pseudo-terminals and to resize pseudo-terminals.
- *
- * Since: 0.26
  */
 
 #include <config.h>
@@ -196,8 +194,6 @@ typedef struct {
 
 /**
  * VtePty:
- *
- * Since: 0.26
  */
 struct _VtePty {
         GObject parent_instance;
@@ -229,8 +225,6 @@ struct _VtePtyClass {
  * @pty: a #VtePty
  *
  * FIXMEchpe
- *
- * Since: 0.26
  */
 void
 vte_pty_child_setup (VtePty *pty)
@@ -515,8 +509,6 @@ __vte_pty_spawn (VtePty *pty,
  * If setting the window size failed, @error will be set to a #GIOError.
  *
  * Returns: %TRUE on success, %FALSE on failure with @error filled in
- *
- * Since: 0.26
  */
 gboolean
 vte_pty_set_size(VtePty *pty,
@@ -574,8 +566,6 @@ vte_pty_set_size(VtePty *pty,
  * If getting the window size failed, @error will be set to a #GIOError.
  *
  * Returns: %TRUE on success, %FALSE on failure with @error filled in
- *
- * Since: 0.26
  */
 gboolean
 vte_pty_get_size(VtePty *pty,
@@ -1254,8 +1244,6 @@ _vte_pty_open_with_helper(VtePty *pty,
  * discipline do multibyte backspace correctly.
  *
  * Returns: %TRUE on success, %FALSE on failure with @error filled in
- *
- * Since: 0.26
  */
 gboolean
 vte_pty_set_utf8(VtePty *pty,
@@ -1307,8 +1295,6 @@ vte_pty_set_utf8(VtePty *pty,
  *
  * Cleans up the PTY, specifically any logging performed for the session.
  * The file descriptor to the PTY master remains open.
- *
- * Since: 0.26
  */
 void
 vte_pty_close (VtePty *pty)
@@ -1541,8 +1527,6 @@ vte_pty_class_init (VtePtyClass *klass)
          *
          * Controls how the session is recorded in lastlog, utmp, and wtmp,
          * and whether to use the GNOME PTY helper.
-         *
-         * Since: 0.26
          */
         g_object_class_install_property
                 (object_class,
@@ -1558,8 +1542,6 @@ vte_pty_class_init (VtePtyClass *klass)
          * VtePty:fd:
          *
          * The file descriptor of the PTY master.
-         *
-         * Since: 0.26
          */
         g_object_class_install_property
                 (object_class,
@@ -1575,8 +1557,6 @@ vte_pty_class_init (VtePtyClass *klass)
          *
          * The value to set for the TERM environment variable just after
          * forking.
-         *
-         * Since: 0.26
          */
         g_object_class_install_property
                 (object_class,
@@ -1596,8 +1576,6 @@ vte_pty_class_init (VtePtyClass *klass)
  * enumeration. See #GError for more information on error domains.
  *
  * Returns: the error domain for VTE PTY errors
- *
- * Since: 0.26
  */
 GQuark
 vte_pty_error_quark(void)
@@ -1640,8 +1618,6 @@ vte_pty_error_quark(void)
  * be no fallback to allocate a PTY using Unix98 PTY functions.
  *
  * Returns: (transfer full): a new #VtePty, or %NULL on error with @error filled in
- *
- * Since: 0.26
  */
 VtePty *
 vte_pty_new_sync (VtePtyFlags flags,
@@ -1669,8 +1645,6 @@ vte_pty_new_sync (VtePtyFlags flags,
  * and close it on finalize.
  *
  * Returns: (transfer full): a new #VtePty for @fd, or %NULL on error with @error filled in
- *
- * Since: 0.26
  */
 VtePty *
 vte_pty_new_foreign_sync (int fd,
@@ -1712,8 +1686,6 @@ vte_pty_get_fd (VtePty *pty)
  * @emulation: (allow-none): the name of a terminal description, or %NULL
  *
  * Sets what value of the TERM environment variable to set just after forking.
- *
- * Since: 0.26
  */
 void
 vte_pty_set_term (VtePty *pty,
diff --git a/src/vte.c b/src/vte.c
index 574e07c..bf45cf8 100644
--- a/src/vte.c
+++ b/src/vte.c
@@ -1431,8 +1431,6 @@ vte_view_set_cursor_from_regex_match(VteView *terminal, struct vte_match_regex *
  *
  * Clears the list of regular expressions the terminal uses to highlight text
  * when the user moves the mouse cursor.
- *
- * Since: 0.30
  */
 void
 vte_view_match_remove_all(VteView *terminal)
@@ -1504,8 +1502,6 @@ vte_view_cursor_new(VteView *terminal, GdkCursorType cursor_type)
  * this expression, the text will be highlighted.
  *
  * Returns: an integer associated with this expression
- *
- * Since: 0.17.1
  */
 int
 vte_view_match_add_gregex(VteView *terminal, GRegex *regex, GRegexMatchFlags flags)
@@ -1558,9 +1554,6 @@ vte_view_match_add_gregex(VteView *terminal, GRegex *regex, GRegexMatchFlags fla
  *
  * Sets which cursor the terminal will use if the pointer is over the pattern
  * specified by @tag.  The terminal keeps a reference to @cursor.
- *
- * Since: 0.11
- *
  */
 void
 vte_view_match_set_cursor(VteView *terminal, int tag, GdkCursor *cursor)
@@ -1585,9 +1578,6 @@ vte_view_match_set_cursor(VteView *terminal, int tag, GdkCursor *cursor)
  *
  * Sets which cursor the terminal will use if the pointer is over the pattern
  * specified by @tag.
- *
- * Since: 0.11.9
- *
  */
 void
 vte_view_match_set_cursor_type(VteView *terminal,
@@ -1613,9 +1603,6 @@ vte_view_match_set_cursor_type(VteView *terminal,
  *
  * Sets which cursor the terminal will use if the pointer is over the pattern
  * specified by @tag.
- *
- * Since: 0.17.1
- *
  */
 void
 vte_view_match_set_cursor_name(VteView *terminal,
@@ -2577,8 +2564,6 @@ vte_view_set_buffer(VteView *terminal,
  * @terminal: a #VteView
  *
  * Returns: (transfer none): the terminal's buffer
- *
- * Since: 0.30
  */
 VteBuffer *
 vte_view_get_buffer(VteView *terminal)
@@ -3241,8 +3226,6 @@ vte_buffer_watch_child (VteBuffer *buffer,
  *
  * Returns: (tranfer full) (type filename): a newly allocated string with the
  *   user's shell, or %NULL
- *
- * Since: 0.28
  */
 char *
 vte_get_user_shell (void)
@@ -6194,8 +6177,6 @@ vte_buffer_get_text(VteBuffer *buffer,
  * lines are included.
  *
  * Returns: (transfer full): a newly allocated text string, or %NULL.
- *
- * Since: 0.11.11
  */
 char *
 vte_buffer_get_text_include_trailing_spaces(VteBuffer *buffer,
@@ -6843,8 +6824,6 @@ vte_view_extend_selection(VteView *terminal, long x, long y,
  * @terminal: a #VteView
  *
  * Selects all text within the terminal (including the scrollback buffer).
- *
- * Since: 0.16
  */
 void
 vte_view_select_all (VteView *terminal)
@@ -7599,8 +7578,6 @@ vte_view_set_font(VteView *terminal,
  * @scale: the font scale
  *
  * Sets the terminal's font scale to @scale.
- *
- * Since: 0.30
  */
 void
 vte_view_set_font_scale(VteView *terminal,
@@ -7620,8 +7597,6 @@ vte_view_set_font_scale(VteView *terminal,
  * @terminal: a #VteView
  *
  * Returns: the terminal's font scale
- *
- * Since: 0.30
  */
 gdouble
 vte_view_get_font_scale(VteView *terminal)
@@ -7890,8 +7865,6 @@ vte_buffer_set_emulation(VteBuffer *buffer, const char *emulation)
  *
  * Returns: (transfer none) (type utf8): an interned string containing the name
  *   of the default terminal type the widget attempts to emulate
- *
- * Since: 0.30
  */
 const char *
 vte_get_default_emulation(void)
@@ -11276,8 +11249,6 @@ vte_view_class_init(VteViewClass *klass)
          * VteView:buffer:
          *
          * The terminal's buffer.
-         *
-         * Since: 0.30
          */
         g_object_class_install_property
                 (gobject_class,
@@ -11291,8 +11262,6 @@ vte_view_class_init(VteViewClass *klass)
          *
          * Controls whether or not the terminal will beep when the child outputs the
          * "bl" sequence.
-         * 
-         * Since: 0.20
          */
         g_object_class_install_property
                 (gobject_class,
@@ -11305,8 +11274,6 @@ vte_view_class_init(VteViewClass *klass)
          * VteView:font-scale:
          *
          * The terminal's font scale.
-         *
-         * Since: 0.30
          */
         g_object_class_install_property
                 (gobject_class,
@@ -11323,8 +11290,6 @@ vte_view_class_init(VteViewClass *klass)
          * Controls the value of the terminal's mouse autohide setting.  When autohiding
          * is enabled, the mouse cursor will be hidden when the user presses a key and
          * shown when the user moves the mouse.
-         * 
-         * Since: 0.20
          */
         g_object_class_install_property
                 (gobject_class,
@@ -11339,8 +11304,6 @@ vte_view_class_init(VteViewClass *klass)
          * Controls whether or not the terminal will forcibly scroll to the bottom of
          * the viewable history when the user presses a key.  Modifier keys do not
          * trigger this behavior.
-         *
-         * Since: 0.20
          */
         g_object_class_install_property
                 (gobject_class,
@@ -11354,8 +11317,6 @@ vte_view_class_init(VteViewClass *klass)
          *
          * Controls whether or not the terminal will forcibly scroll to the bottom of
          * the viewable history when the new data is received from the child.
-         * 
-         * Since: 0.20
          */
         g_object_class_install_property
                 (gobject_class,
@@ -11374,8 +11335,6 @@ vte_view_class_init(VteViewClass *klass)
          *
          * As a special case, when setting this to %NULL or the empty string, the terminal will
          * treat all graphic non-punctuation non-space characters as word characters.
-         * 
-         * Since: 0.20
          */
         g_object_class_install_property
                 (gobject_class,
@@ -11390,8 +11349,6 @@ vte_view_class_init(VteViewClass *klass)
          * Controls whether the terminal will present a visible bell to the
          * user when the child outputs the "bl" sequence.  The terminal
          * will clear itself to the default foreground color and then repaint itself.
-         * 
-         * Since: 0.20
          */
         g_object_class_install_property
                 (gobject_class,
@@ -11408,8 +11365,6 @@ vte_view_class_init(VteViewClass *klass)
          * Controls whether or not the terminal will attempt to draw bold text.
          * This may happen either by using a bold font variant, or by
          * repainting text with a different offset.
-         *
-         * Since: 0.30
          */
         gtk_widget_class_install_style_property
                 (widget_class,
@@ -11422,8 +11377,6 @@ vte_view_class_init(VteViewClass *klass)
          *
          * Sets whether or not the cursor will blink. Using %VTE_CURSOR_BLINK_SYSTEM
          * will use the #GtkSettings::gtk-cursor-blink setting.
-         *
-         * Since: 0.30
          */
         gtk_widget_class_install_style_property
                 (widget_class,
@@ -11436,8 +11389,6 @@ vte_view_class_init(VteViewClass *klass)
          * VteView:cursor-shape:
          *
          * Controls the shape of the cursor.
-         *
-         * Since: 0.30
          */
         gtk_widget_class_install_style_property
                 (widget_class,
@@ -11451,8 +11402,6 @@ vte_view_class_init(VteViewClass *klass)
          *
          * Specifies the font used for rendering all text displayed by the terminal.
          * Must be a monospaced font!
-         *
-         * Since: 0.30
          */
         gtk_widget_class_install_style_property
                 (widget_class,
@@ -11470,8 +11419,6 @@ vte_view_class_init(VteViewClass *klass)
          * set reverse mode explicitly. In case both this style property and
          * the application select reverse mode, the terminal draws in
          * non-reverse mode.
-         *
-         * Since: 0.30
          */
         gtk_widget_class_install_style_property
                 (widget_class,
@@ -11491,8 +11438,6 @@ vte_view_class_init(VteViewClass *klass)
          * If set to %VTE_EFFECT_COLOR, the cursor is drawn
          * with the background color from the #VteView:cursor-background-color
          * style property.
-         *
-         * Since: 0.30
          */
         gtk_widget_class_install_style_property
                 (widget_class,
@@ -11509,8 +11454,6 @@ vte_view_class_init(VteViewClass *klass)
          * If set to %VTE_EFFECT_COLOR, reversed text is drawn
          * with the background color from the #VteView:reverse-background-color
          * style property.
-         *
-         * Since: 0.30
          */
         gtk_widget_class_install_style_property
                 (widget_class,
@@ -11527,8 +11470,6 @@ vte_view_class_init(VteViewClass *klass)
          * If set to %VTE_EFFECT_COLOR, selected text is drawn
          * with the background color from the #VteView:selection-background-color
          * style property.
-         *
-         * Since: 0.30
          */
         gtk_widget_class_install_style_property
                 (widget_class,
@@ -13112,8 +13053,6 @@ vte_buffer_write_contents_sync (VteBuffer *buffer,
  * @flags: flags from #GRegexMatchFlags
  *
  * Sets the #GRegex regex to search for. Unsets the search regex when passed %NULL.
- *
- * Since: 0.26
  */
 void
 vte_view_search_set_gregex (VteView *terminal,
@@ -13143,8 +13082,6 @@ vte_view_search_set_gregex (VteView *terminal,
  * @terminal: a #VteView
  *
  * Returns: (transfer none): the search #GRegex regex set in @terminal, or %NULL
- *
- * Since: 0.26
  */
 GRegex *
 vte_view_search_get_gregex (VteView *terminal)
@@ -13161,8 +13098,6 @@ vte_view_search_get_gregex (VteView *terminal)
  *
  * Sets whether search should wrap around to the beginning of the
  * terminal content when reaching its end.
- * 
- * Since: 0.26
  */
 void
 vte_view_search_set_wrap_around (VteView *terminal,
@@ -13178,8 +13113,6 @@ vte_view_search_set_wrap_around (VteView *terminal,
  * @terminal: a #VteView
  *
  * Returns: whether searching will wrap around
- *
- * Since: 0.26
  */
 gboolean
 vte_view_search_get_wrap_around (VteView *terminal)
@@ -13395,8 +13328,6 @@ vte_view_search_find (VteView *terminal,
  * vte_view_search_set_gregex().
  *
  * Returns: %TRUE if a match was found
- *
- * Since: 0.26
  */
 gboolean
 vte_view_search_find_previous (VteView *terminal)
@@ -13412,8 +13343,6 @@ vte_view_search_find_previous (VteView *terminal)
  * vte_view_search_set_gregex().
  *
  * Returns: %TRUE if a match was found
- *
- * Since: 0.26
  */
 gboolean
 vte_view_search_find_next (VteView *terminal)
@@ -13577,8 +13506,6 @@ vte_view_iter_is_visible(VteView *view,
  * @short_description: FIXME
  *
  * Long description FIXME.
- *
- * Since: 0.30
  */
 
 void
@@ -14358,8 +14285,6 @@ vte_buffer_class_init(VteBufferClass *klass)
          * Sets what type of buffer the widget attempts to emulate by scanning for
          * control sequences defined in the system's termcap file.  Unless you
          * are interested in this feature, always use the default which is "xterm".
-         *
-         * Since: 0.20
          */
         g_object_class_install_property
                 (gobject_class,
@@ -14375,8 +14300,6 @@ vte_buffer_class_init(VteBufferClass *klass)
          * be encoded with.  For certain buffer types, applications executing in the
          * buffer can change the encoding.  The default is defined by the
          * application's locale settings.
-         *
-         * Since: 0.20
          */
         g_object_class_install_property
                 (gobject_class,
@@ -14446,8 +14369,6 @@ vte_buffer_class_init(VteBufferClass *klass)
  * vte_buffer_new:
  *
  * Returns: (transfer full): a new #VteBuffer
- *
- * Since: 0.30
  */
 VteBuffer *
 vte_buffer_new(void)
diff --git a/src/vtepalettedefs.h b/src/vtepalettedefs.h
index cfc3f55..d4aaed8 100644
--- a/src/vtepalettedefs.h
+++ b/src/vtepalettedefs.h
@@ -8,8 +8,6 @@
  * The black color in the palette.
  *
  * The default color is <literal>rgb(0,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("black-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -19,8 +17,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("black
  * The red color in the palette.
  *
  * The default color is <literal>rgb(191,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("red-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -30,8 +26,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("red-c
  * The green color in the palette.
  *
  * The default color is <literal>rgb(0,191,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("green-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -41,8 +35,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("green
  * The yellow color in the palette.
  *
  * The default color is <literal>rgb(191,191,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("yellow-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -52,8 +44,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("yello
  * The blue color in the palette.
  *
  * The default color is <literal>rgb(0,0,191)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("blue-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -63,8 +53,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("blue-
  * The magenta color in the palette.
  *
  * The default color is <literal>rgb(191,0,191)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("magenta-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -74,8 +62,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("magen
  * The cyan color in the palette.
  *
  * The default color is <literal>rgb(0,191,191)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("cyan-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -85,8 +71,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("cyan-
  * The white color in the palette.
  *
  * The default color is <literal>rgb(191,191,191)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("white-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -96,8 +80,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("white
  * The bright black color in the palette.
  *
  * The default color is <literal>rgb(0,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("bright-black-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -107,8 +89,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("brigh
  * The bright red color in the palette.
  *
  * The default color is <literal>rgb(255,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("bright-red-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -118,8 +98,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("brigh
  * The bright green color in the palette.
  *
  * The default color is <literal>rgb(0,255,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("bright-green-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -129,8 +107,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("brigh
  * The bright yellow color in the palette.
  *
  * The default color is <literal>rgb(255,255,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("bright-yellow-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -140,8 +116,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("brigh
  * The bright blue color in the palette.
  *
  * The default color is <literal>rgb(0,0,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("bright-blue-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -151,8 +125,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("brigh
  * The bright magenta color in the palette.
  *
  * The default color is <literal>rgb(255,0,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("bright-magenta-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -162,8 +134,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("brigh
  * The bright cyan color in the palette.
  *
  * The default color is <literal>rgb(0,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("bright-cyan-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -173,8 +143,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("brigh
  * The bright white color in the palette.
  *
  * The default color is <literal>rgb(255,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("bright-white-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -184,8 +152,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("brigh
  * The (1, 1, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-1-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -195,8 +161,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 1, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,0,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-1-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -206,8 +170,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 1, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,0,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-1-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -217,8 +179,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 1, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,0,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-1-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -228,8 +188,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 1, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,0,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-1-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -239,8 +197,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 1, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,0,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-1-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -250,8 +206,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 2, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,95,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-2-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -261,8 +215,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 2, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,95,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-2-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -272,8 +224,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 2, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,95,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-2-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -283,8 +233,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 2, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,95,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-2-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -294,8 +242,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 2, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,95,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-2-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -305,8 +251,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 2, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,95,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-2-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -316,8 +260,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 3, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,135,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-3-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -327,8 +269,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 3, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,135,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-3-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -338,8 +278,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 3, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,135,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-3-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -349,8 +287,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 3, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,135,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-3-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -360,8 +296,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 3, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,135,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-3-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -371,8 +305,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 3, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,135,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-3-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -382,8 +314,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 4, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,175,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-4-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -393,8 +323,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 4, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,175,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-4-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -404,8 +332,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 4, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,175,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-4-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -415,8 +341,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 4, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,175,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-4-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -426,8 +350,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 4, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,175,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-4-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -437,8 +359,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 4, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,175,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-4-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -448,8 +368,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 5, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,215,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-5-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -459,8 +377,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 5, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,215,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-5-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -470,8 +386,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 5, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,215,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-5-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -481,8 +395,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 5, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,215,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-5-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -492,8 +404,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 5, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,215,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-5-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -503,8 +413,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 5, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,215,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-5-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -514,8 +422,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 6, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,255,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-6-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -525,8 +431,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 6, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,255,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-6-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -536,8 +440,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 6, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,255,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-6-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -547,8 +449,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 6, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,255,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-6-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -558,8 +458,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 6, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,255,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-6-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -569,8 +467,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (1, 6, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(0,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-1-6-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -580,8 +476,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 1, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-1-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -591,8 +485,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 1, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,0,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-1-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -602,8 +494,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 1, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,0,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-1-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -613,8 +503,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 1, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,0,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-1-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -624,8 +512,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 1, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,0,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-1-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -635,8 +521,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 1, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,0,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-1-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -646,8 +530,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 2, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,95,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-2-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -657,8 +539,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 2, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,95,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-2-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -668,8 +548,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 2, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,95,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-2-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -679,8 +557,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 2, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,95,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-2-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -690,8 +566,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 2, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,95,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-2-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -701,8 +575,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 2, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,95,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-2-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -712,8 +584,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 3, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,135,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-3-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -723,8 +593,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 3, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,135,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-3-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -734,8 +602,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 3, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,135,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-3-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -745,8 +611,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 3, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,135,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-3-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -756,8 +620,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 3, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,135,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-3-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -767,8 +629,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 3, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,135,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-3-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -778,8 +638,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 4, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,175,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-4-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -789,8 +647,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 4, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,175,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-4-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -800,8 +656,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 4, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,175,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-4-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -811,8 +665,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 4, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,175,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-4-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -822,8 +674,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 4, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,175,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-4-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -833,8 +683,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 4, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,175,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-4-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -844,8 +692,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 5, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,215,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-5-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -855,8 +701,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 5, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,215,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-5-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -866,8 +710,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 5, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,215,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-5-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -877,8 +719,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 5, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,215,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-5-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -888,8 +728,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 5, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,215,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-5-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -899,8 +737,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 5, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,215,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-5-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -910,8 +746,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 6, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,255,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-6-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -921,8 +755,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 6, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,255,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-6-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -932,8 +764,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 6, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,255,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-6-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -943,8 +773,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 6, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,255,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-6-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -954,8 +782,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 6, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,255,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-6-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -965,8 +791,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (2, 6, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(95,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-2-6-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -976,8 +800,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 1, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-1-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -987,8 +809,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 1, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,0,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-1-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -998,8 +818,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 1, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,0,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-1-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1009,8 +827,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 1, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,0,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-1-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1020,8 +836,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 1, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,0,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-1-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1031,8 +845,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 1, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,0,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-1-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1042,8 +854,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 2, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,95,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-2-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1053,8 +863,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 2, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,95,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-2-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1064,8 +872,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 2, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,95,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-2-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1075,8 +881,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 2, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,95,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-2-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1086,8 +890,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 2, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,95,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-2-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1097,8 +899,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 2, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,95,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-2-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1108,8 +908,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 3, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,135,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-3-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1119,8 +917,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 3, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,135,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-3-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1130,8 +926,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 3, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,135,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-3-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1141,8 +935,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 3, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,135,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-3-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1152,8 +944,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 3, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,135,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-3-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1163,8 +953,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 3, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,135,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-3-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1174,8 +962,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 4, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,175,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-4-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1185,8 +971,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 4, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,175,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-4-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1196,8 +980,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 4, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,175,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-4-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1207,8 +989,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 4, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,175,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-4-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1218,8 +998,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 4, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,175,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-4-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1229,8 +1007,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 4, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,175,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-4-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1240,8 +1016,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 5, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,215,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-5-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1251,8 +1025,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 5, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,215,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-5-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1262,8 +1034,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 5, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,215,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-5-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1273,8 +1043,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 5, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,215,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-5-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1284,8 +1052,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 5, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,215,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-5-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1295,8 +1061,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 5, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,215,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-5-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1306,8 +1070,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 6, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,255,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-6-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1317,8 +1079,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 6, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,255,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-6-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1328,8 +1088,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 6, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,255,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-6-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1339,8 +1097,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 6, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,255,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-6-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1350,8 +1106,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 6, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,255,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-6-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1361,8 +1115,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (3, 6, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(135,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-3-6-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1372,8 +1124,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 1, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-1-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1383,8 +1133,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 1, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,0,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-1-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1394,8 +1142,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 1, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,0,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-1-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1405,8 +1151,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 1, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,0,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-1-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1416,8 +1160,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 1, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,0,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-1-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1427,8 +1169,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 1, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,0,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-1-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1438,8 +1178,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 2, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,95,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-2-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1449,8 +1187,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 2, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,95,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-2-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1460,8 +1196,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 2, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,95,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-2-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1471,8 +1205,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 2, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,95,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-2-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1482,8 +1214,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 2, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,95,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-2-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1493,8 +1223,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 2, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,95,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-2-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1504,8 +1232,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 3, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,135,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-3-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1515,8 +1241,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 3, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,135,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-3-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1526,8 +1250,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 3, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,135,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-3-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1537,8 +1259,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 3, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,135,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-3-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1548,8 +1268,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 3, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,135,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-3-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1559,8 +1277,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 3, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,135,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-3-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1570,8 +1286,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 4, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,175,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-4-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1581,8 +1295,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 4, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,175,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-4-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1592,8 +1304,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 4, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,175,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-4-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1603,8 +1313,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 4, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,175,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-4-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1614,8 +1322,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 4, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,175,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-4-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1625,8 +1331,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 4, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,175,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-4-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1636,8 +1340,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 5, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,215,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-5-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1647,8 +1349,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 5, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,215,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-5-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1658,8 +1358,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 5, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,215,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-5-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1669,8 +1367,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 5, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,215,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-5-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1680,8 +1376,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 5, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,215,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-5-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1691,8 +1385,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 5, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,215,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-5-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1702,8 +1394,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 6, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,255,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-6-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1713,8 +1403,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 6, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,255,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-6-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1724,8 +1412,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 6, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,255,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-6-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1735,8 +1421,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 6, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,255,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-6-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1746,8 +1430,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 6, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,255,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-6-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1757,8 +1439,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (4, 6, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(175,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-4-6-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1768,8 +1448,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 1, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-1-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1779,8 +1457,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 1, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,0,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-1-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1790,8 +1466,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 1, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,0,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-1-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1801,8 +1475,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 1, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,0,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-1-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1812,8 +1484,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 1, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,0,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-1-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1823,8 +1493,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 1, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,0,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-1-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1834,8 +1502,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 2, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,95,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-2-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1845,8 +1511,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 2, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,95,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-2-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1856,8 +1520,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 2, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,95,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-2-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1867,8 +1529,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 2, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,95,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-2-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1878,8 +1538,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 2, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,95,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-2-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1889,8 +1547,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 2, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,95,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-2-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1900,8 +1556,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 3, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,135,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-3-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1911,8 +1565,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 3, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,135,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-3-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1922,8 +1574,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 3, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,135,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-3-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1933,8 +1583,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 3, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,135,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-3-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1944,8 +1592,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 3, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,135,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-3-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1955,8 +1601,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 3, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,135,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-3-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1966,8 +1610,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 4, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,175,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-4-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1977,8 +1619,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 4, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,175,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-4-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1988,8 +1628,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 4, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,175,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-4-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -1999,8 +1637,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 4, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,175,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-4-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2010,8 +1646,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 4, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,175,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-4-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2021,8 +1655,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 4, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,175,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-4-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2032,8 +1664,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 5, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,215,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-5-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2043,8 +1673,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 5, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,215,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-5-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2054,8 +1682,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 5, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,215,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-5-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2065,8 +1691,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 5, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,215,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-5-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2076,8 +1700,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 5, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,215,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-5-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2087,8 +1709,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 5, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,215,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-5-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2098,8 +1718,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 6, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,255,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-6-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2109,8 +1727,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 6, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,255,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-6-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2120,8 +1736,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 6, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,255,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-6-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2131,8 +1745,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 6, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,255,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-6-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2142,8 +1754,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 6, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,255,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-6-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2153,8 +1763,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (5, 6, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(215,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-5-6-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2164,8 +1772,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 1, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-1-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2175,8 +1781,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 1, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,0,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-1-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2186,8 +1790,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 1, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,0,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-1-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2197,8 +1799,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 1, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,0,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-1-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2208,8 +1808,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 1, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,0,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-1-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2219,8 +1817,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 1, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,0,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-1-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2230,8 +1826,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 2, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,95,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-2-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2241,8 +1835,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 2, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,95,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-2-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2252,8 +1844,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 2, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,95,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-2-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2263,8 +1853,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 2, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,95,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-2-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2274,8 +1862,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 2, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,95,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-2-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2285,8 +1871,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 2, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,95,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-2-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2296,8 +1880,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 3, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,135,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-3-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2307,8 +1889,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 3, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,135,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-3-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2318,8 +1898,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 3, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,135,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-3-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2329,8 +1907,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 3, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,135,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-3-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2340,8 +1916,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 3, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,135,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-3-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2351,8 +1925,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 3, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,135,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-3-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2362,8 +1934,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 4, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,175,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-4-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2373,8 +1943,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 4, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,175,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-4-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2384,8 +1952,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 4, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,175,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-4-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2395,8 +1961,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 4, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,175,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-4-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2406,8 +1970,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 4, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,175,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-4-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2417,8 +1979,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 4, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,175,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-4-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2428,8 +1988,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 5, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,215,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-5-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2439,8 +1997,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 5, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,215,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-5-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2450,8 +2006,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 5, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,215,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-5-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2461,8 +2015,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 5, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,215,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-5-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2472,8 +2024,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 5, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,215,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-5-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2483,8 +2033,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 5, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,215,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-5-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2494,8 +2042,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 6, 1) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,255,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-6-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2505,8 +2051,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 6, 2) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,255,95)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-6-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2516,8 +2060,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 6, 3) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,255,135)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-6-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2527,8 +2069,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 6, 4) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,255,175)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-6-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2538,8 +2078,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 6, 5) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,255,215)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-6-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2549,8 +2087,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The (6, 6, 6) color in the 6x6x6 color cube.
  *
  * The default color is <literal>rgb(255,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color-6-cube-6-6-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2560,8 +2096,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("color
  * The 1th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(8,8,8)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-1-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2571,8 +2105,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 2th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(18,18,18)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-2-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2582,8 +2114,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 3th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(28,28,28)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-3-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2593,8 +2123,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 4th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(38,38,38)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-4-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2604,8 +2132,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 5th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(48,48,48)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-5-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2615,8 +2141,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 6th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(58,58,58)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-6-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2626,8 +2150,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 7th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(68,68,68)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-7-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2637,8 +2159,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 8th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(78,78,78)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-8-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2648,8 +2168,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 9th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(88,88,88)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-9-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2659,8 +2177,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 10th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(98,98,98)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-10-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2670,8 +2186,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 11th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(108,108,108)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-11-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2681,8 +2195,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 12th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(118,118,118)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-12-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2692,8 +2204,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 13th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(128,128,128)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-13-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2703,8 +2213,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 14th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(138,138,138)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-14-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2714,8 +2222,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 15th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(148,148,148)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-15-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2725,8 +2231,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 16th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(158,158,158)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-16-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2736,8 +2240,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 17th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(168,168,168)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-17-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2747,8 +2249,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 18th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(178,178,178)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-18-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2758,8 +2258,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 19th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(188,188,188)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-19-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2769,8 +2267,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 20th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(198,198,198)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-20-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2780,8 +2276,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 21th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(208,208,208)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-21-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2791,8 +2285,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 22th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(218,218,218)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-22-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2802,8 +2294,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 23th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(228,228,228)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-23-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2813,8 +2303,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The 24th shade in the palette's shade ramp.
  *
  * The default color is <literal>rgb(238,238,238)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade-24-shades-24-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2824,8 +2312,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("shade
  * The foreground color.
  *
  * The default color is <literal>rgb(191,191,191)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("foreground-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2835,8 +2321,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("foreg
  * The background color.
  *
  * The default color is <literal>rgb(0,0,0)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("background-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2846,8 +2330,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("backg
  * The color used for bold text. If unset, the terminal will use a suitable combination of the foreground and background color.
  *
  * The default color is <literal>rgb(255,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("bold-foreground-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2857,8 +2339,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("bold-
  * The color used for dim text. If unset, the terminal will use a suitable combination of the foreground and background color.
  *
  * The default color is <literal>rgb(96,96,96)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("dim-foreground-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2868,8 +2348,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("dim-f
  * The selection background color. If unset, the terminal will show selected text with reversed foreground and background.
  *
  * The default color is <literal>rgb(255,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("selection-background-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2879,8 +2357,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("selec
  * The cursor background color. If unset, the terminal will show the cursor with reversed foreground and background.
  *
  * The default color is <literal>rgb(191,191,191)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("cursor-background-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
@@ -2890,8 +2366,6 @@ gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("curso
  * The background color used for reversed text. If unset, the terminal will show reversed text with reversed foreground and background.
  *
  * The default color is <literal>rgb(255,255,255)</literal>.
- *
- * Since: 0.30
  */
 gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed ("reverse-background-color", NULL, NULL, GDK_TYPE_RGBA, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
diff --git a/src/vtepty.h b/src/vtepty.h
index 472cd8a..ccf9796 100644
--- a/src/vtepty.h
+++ b/src/vtepty.h
@@ -36,8 +36,6 @@ G_BEGIN_DECLS
  * @VTE_PTY_NO_FALLBACK: when allocating the PTY with the PTY helper fails,
  *   don't fall back to try using PTY98
  * @VTE_PTY_DEFAULT: the default flags
- *
- * Since: 0.26
  */
 typedef enum {
   VTE_PTY_NO_LASTLOG  = 1 << 0,
@@ -53,8 +51,6 @@ typedef enum {
  * @VTE_PTY_ERROR_PTY_HELPER_FAILED: failure when using the GNOME PTY helper to
  *   allocate the PTY
  * @VTE_PTY_ERROR_PTY98_FAILED: failure when using PTY98 to allocate the PTY
- *
- * Since: 0.26
  */
 typedef enum {
   VTE_PTY_ERROR_PTY_HELPER_FAILED = 0,
@@ -68,8 +64,6 @@ GQuark vte_pty_error_quark (void);
  *
  * Error domain for VTE PTY errors. Errors in this domain will be from the #VtePtyError
  * enumeration. See #GError for more information on error domains.
- *
- * Since: 0.26
  */
 #define VTE_PTY_ERROR (vte_pty_error_quark ())
 
diff --git a/src/vteview.h b/src/vteview.h
index 1a7e5a0..c8d671f 100644
--- a/src/vteview.h
+++ b/src/vteview.h
@@ -87,8 +87,6 @@ struct _VteViewClass {
  * VTE_STYLE_CLASS_TERMINAL:
  *
  * A CSS class to match terminals.
- *
- * Since: 0.30
  */
 #define VTE_STYLE_CLASS_TERMINAL "terminal"
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]