webservice contributions from carlos@cmartin.tk

svn path=/trunk/gtk-sharp/; revision=101473
This commit is contained in:
Mike Kestner 2008-04-22 17:41:39 +00:00
parent 6b6692211f
commit acc917f686
2 changed files with 11 additions and 7 deletions

View File

@ -248,7 +248,7 @@
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>To be added</summary>
<value>To be added: an object of type 'Gnome.RestartStyle'</value> <value>The condition upon which to restart or not the program.</value>
<remarks>To be added</remarks> <remarks>To be added</remarks>
</Docs> </Docs>
</Member> </Member>
@ -682,8 +682,8 @@
<Parameter Name="argv" Type="System.String[]" /> <Parameter Name="argv" Type="System.String[]" />
</Parameters> </Parameters>
<Docs> <Docs>
<param name="argc">To be added.</param> <param name="argc">The number of arguments to pass (including the application path).</param>
<param name="argv">To be added.</param> <param name="argv">The <see cref="T:System.String" /> array with the arguments.</param>
<summary>To be added.</summary> <summary>To be added.</summary>
<remarks>To be added.</remarks> <remarks>To be added.</remarks>
</Docs> </Docs>
@ -708,4 +708,4 @@
</Docs> </Docs>
</Member> </Member>
</Members> </Members>
</Type> </Type>

View File

@ -7,9 +7,13 @@
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement> <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs> <Docs>
<param name="clipboard">To be added.</param> <param name="clipboard">To be added.</param>
<param name="text">To be added.</param> <param name="text">A <see cref="T:System.String" /> containing the clipboard's text.</param>
<summary>Delegate for a function to be called when an application receives text from the clipboard.</summary> <summary>Delegate for a function to be called when an application receives text from the clipboard.</summary>
<remarks /> <remarks>
<para>
If the clipboard is empty, text will be null.
</para>
</remarks>
</Docs> </Docs>
<Base> <Base>
<BaseTypeName>System.Delegate</BaseTypeName> <BaseTypeName>System.Delegate</BaseTypeName>
@ -22,4 +26,4 @@
<ReturnValue> <ReturnValue>
<ReturnType>System.Void</ReturnType> <ReturnType>System.Void</ReturnType>
</ReturnValue> </ReturnValue>
</Type> </Type>