diff options
author | Javier Jardón <jjardon@gnome.org> | 2009-10-30 06:07:15 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2009-10-30 18:11:44 +0100 |
commit | 3388a1b146a4808a467c7d39c32b637811b54289 (patch) | |
tree | 30a6477d67d1010129ebecadc71fba0fb4cdb0f4 /gtk/gtkcellrendererspinner.c | |
parent | 0a9843c1b9d7b58adb2690630d704ad524011a3c (diff) | |
download | gtk+-3388a1b146a4808a467c7d39c32b637811b54289.tar.gz |
Use "Since: 2.x" instead "Since 2.x"
Diffstat (limited to 'gtk/gtkcellrendererspinner.c')
-rw-r--r-- | gtk/gtkcellrendererspinner.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkcellrendererspinner.c b/gtk/gtkcellrendererspinner.c index 41bf6cc117..70614d35f3 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, |