Class method

GtkContainerClassinstall_child_properties

since: 3.18

Declaration [src]

void
gtk_container_class_install_child_properties (
  GtkContainerClass* cclass,
  guint n_pspecs,
  GParamSpec** pspecs
)

Description [src]

Installs child properties on a container class.

Available since: 3.18

Parameters

n_pspecs

Type: guint

The length of the GParamSpec array.

pspecs

Type: An array of GParamSpec*

The GParamSpec array defining the new child properties.

The length of the array is specified in the n_pspecs argument.
The data is owned by the caller of the method.