[gtk+] Use "Since: 2.x" instead "Since 2.x"



commit 3388a1b146a4808a467c7d39c32b637811b54289
Author: Javier Jardón <jjardon gnome org>
Date:   Fri Oct 30 06:07:15 2009 +0100

    Use "Since: 2.x" instead "Since 2.x"

 gdk-pixbuf/gdk-pixbuf-util.c |    2 +-
 gtk/gtkcellrendererspinner.c |    6 +++---
 gtk/gtkspinner.c             |    2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/gdk-pixbuf/gdk-pixbuf-util.c b/gdk-pixbuf/gdk-pixbuf-util.c
index 6e8f09e..58ee842 100644
--- a/gdk-pixbuf/gdk-pixbuf-util.c
+++ b/gdk-pixbuf/gdk-pixbuf-util.c
@@ -267,7 +267,7 @@ gdk_pixbuf_saturate_and_pixelate(const GdkPixbuf *src,
  * Return value: A newly-created pixbuf, or a reference to the
  * input pixbuf (with an increased reference count).
  *
- * Since 2.12
+ * Since: 2.12
  **/
 GdkPixbuf *
 gdk_pixbuf_apply_embedded_orientation (GdkPixbuf *src)
diff --git a/gtk/gtkcellrendererspinner.c b/gtk/gtkcellrendererspinner.c
index 41bf6cc..70614d3 100644
--- a/gtk/gtkcellrendererspinner.c
+++ b/gtk/gtkcellrendererspinner.c
@@ -116,7 +116,7 @@ gtk_cell_renderer_spinner_class_init (GtkCellRendererSpinnerClass *klass)
    *
    * Whether the spinner is active (ie. shown) in the cell
    *
-   * Since 2.20
+   * Since: 2.20
    */
   g_object_class_install_property (object_class,
                                    PROP_ACTIVE,
@@ -136,7 +136,7 @@ gtk_cell_renderer_spinner_class_init (GtkCellRendererSpinnerClass *klass)
    * by looking at the #GtkSpinner:num-steps style property and the duration
    * of the cycle by looking at #GtkSpinner:cycle-duration.
    *
-   * Since 2.20
+   * Since: 2.20
    */
   g_object_class_install_property (object_class,
                                    PROP_PULSE,
@@ -150,7 +150,7 @@ gtk_cell_renderer_spinner_class_init (GtkCellRendererSpinnerClass *klass)
    *
    * The #GtkIconSize value that specifies the size of the rendered spinner.
    *
-   * Since 2.20
+   * Since: 2.20
    */
   g_object_class_install_property (object_class,
                                    PROP_SIZE,
diff --git a/gtk/gtkspinner.c b/gtk/gtkspinner.c
index 036d0b1..57c84a0 100644
--- a/gtk/gtkspinner.c
+++ b/gtk/gtkspinner.c
@@ -120,7 +120,7 @@ gtk_spinner_class_init (GtkSpinnerClass *klass)
    *
    * Whether the spinner is active
    *
-   * Since 2.20
+   * Since: 2.20
    */
   g_object_class_install_property (gobject_class,
                                    PROP_ACTIVE,



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