From c4c4b02640e5017963b69e133dcf73ecf265cd05 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 29 Nov 2008 07:12:49 +0000 Subject: [PATCH] improve deprecation annotation svn path=/trunk/; revision=21818 --- ChangeLog | 1 + gtk/gtkcolorsel.c | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index a89965ae82..e26338a5ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2008-11-29 Matthias Clasen + * gtk/gtkcolorsel.c: * gtk/gtkbindings.c: Improve deprecation annotations. 2008-11-26 Christian Dywan diff --git a/gtk/gtkcolorsel.c b/gtk/gtkcolorsel.c index 49a6bbd51c..a23ff5e28a 100644 --- a/gtk/gtkcolorsel.c +++ b/gtk/gtkcolorsel.c @@ -2503,8 +2503,8 @@ gtk_color_selection_get_current_alpha (GtkColorSelection *colorsel) * @color: an array of 4 #gdouble to fill in with the current color. * * Sets @color to be the current color in the GtkColorSelection widget. - * - * This function is deprecated, use gtk_color_selection_get_current_color() instead. + * + * Deprecated: Use gtk_color_selection_get_current_color() instead. **/ void gtk_color_selection_get_color (GtkColorSelection *colorsel, @@ -2820,9 +2820,8 @@ gtk_color_selection_palette_to_string (const GdkColor *colors, * * Return value: the previous change palette hook (that was replaced). * - * Deprecated: 2.4: This function is deprecated in favor of - * gtk_color_selection_set_change_palette_with_screen_hook(), and does - * not work in multihead environments. + * Deprecated: 2.4: This function does not work in multihead environments. + * Use gtk_color_selection_set_change_palette_with_screen_hook() instead. * **/ GtkColorSelectionChangePaletteFunc