Class method

GtkContainerClassinstall_child_property

Declaration [src]

void
gtk_container_class_install_child_property (
  GtkContainerClass* cclass,
  guint property_id,
  GParamSpec* pspec
)

Description [src]

Installs a child property on a container class.

Parameters

property_id

Type: guint

The id for the property.

pspec

Type: GParamSpec

The GParamSpec for the property.

The data is owned by the caller of the method.