Class method

GtkContainerClassfind_child_property

Declaration [src]

GParamSpec*
gtk_container_class_find_child_property (
  GObjectClass* cclass,
  const gchar* property_name
)

Description [src]

Finds a child property of a container class by name.

Parameters

property_name

Type: const gchar*

The name of the child property to find.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: GParamSpec

The GParamSpec of the child property or NULL if class has no child property with that name.

The returned data is owned by the class.
The return value can be NULL.