get_named_items
Description:
Returns a list of all item bound to the master of the dock, not only the children of this particular dock widget.
Parameters:
this |
A Dock widget |
Returns:
A list of DockItem. The list should be freedwith g_list_free, but the item still belong to the master. |