Method
MalcontentAppFilterref
since: 0.2.0
Declaration [src]
MctAppFilter*
mct_app_filter_ref (
MctAppFilter* filter
)
Description [src]
Increment the reference count of filter, and return the same pointer to it.
Available since: 0.2.0
Return value
Type: MctAppFilter
The same pointer as filter.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |