class_list_child_properties
Description:
[ CCode ( array_length_pos = 1.1 , array_length_type = "guint" ) ]
public static (unowned ParamSpec)[] class_list_child_properties (ObjectClass mclass)
public static (unowned ParamSpec)[] class_list_child_properties (ObjectClass mclass)
This function is only intended to be used when implementing new canvas item models, specifically layout container item models such as CanvasTableModel.
It returns all child properties of a canvas item class.
Parameters:
mclass | |
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. |