summaryrefslogtreecommitdiffstats
path: root/avahi-sharp/en/Avahi/EntryGroupStateHandler.xml
diff options
context:
space:
mode:
Diffstat (limited to 'avahi-sharp/en/Avahi/EntryGroupStateHandler.xml')
-rw-r--r--avahi-sharp/en/Avahi/EntryGroupStateHandler.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/avahi-sharp/en/Avahi/EntryGroupStateHandler.xml b/avahi-sharp/en/Avahi/EntryGroupStateHandler.xml
index 4e98e82..427c519 100644
--- a/avahi-sharp/en/Avahi/EntryGroupStateHandler.xml
+++ b/avahi-sharp/en/Avahi/EntryGroupStateHandler.xml
@@ -1,5 +1,5 @@
<Type Name="EntryGroupStateHandler" FullName="Avahi.EntryGroupStateHandler">
- <TypeSignature Language="C#" Value="public delegate void EntryGroupStateHandler(object o, Avahi.EntryGroupState state);" />
+ <TypeSignature Language="C#" Value="public delegate void EntryGroupStateHandler(object o, Avahi.EntryGroupStateArgs args);" />
<AssemblyInfo>
<AssemblyName>avahi-sharp</AssemblyName>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
@@ -9,14 +9,14 @@
</Base>
<Parameters>
<Parameter Name="o" Type="System.Object" />
- <Parameter Name="state" Type="Avahi.EntryGroupState" />
+ <Parameter Name="args" Type="Avahi.EntryGroupStateArgs" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="o">To be added.</param>
- <param name="state">To be added.</param>
+ <param name="args">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>