From 2e6259e8176c8ba29800c2716caa10d726e38ac3 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Thu, 26 Jun 2014 13:20:33 +0200 Subject: libmate-desktop: Fix Since: occurrences in comments copied from Gtk+ --- libmate-desktop/mate-colorbutton.c | 30 +++++++++++++++--------------- libmate-desktop/mate-colorsel.c | 2 +- libmate-desktop/mate-colorseldialog.c | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) (limited to 'libmate-desktop') diff --git a/libmate-desktop/mate-colorbutton.c b/libmate-desktop/mate-colorbutton.c index e7a36d4..a2987b7 100644 --- a/libmate-desktop/mate-colorbutton.c +++ b/libmate-desktop/mate-colorbutton.c @@ -147,7 +147,7 @@ mate_color_button_class_init (MateColorButtonClass *klass) * checkerboard background to show its opacity and the opacity slider is displayed in the * color selection dialog. * - * Since: 2.4 + * Since: 1.9.1 */ g_object_class_install_property (gobject_class, PROP_USE_ALPHA, @@ -161,7 +161,7 @@ mate_color_button_class_init (MateColorButtonClass *klass) * * The title of the color selection dialog * - * Since: 2.4 + * Since: 1.9.1 */ g_object_class_install_property (gobject_class, PROP_TITLE, @@ -176,7 +176,7 @@ mate_color_button_class_init (MateColorButtonClass *klass) * * The selected color. * - * Since: 2.4 + * Since: 1.9.1 */ g_object_class_install_property (gobject_class, PROP_COLOR, @@ -191,7 +191,7 @@ mate_color_button_class_init (MateColorButtonClass *klass) * * The selected opacity value (0 fully transparent, 65535 fully opaque). * - * Since: 2.4 + * Since: 1.9.1 */ g_object_class_install_property (gobject_class, PROP_ALPHA, @@ -213,7 +213,7 @@ mate_color_button_class_init (MateColorButtonClass *klass) * changes the color. If you need to react to programmatic color changes * as well, use the notify::color signal. * - * Since: 2.4 + * Since: 1.9.1 */ color_button_signals[COLOR_SET] = g_signal_new ("color-set", G_TYPE_FROM_CLASS (gobject_class), @@ -523,7 +523,7 @@ mate_color_button_finalize (GObject *object) * * Returns: a new color button. * - * Since: 2.4 + * Since: 1.9.1 */ GtkWidget * mate_color_button_new (void) @@ -539,7 +539,7 @@ mate_color_button_new (void) * * Returns: a new color button. * - * Since: 2.4 + * Since: 1.9.1 */ GtkWidget * mate_color_button_new_with_color (const GdkColor *color) @@ -651,7 +651,7 @@ mate_color_button_clicked (GtkButton *button) * * Sets the current color to be @color. * - * Since: 2.4 + * Since: 1.9.1 **/ void mate_color_button_set_color (MateColorButton *color_button, @@ -703,7 +703,7 @@ mate_color_button_set_rgba (MateColorButton *color_button, * * Sets the current opacity to be @alpha. * - * Since: 2.4 + * Since: 1.9.1 **/ void mate_color_button_set_alpha (MateColorButton *color_button, @@ -725,7 +725,7 @@ mate_color_button_set_alpha (MateColorButton *color_button, * * Sets @color to be the current color in the #MateColorButton widget. * - * Since: 2.4 + * Since: 1.9.1 **/ void mate_color_button_get_color (MateColorButton *color_button, @@ -768,7 +768,7 @@ mate_color_button_get_rgba (MateColorButton *color_button, * * Return value: an integer between 0 and 65535. * - * Since: 2.4 + * Since: 1.9.1 **/ guint16 mate_color_button_get_alpha (MateColorButton *color_button) @@ -785,7 +785,7 @@ mate_color_button_get_alpha (MateColorButton *color_button) * * Sets whether or not the color button should use the alpha channel. * - * Since: 2.4 + * Since: 1.9.1 */ void mate_color_button_set_use_alpha (MateColorButton *color_button, @@ -813,7 +813,7 @@ mate_color_button_set_use_alpha (MateColorButton *color_button, * * Returns: %TRUE if the color sample uses alpha channel, %FALSE if not. * - * Since: 2.4 + * Since: 1.9.1 */ gboolean mate_color_button_get_use_alpha (MateColorButton *color_button) @@ -831,7 +831,7 @@ mate_color_button_get_use_alpha (MateColorButton *color_button) * * Sets the title for the color selection dialog. * - * Since: 2.4 + * Since: 1.9.1 */ void mate_color_button_set_title (MateColorButton *color_button, @@ -860,7 +860,7 @@ mate_color_button_set_title (MateColorButton *color_button, * * Returns: An internal string, do not free the return value * - * Since: 2.4 + * Since: 1.9.1 */ const gchar * mate_color_button_get_title (MateColorButton *color_button) diff --git a/libmate-desktop/mate-colorsel.c b/libmate-desktop/mate-colorsel.c index 1790cbf..489dcc7 100644 --- a/libmate-desktop/mate-colorsel.c +++ b/libmate-desktop/mate-colorsel.c @@ -3050,7 +3050,7 @@ mate_color_selection_set_change_palette_hook (MateColorSelectionChangePaletteFun * * Return value: the previous change palette hook (that was replaced). * - * Since: 2.2 + * Since: 1.9.1 **/ MateColorSelectionChangePaletteWithScreenFunc mate_color_selection_set_change_palette_with_screen_hook (MateColorSelectionChangePaletteWithScreenFunc func) diff --git a/libmate-desktop/mate-colorseldialog.c b/libmate-desktop/mate-colorseldialog.c index 3f325c8..43ff42f 100644 --- a/libmate-desktop/mate-colorseldialog.c +++ b/libmate-desktop/mate-colorseldialog.c @@ -211,7 +211,7 @@ mate_color_selection_dialog_new_with_header_bar (const gchar *title) * * Returns: (transfer none): the embedded #MateColorSelection * - * Since: 2.14 + * Since: 1.9.1 **/ GtkWidget* mate_color_selection_dialog_get_color_selection (MateColorSelectionDialog *colorsel) -- cgit v1.2.1