GtkObject::flags

int flags(void);

This method returns the object's flags as defined by the enumerated values in GtkObjectFlags. The return value can be used to find information about an object's current status, i.e. whether the object has been fully constructed, whether the object has a floating reference or is associated with a parent object, whether the object has signals connected to it, and whether the object has been destroyed.

See also: set_flags() , unset_flags() .