Method
GtkRcStylecopy
deprecated: 3.0
Declaration [src]
GtkRcStyle*
gtk_rc_style_copy (
GtkRcStyle* orig
)
Description [src]
Makes a copy of the specified GtkRcStyle
. This function
will correctly copy an RC style that is a member of a class
derived from GtkRcStyle
.
Deprecated since: 3.0
Use GtkCssProvider
instead.
Return value
Type: GtkRcStyle
The resulting GtkRcStyle
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |