glibmm 2.84.0
Generic container converters

Topics

 Helper classes

Enumerations

enum  Glib::OwnershipType {
  Glib::OWNERSHIP_NONE = 0 ,
  Glib::OWNERSHIP_SHALLOW ,
  Glib::OWNERSHIP_DEEP
}
 Ownership of the container. More...

Detailed Description

Enumeration Type Documentation

◆ OwnershipType

Ownership of the container.

Defines how and if the container will release the list and its elemens when it is destroyed

Enumerator
OWNERSHIP_NONE 

Do not release anything

OWNERSHIP_SHALLOW 

Release the list, but not its elements, when the container is deleted

OWNERSHIP_DEEP 

Release the list, and its elements, when the container is deleted.