no more submodule
This commit is contained in:
25
GtkSharp/Source/OldStuff/doc/en/GLib/SettingsGetMapping.xml
Normal file
25
GtkSharp/Source/OldStuff/doc/en/GLib/SettingsGetMapping.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<Type Name="SettingsGetMapping" FullName="GLib.SettingsGetMapping">
|
||||
<TypeSignature Language="C#" Value="public delegate bool SettingsGetMapping(Variant value, IntPtr result);" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed SettingsGetMapping extends System.MulticastDelegate" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gio-sharp</AssemblyName>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="value" Type="GLib.Variant" />
|
||||
<Parameter Name="result" Type="System.IntPtr" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Boolean</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="value">To be added.</param>
|
||||
<param name="result">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>
|
||||
Reference in New Issue
Block a user