Package ch.bailu.gtk.gst
Schnittstelle ObjectFlags
public interface ObjectFlags
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic final int
Flag that's set when the object has been constructed.static final int
subclasses can add additional flags starting from this flagstatic final int
the object is expected to stay alive even
after gst_deinit() has been called and so should be ignored by leak
detection tools.
-
Felddetails
-
MAY_BE_LEAKED
static final int MAY_BE_LEAKEDthe object is expected to stay alive even
after gst_deinit() has been called and so should be ignored by leak
detection tools. (Since: 1.10)- Siehe auch:
-
CONSTRUCTED
static final int CONSTRUCTEDFlag that's set when the object has been constructed. This can be used by
API such as base class setters to differentiate between the case where
they're called from a subclass's instance init function (and where the
object isn't fully constructed yet, and so one shouldn't do anything but
set values in the instance structure), and the case where the object is
constructed.- Siehe auch:
-
LAST
static final int LASTsubclasses can add additional flags starting from this flag- Siehe auch:
-