mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 05:35:40 +00:00
07cefb227c
svn path=/trunk/gtk-sharp/; revision=73646
23 lines
811 B
XML
23 lines
811 B
XML
<Type Name="PrinterOptionSetFunc" FullName="Gtk.PrinterOptionSetFunc">
|
|
<TypeSignature Language="C#" Value="public delegate void PrinterOptionSetFunc(PrinterOption option);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="option" Type="Gtk.PrinterOption" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="option">Printer option.</param>
|
|
<summary>Printer option setting callback delegate.</summary>
|
|
<remarks>Used only be backend code. Exposed for use by managed backend implementations.</remarks>
|
|
<since version="Gtk# 2.10" />
|
|
</Docs>
|
|
</Type>
|