Class method
Gtk ContainerClassinstall_child_properties
since: 3.18
Declaration [src]
void
gtk_container_class_install_child_properties(
GtkContainerClass*cclass,
guintn_pspecs,
GParamSpec**pspecs
)
Parameters
n_pspecs-
Type:
guintThe length of the
GParamSpecarray. pspecs-
Type: An array of
GParamSpec*The
GParamSpecarray defining the new child properties.The length of the array is specified in then_pspecsargument.The data is owned by the caller of the method.