svn path=/trunk/; revision=20796
This commit is contained in:
Matthias Clasen 2008-07-06 23:43:15 +00:00
parent f53a77895b
commit 0eb6848908
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 531129 gtk_style_copy() does not include a return value or
description
* gtk/gtkstyle.c: Document gtk_style_copy.
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 541540 Dead link to pkg-config site in GTK+ online FAQ

View File

@ -625,6 +625,14 @@ gtk_style_finalize (GObject *object)
}
/**
* gtk_style_copy:
* @style: a #GtkStyle
*
* Creates a copy of the passed in #GtkStyle object.
*
* Returns: a copy of @style
*/
GtkStyle*
gtk_style_copy (GtkStyle *style)
{