GtkSharp.Generation.Signal.NeedNew C# (CSharp) Method

NeedNew() private method

private NeedNew ( GtkSharp.Generation.ClassBase implementor ) : bool
implementor GtkSharp.Generation.ClassBase
return bool
		private bool NeedNew (ClassBase implementor)
		{
			return elem.HasAttribute ("new_flag") ||
				(container_type != null && container_type.GetSignalRecursively (Name) != null) ||
				(implementor != null && implementor.GetSignalRecursively (Name) != null);
		}