class_list_child_properties


Description:

public static ParamSpec[] class_list_child_properties (ObjectClass iclass, out uint n_properties)

This function is only intended to be used when implementing new canvas items, specifically layout container items such as CanvasTable.

It returns all child properties of a canvas item class.

Parameters:

iclass

a ObjectClass

n_properties

location to return the number of child properties found

Returns:

a newly allocated array of ParamSpec*. The array must be freed with g_free.