[gtk+: 20/21] win32-theme: Fix up docs for gtk_symbolic_color_new_win32



commit 07e284a1f04c83a6a6f93d1e32fa0da7bd78082a
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Nov 21 13:52:39 2011 +0100

    win32-theme: Fix up docs for gtk_symbolic_color_new_win32

 gtk/gtksymboliccolor.c |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtksymboliccolor.c b/gtk/gtksymboliccolor.c
index 8f44966..7cfe8b0 100644
--- a/gtk/gtksymboliccolor.c
+++ b/gtk/gtksymboliccolor.c
@@ -235,13 +235,17 @@ gtk_symbolic_color_new_mix (GtkSymbolicColor *color1,
 }
 
 /**
- * gtk_symbolic_color_new_mix: (constructor)
+ * gtk_symbolic_color_new_win32: (constructor)
  * @theme_class: The theme class to pull color from
  * @id: The color id
  *
  * Creates a symbolic color based on the current win32
  * theme.
  *
+ * Note that while this call is availible on all platforms
+ * the actual value returned is not reliable on non-win32
+ * platforms.
+ *
  * Returns: A newly created #GtkSymbolicColor
  *
  * Since: 3.4



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