Method
GtkSourceStylecopy
Declaration [src]
GtkSourceStyle*
gtk_source_style_copy (
const GtkSourceStyle* style
)
Description [src]
Creates a copy of style
, that is a new GtkSourceStyle
instance which
has the same attributes set.
Return value
Returns: | GtkSourceStyle |
Copy of |
|
The caller of the method takes ownership of the data, and is responsible for freeing it. |