win32-theme: Fix up docs for gtk_symbolic_color_new_win32

This commit is contained in:
Alexander Larsson
2011-11-21 13:52:39 +01:00
parent 4bfa35417b
commit 07e284a1f0

View File

@@ -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