Cosmetic changes

This commit is contained in:
Matthias Clasen 2011-12-15 22:49:16 -05:00
parent f8426cd706
commit ba59b9c4f9
2 changed files with 5 additions and 5 deletions

View File

@ -242,17 +242,17 @@ gtk_symbolic_color_new_mix (GtkSymbolicColor *color1,
* Creates a symbolic color based on the current win32
* theme.
*
* Note that while this call is availible on all platforms
* Note that while this call is available on all platforms
* the actual value returned is not reliable on non-win32
* platforms.
*
* Returns: A newly created #GtkSymbolicColor
*
* Since: 3.4
**/
*/
GtkSymbolicColor *
gtk_symbolic_color_new_win32 (const gchar *theme_class,
gint id)
gtk_symbolic_color_new_win32 (const gchar *theme_class,
gint id)
{
GtkSymbolicColor *symbolic_color;

View File

@ -43,7 +43,7 @@ GtkSymbolicColor * gtk_symbolic_color_new_mix (GtkSymbolicColor *color1,
GtkSymbolicColor *color2,
gdouble factor);
GtkSymbolicColor * gtk_symbolic_color_new_win32 (const gchar *theme_class,
gint id);
gint id);
GtkSymbolicColor * gtk_symbolic_color_ref (GtkSymbolicColor *color);
void gtk_symbolic_color_unref (GtkSymbolicColor *color);