]> Pileus Git - ~andy/gtk/commitdiff
improve deprecation annotation
authorMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 07:12:49 +0000 (07:12 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 29 Nov 2008 07:12:49 +0000 (07:12 +0000)
svn path=/trunk/; revision=21818

ChangeLog
gtk/gtkcolorsel.c

index a89965ae8272113af81d670e28458192e6212b86..e26338a5ed76bd1e34d5b695a1e02115c18bc31e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2008-11-29  Matthias Clasen  <mclasen@redhat.com>
 
+       * gtk/gtkcolorsel.c:
        * gtk/gtkbindings.c: Improve deprecation annotations.
 
 2008-11-26  Christian Dywan  <christian@imendio.com>
index 49a6bbd51ca9196ee4af8b11a8fc8d652185ec26..a23ff5e28a252983d8c8aeadb2face2c5b3c848e 100644 (file)
@@ -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