forked from AuroraMiddleware/gtk
Add docs
svn path=/trunk/; revision=20796
This commit is contained in:
parent
f53a77895b
commit
0eb6848908
@ -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>
|
2008-07-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 541540 – Dead link to pkg-config site in GTK+ online FAQ
|
Bug 541540 – Dead link to pkg-config site in GTK+ online FAQ
|
||||||
|
@ -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*
|
GtkStyle*
|
||||||
gtk_style_copy (GtkStyle *style)
|
gtk_style_copy (GtkStyle *style)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user