Method
IdeMarkedContentref
Description
Increments the reference count of self
by one.
When a IdeMarkedContent
reaches a reference count of zero, by using
ide_marked_content_unref(), it will be freed.
Return value
Type: IdeMarkedContent
self
with the reference count incremented.
The caller of the method takes ownership of the data, and is responsible for freeing it. |