Method
MksScreenAttributescopy
Declaration [src]
MksScreenAttributes*
mks_screen_attributes_copy (
MksScreenAttributes* self
)
Return value
Type: MksScreenAttributes
A newly created MksScreenAttributes
with the same
contents as self
. If self
is NULL
, NULL
is returned.
The caller of the method takes ownership of the data, and is responsible for freeing it. |