Some files missing from the last commit.

svn path=/trunk/gtk-sharp/; revision=12842
This commit is contained in:
Duncan Mak 2003-03-26 00:54:24 +00:00
parent b0b964c502
commit fa8aea036c
2 changed files with 36 additions and 40 deletions

View file

@ -215,30 +215,26 @@
<remarks>To be added</remarks>
</Docs>
</Member>
<EFBFBD><EFBFBD><EFBFBD> <Member MemberName="RunIteration">
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <MemberSignature Language="C#" Value="public static bool RunIteration (bool blocking);" />
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <MemberType>Method</MemberType>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <ReturnValue>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <ReturnType>System.Boolean</ReturnType>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> </ReturnValue>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <Parameters>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <Parameter Name="blocking" Type="System.Boolean;" />
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> </Parameters>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <Docs>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <summary />
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <param name="block">A boolean value, whether the iteration should block or not</param>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <remarks>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <para>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> Runs a single iteration of the mainloop. If <paramref name="blocking" /> is true, then if no events are
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> waiting to be processed GTK+ will block until the next
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> event is noticed;<3B> If <paramref name="blocking" /> is false,
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> then it if no events are waiting to be processed Gtk+ the
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> routine will return immediately.<2E>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> </para>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> </remarks>
<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> </Docs>
<EFBFBD><EFBFBD><EFBFBD> </Member>
<Member MemberName="RunIteration">
<MemberSignature Language="C#" Value="public static bool RunIteration (bool blocking);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="blocking" Type="System.Boolean;" />
</Parameters>
<Docs>
<summary />
<param name="block">A boolean value, whether the iteration should block or not</param>
<remarks>
<para>
Runs a single iteration of the mainloop. If <paramref name="blocking" /> is true, then if no events are
waiting to be processed GTK+ will block until the next event is noticed; If <paramref name="blocking" /> is false,
then it if no events are waiting to be processed Gtk+ routine will return immediately.
</para>
</remarks>
</Docs>
</Member>
</Members>
</Type>

View file

@ -40,8 +40,22 @@
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public GtkClipboardGetFuncWrapper (Gtk.ClipboardGetFunc managed);" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="managed" Type="Gtk.ClipboardGetFunc" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="managed">To be added: an object of type 'Gtk.ClipboardGetFunc'</param>
<returns>To be added: an object of type 'GtkSharp.GtkClipboardGetFuncWrapper'</returns>
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="NativeCallback">
<MemberSignature Language="C#" Value="public void NativeCallback (IntPtr clipboard, ref Gtk.SelectionData selection_data, uin info, uin obj_id);" />
<MemberSignature Language="C#" Value="public void NativeCallback (IntPtr clipboard, ref Gtk.SelectionData selection_data, uint info, uint obj_id);" />
<MemberType>Method</MemberType>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
@ -61,19 +75,5 @@
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public GtkClipboardGetFuncWrapper (Gtk.ClipboardGetFunc managed);" />
<MemberType>Constructor</MemberType>
<ReturnValue />
<Parameters>
<Parameter Name="managed" Type="Gtk.ClipboardGetFunc" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="managed">To be added: an object of type 'Gtk.ClipboardGetFunc'</param>
<returns>To be added: an object of type 'GtkSharp.GtkClipboardGetFuncWrapper'</returns>
<remarks>To be added</remarks>
</Docs>
</Member>
</Members>
</Type>