no more submodule
This commit is contained in:
28
GtkSharp/Source/OldStuff/doc/en/GLib/MountChangedHandler.xml
Normal file
28
GtkSharp/Source/OldStuff/doc/en/GLib/MountChangedHandler.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<Type Name="MountChangedHandler" FullName="GLib.MountChangedHandler">
|
||||
<TypeSignature Language="C#" Value="public delegate void MountChangedHandler(object o, MountChangedArgs args);" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed MountChangedHandler extends System.MulticastDelegate" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>gio-sharp</AssemblyName>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters>
|
||||
<Parameter Name="o" Type="System.Object" />
|
||||
<Parameter Name="args" Type="GLib.MountChangedArgs" />
|
||||
</Parameters>
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Void</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<param name="o">Event sender.</param>
|
||||
<param name="args">Event arguments.</param>
|
||||
<summary>Event handler.</summary>
|
||||
<remarks>
|
||||
<para>The <see cref="M:GLib.VolumeMonitor.MountChanged" /> event utilizes this delegate:</para>
|
||||
<para>Event data is passed via the <see cref="T:GLib.MountChangedArgs" /> parameter.</para>
|
||||
<para>To attach a <see cref="T:GLib.MountChangedHandler" /> to an event, add the MountChangedHandler instance to the event. The methods referenced by the MountChangedHandler instance are invoked whenever the event is raised, until the MountChangedHandler is removed from the event.</para>
|
||||
</remarks>
|
||||
<since version="Gtk# 2.14" />
|
||||
</Docs>
|
||||
</Type>
|
||||
Reference in New Issue
Block a user