From 07e284a1f04c83a6a6f93d1e32fa0da7bd78082a Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 21 Nov 2011 13:52:39 +0100 Subject: [PATCH] win32-theme: Fix up docs for gtk_symbolic_color_new_win32 --- gtk/gtksymboliccolor.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gtk/gtksymboliccolor.c b/gtk/gtksymboliccolor.c index 8f44966d92..7cfe8b0363 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