Ryujinx-GtkSharp/doc/en/Gtk/ColorSelectionChangePaletteWithScreenFunc.xml
Mike Kestner f8d36b9453 2005-05-23 Mike Kestner <mkestner@novell.com>
* configure.in.in : add monodocer-fu.

2005-05-23  Mike Kestner  <mkestner@novell.com>

	* Makefile.am : switch to monodocer
	* updater : kill
	* en/*/*.xml : enormo-diff from monodocer first run without --delete.

svn path=/trunk/gtk-sharp/; revision=44915
2005-05-23 20:41:51 +00:00

29 lines
1.2 KiB
XML

<Type Name="ColorSelectionChangePaletteWithScreenFunc" FullName="Gtk.ColorSelectionChangePaletteWithScreenFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ColorSelectionChangePaletteWithScreenFunc(Gdk.Screen screen, Gdk.Color colors, int n_colors);" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey />
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<param name="screen">To be added.</param>
<param name="colors">To be added.</param>
<param name="n_colors">To be added.</param>
<summary>Do not use.</summary>
<remarks>TODO: Not called by any other class; confirm that this code is necessary. </remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
<Parameter Name="screen" Type="Gdk.Screen" />
<Parameter Name="colors" Type="Gdk.Color" />
<Parameter Name="n_colors" Type="System.Int32" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>