func (v List) Copy() *List { return &List{C.g_list_copy(v.GList)} }
func (v GList) Copy() *GList { return &GList{C.g_list_copy(v.GList)} }