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