30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
|
<Type Name="CalendarDetailFunc" FullName="Gtk.CalendarDetailFunc">
|
||
|
<TypeSignature Language="C#" Value="public delegate string CalendarDetailFunc(Calendar calendar, uint year, uint month, uint day);" />
|
||
|
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed CalendarDetailFunc extends System.MulticastDelegate" />
|
||
|
<AssemblyInfo>
|
||
|
<AssemblyName>gtk-sharp</AssemblyName>
|
||
|
</AssemblyInfo>
|
||
|
<Base>
|
||
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
||
|
</Base>
|
||
|
<Parameters>
|
||
|
<Parameter Name="calendar" Type="Gtk.Calendar" />
|
||
|
<Parameter Name="year" Type="System.UInt32" />
|
||
|
<Parameter Name="month" Type="System.UInt32" />
|
||
|
<Parameter Name="day" Type="System.UInt32" />
|
||
|
</Parameters>
|
||
|
<ReturnValue>
|
||
|
<ReturnType>System.String</ReturnType>
|
||
|
</ReturnValue>
|
||
|
<Docs>
|
||
|
<param name="calendar">To be added.</param>
|
||
|
<param name="year">To be added.</param>
|
||
|
<param name="month">To be added.</param>
|
||
|
<param name="day">To be added.</param>
|
||
|
<summary>To be added.</summary>
|
||
|
<returns>To be added.</returns>
|
||
|
<remarks>To be added.</remarks>
|
||
|
<since version="Gtk# 3.0" />
|
||
|
</Docs>
|
||
|
</Type>
|