org.gstreamer.lowlevel.annotations
Annotation Type CallerOwnsReturn


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface CallerOwnsReturn

Indicates that the returned value is owned by the method caller, so appropriate action should be taken when the object is garbage collected.