diff --git a/ChangeLog b/ChangeLog index 44e9fd9441..57be971fa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-07-06 Matthias Clasen + + 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 Bug 541540 – Dead link to pkg-config site in GTK+ online FAQ diff --git a/gtk/gtkstyle.c b/gtk/gtkstyle.c index e22d9fe2ab..d913a7a5e3 100644 --- a/gtk/gtkstyle.c +++ b/gtk/gtkstyle.c @@ -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) {