updates to latest monodocer -pretty

svn path=/trunk/gtk-sharp/; revision=71141
This commit is contained in:
Mike Kestner 2007-01-16 15:28:18 +00:00
parent ea71cbe445
commit 04ec18f4f4
102 changed files with 222 additions and 289 deletions

View File

@ -1,5 +1,5 @@
<Type Name="AreaUpdatedHandler" FullName="Gdk.AreaUpdatedHandler">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void AreaUpdatedHandler(object o, Gdk.AreaUpdatedArgs args);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void AreaUpdatedHandler(object o, AreaUpdatedArgs args);" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -15,7 +15,8 @@
<Base>
<BaseTypeName>GLib.Opaque</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="Intern">
<MemberSignature Language="C#" Value="public static Gdk.Atom Intern (string atom_name, bool only_if_exists);" />

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.AxisUseGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.AxisUseGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.ByteOrderGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.ByteOrderGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -106,7 +106,7 @@
<remarks />
</Docs>
</Member>
<Member MemberName="SetSourcePixmap">
<Member MemberName="SetSourcePixmap">
<MemberSignature Language="C#" Value="public static void SetSourcePixmap (Cairo.Context cr, Gdk.Pixmap pixmap, double pixmap_x, double pixmap_y);" />
<MemberType>Method</MemberType>
<ReturnValue>
@ -126,7 +126,9 @@
<summary>Sets the source pixmap for a context.</summary>
<remarks>The pattern has an extend mode of None and is aligned so the origin of <paramref name="pixmap" /> is at the speficied offset.</remarks>
<since version="Gtk# 2.10" />
</Docs></Member></Members>
</Docs>
</Member>
</Members>
<Docs>
<summary>Cairo backend API methods.</summary>
<remarks />

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.CapStyleGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.CapStyleGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -1,5 +1,5 @@
<Type Name="ClosedHandler" FullName="Gdk.ClosedHandler">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ClosedHandler(object o, Gdk.ClosedArgs args);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ClosedHandler(object o, ClosedArgs args);" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyPublicKey />

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Colormap (IntPtr raw);" />
@ -188,7 +189,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -207,7 +208,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.ColorspaceGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.ColorspaceGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.CrossingModeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.CrossingModeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -119,14 +119,12 @@ To make the cursor invisible, use gdk_cursor_new_from_pixmap() to create a curso
<param name="y"> the vertical offset of the 'hotspot' of the cursor.</param>
<remarks>Creates a new cursor from a given pixmap and mask. Both the pixmap and mask must have a depth of 1 (i.e. each pixel has only 2 values - on or off). The standard cursor size is 16 by 16 pixels.
<example>
<code lang="C#">
<example><code lang="C#">
Gdk.Pixmap pixmap = GetPixmap ();
Gdk.Bitmap mask = GetMask ();
Gdk.Cursor cursor = new Gdk.Cursor (pixmap, mask);
</code>
</example></remarks>
</code></example></remarks>
</Docs>
</Member>
<Member MemberName="GType">

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.CursorTypeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.CursorTypeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -13,7 +13,8 @@
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters></Parameters>
<Parameters>
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="SetMode">
<MemberSignature Language="C#" Value="public bool SetMode (Gdk.InputMode mode);" />
@ -122,7 +123,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -29,7 +29,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="OpenDefaultLibgtkOnly">
<MemberSignature Language="C#" Value="public static Gdk.Display OpenDefaultLibgtkOnly ();" />
@ -42,11 +43,9 @@
<summary>Opens the default display specified by the command line arguments or the environment variables, setting it as the default display, it it was already set, then its just returned.</summary>
<returns>A <see cref="T:Gdk.Display" /> that is the default display just opened.</returns>
<remarks>Global.ParseArgs should be called first.
<block subset="none" type="note">
<para>
<block subset="none" type="note"><para>
This method is internal and shouldn't be used in any application.
</para>
</block></remarks>
</para></block></remarks>
</Docs>
</Member>
<Member MemberName="Open">
@ -350,7 +349,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Signal(CName="closed")</AttributeName>
<AttributeName>GLib.Signal("closed")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -439,7 +438,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="Get">
<MemberSignature Language="C#" Value="public static Gdk.DisplayManager Get ();" />
@ -57,7 +58,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="default-display")</AttributeName>
<AttributeName>GLib.Property("default-display")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -74,7 +75,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Signal(CName="display_opened")</AttributeName>
<AttributeName>GLib.Signal("display_opened")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -120,7 +121,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -1,5 +1,5 @@
<Type Name="DisplayOpenedHandler" FullName="Gdk.DisplayOpenedHandler">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void DisplayOpenedHandler(object o, Gdk.DisplayOpenedArgs args);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void DisplayOpenedHandler(object o, DisplayOpenedArgs args);" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyPublicKey />

View File

@ -235,4 +235,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.DragActionGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.DragActionGType))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Flags</AttributeName>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public DragContext (IntPtr raw);" />
@ -185,7 +186,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.DragProtocolGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.DragProtocolGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -15,7 +15,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="DrawPoints">
<MemberSignature Language="C#" Value="public void DrawPoints (Gdk.GC gc, Gdk.Point[] points);" />
@ -113,8 +114,7 @@
object, overriding the layout's normal colors with
<paramref name="foreground" /> and/or <paramref name="background" />.
<para>
<paramref name="foreground" /> and <paramref name="background" />
<para><paramref name="foreground" /> and <paramref name="background" />
need not be allocated.
</para></remarks>
</Docs>
@ -699,7 +699,7 @@ The clip mask of gc is ignored, but clip rectangles and clip regions work fine.
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -84,7 +84,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Scanlines property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Scanlines property.")</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Opaque</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public EdgeTableEntry (IntPtr raw);" />

View File

@ -19,33 +19,7 @@
<para>
Double and triple-clicks result in a sequence of events being received. For double-clicks the order of events will be:
<list type="number">
<item>
<term>
<see cref="T:Gdk.EventType.ButtonPress" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.ButtonRelease" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.ButtonPress" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.TwoButtonPress" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.ButtonRelease" />
</term>
</item>
</list></para>
<list type="number"><item><term><see cref="T:Gdk.EventType.ButtonPress" /></term></item><item><term><see cref="T:Gdk.EventType.ButtonRelease" /></term></item><item><term><see cref="T:Gdk.EventType.ButtonPress" /></term></item><item><term><see cref="T:Gdk.EventType.TwoButtonPress" /></term></item><item><term><see cref="T:Gdk.EventType.ButtonRelease" /></term></item></list></para>
<para>
Note that the first click is received just like a normal
button press, while the second click results in a
@ -54,48 +28,7 @@
double-clicks, except that <see cref="T:Gdk.EventType.ThreeButtonPress" /> is inserted after
the third click. The order of the events is:
<list type="number">
<item>
<term>
<see cref="T:Gdk.EventType.ButtonPress" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.ButtonRelease" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.ButtonPress" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.TwoButtonPress" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.ButtonRelease" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.ButtonPress" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.ThreeButtonPress" />
</term>
</item>
<item>
<term>
<see cref="T:Gdk.EventType.ButtonRelease" />
</term>
</item>
</list></para>
<list type="number"><item><term><see cref="T:Gdk.EventType.ButtonPress" /></term></item><item><term><see cref="T:Gdk.EventType.ButtonRelease" /></term></item><item><term><see cref="T:Gdk.EventType.ButtonPress" /></term></item><item><term><see cref="T:Gdk.EventType.TwoButtonPress" /></term></item><item><term><see cref="T:Gdk.EventType.ButtonRelease" /></term></item><item><term><see cref="T:Gdk.EventType.ButtonPress" /></term></item><item><term><see cref="T:Gdk.EventType.ThreeButtonPress" /></term></item><item><term><see cref="T:Gdk.EventType.ButtonRelease" /></term></item></list></para>
<para>
For a double click to occur, the second button press must
occur within 1/4 of a second of the first. For a triple click

View File

@ -1,5 +1,5 @@
<Type Name="EventFunc" FullName="Gdk.EventFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void EventFunc(Gdk.Event evnt);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void EventFunc(Event evnt);" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.EventMaskGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.EventMaskGType))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Flags</AttributeName>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.EventTypeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.EventTypeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.ExtensionModeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.ExtensionModeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.FillGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.FillGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.FillRuleGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.FillRuleGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -1,5 +1,5 @@
<Type Name="FilterFunc" FullName="Gdk.FilterFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate Gdk.FilterReturn FilterFunc(IntPtr xevent, Gdk.Event evnt);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate Gdk.FilterReturn FilterFunc(IntPtr xevent, Event evnt);" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.FilterReturnGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.FilterReturnGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>System.ValueType</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="Zero">
<MemberSignature Language="C#" Value="public static Gdk.Font Zero;" />
@ -284,7 +285,7 @@
</Members>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Type>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.FontTypeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.FontTypeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.FunctionGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.FunctionGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -33,7 +33,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="Copy">
<MemberSignature Language="C#" Value="public void Copy (Gdk.GC src_gc);" />
@ -620,7 +621,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -638,7 +639,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -59,7 +59,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by ClipMask property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by ClipMask property.")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -78,7 +78,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Stipple property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Stipple property.")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -97,7 +97,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Tile property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Tile property.")</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -412,7 +412,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.GrabStatusGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.GrabStatusGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.GravityGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.GravityGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="PutPixel">
<MemberSignature Language="C#" Value="public void PutPixel (int x, int y, uint pixel);" />
@ -128,7 +129,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.ImageTypeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.ImageTypeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.InputConditionGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.InputConditionGType))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Flags</AttributeName>

View File

@ -1,5 +1,5 @@
<Type Name="InputFunction" FullName="Gdk.InputFunction">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void InputFunction(IntPtr data, int source, Gdk.InputCondition condition);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void InputFunction(IntPtr data, int source, InputCondition condition);" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.InputModeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.InputModeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -17,7 +17,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.InputSourceGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.InputSourceGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -18,7 +18,7 @@ Nearest provides faster (and low quality) scaling, while Hyper is slow but high-
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.InterpTypeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.InterpTypeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -1,5 +1,5 @@
<Type Name="InvalidateMaybeRecurseChildFunc" FullName="Gdk.InvalidateMaybeRecurseChildFunc">
<TypeSignature Language="C#" Value="public delegate bool InvalidateMaybeRecurseChildFunc(Gdk.Window arg1);" />
<TypeSignature Language="C#" Value="public delegate bool InvalidateMaybeRecurseChildFunc(Window arg1);" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.JoinStyleGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.JoinStyleGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -83,4 +83,4 @@
</Docs>
</Member>
</Members>
</Type>
</Type>

View File

@ -22,7 +22,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="LookupKey">
<MemberSignature Language="C#" Value="public uint LookupKey (Gdk.KeymapKey key);" />
@ -104,7 +105,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Signal(CName="direction_changed")</AttributeName>
<AttributeName>GLib.Signal("direction_changed")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -121,7 +122,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Signal(CName="keys_changed")</AttributeName>
<AttributeName>GLib.Signal("keys_changed")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -222,7 +223,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.LineStyleGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.LineStyleGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -18,7 +18,7 @@ Like the X Window System, GDK supports 8 modifier keys and 5 mouse buttons.</sum
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.ModifierTypeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.ModifierTypeGType))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Flags</AttributeName>

View File

@ -17,7 +17,7 @@ See the X11 protocol specification of LeaveNotify for full details of crossing e
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.NotifyTypeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.NotifyTypeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.OverlapTypeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.OverlapTypeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.OwnerChangeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.OwnerChangeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Opaque</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public POINTBLOCK (IntPtr raw);" />

View File

@ -29,7 +29,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Gdk.PangoAttrEmbossed is a reference type now, use null", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Gdk.PangoAttrEmbossed is a reference type now, use null")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -146,7 +146,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by explicit Pango.Attribute cast", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by explicit Pango.Attribute cast")</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -29,7 +29,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Gdk.PangoAttrStipple is a reference type now, use null", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Gdk.PangoAttrStipple is a reference type now, use null")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -119,7 +119,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Stipple property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Stipple property.")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -168,7 +168,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by explicit Pango.Attribute cast", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by explicit Pango.Attribute cast")</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>Pango.Renderer</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="GetDefault">
<MemberSignature Language="C#" Value="public static Gdk.PangoRenderer GetDefault (Gdk.Screen screen);" />
@ -80,7 +81,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -137,7 +138,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="screen")</AttributeName>
<AttributeName>GLib.Property("screen")</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -33,8 +33,7 @@
formats.
</para>
<para>An example that composites two images next to each other.
<example>
<code lang="C#">
<example><code lang="C#">
// Compile with: mcs -pkg:gtk-sharp PixmapComposite.cs
// Usage: PixmapComposite.exe image-1.jpg image-2.jpg composite.jpg
using Gdk;
@ -93,14 +92,14 @@ public class PixmapComposite
composite.Save (args [2], type);
}
}
</code>
</example></para>
</code></example></para>
</remarks>
</Docs>
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="FromPixdata">
<MemberSignature Language="C#" Value="public static Gdk.Pixbuf FromPixdata (Gdk.Pixdata pixdata, bool copy_pixels);" />
@ -980,7 +979,7 @@ public class PixmapComposite
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="bits-per-sample")</AttributeName>
<AttributeName>GLib.Property("bits-per-sample")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -1004,7 +1003,7 @@ public class PixmapComposite
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="height")</AttributeName>
<AttributeName>GLib.Property("height")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -1029,7 +1028,7 @@ public class PixmapComposite
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="has-alpha")</AttributeName>
<AttributeName>GLib.Property("has-alpha")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -1052,7 +1051,7 @@ public class PixmapComposite
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="width")</AttributeName>
<AttributeName>GLib.Property("width")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -1072,7 +1071,7 @@ public class PixmapComposite
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="n-channels")</AttributeName>
<AttributeName>GLib.Property("n-channels")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -1098,7 +1097,7 @@ public class PixmapComposite
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="rowstride")</AttributeName>
<AttributeName>GLib.Property("rowstride")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -1119,7 +1118,7 @@ public class PixmapComposite
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="colorspace")</AttributeName>
<AttributeName>GLib.Property("colorspace")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -1209,15 +1208,11 @@ If the assembly parameter is <see langword="null" />, the image will be looked
<para>
For example:
</para><example>
<code lang="C#">
</para><example><code lang="C#">
Gdk.Pixbuf p = new Pixbuf (null, "image.jpg");
</code>
</example><para>Compile with:</para><example>
<code lang="Compilation">
</code></example><para>Compile with:</para><example><code lang="Compilation">
mcs -resource:image.jpg sample.cs
</code>
</example></remarks>
</code></example></remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
@ -1250,15 +1245,11 @@ If the assembly parameter is <see langword="null" />, the image will be looked
<para>
For example:
</para><example>
<code lang="C#">
</para><example><code lang="C#">
Gdk.Pixbuf p = new Pixbuf (null, "image.jpg", 10, 10);
</code>
</example><para>Compile with:</para><example>
<code lang="Compilation">
</code></example><para>Compile with:</para><example><code lang="Compilation">
mcs -resource:image.jpg sample.cs
</code>
</example></remarks>
</code></example></remarks>
<since version="Gtk# 2.4" />
</Docs>
</Member>
@ -1294,8 +1285,7 @@ mcs -resource:image.jpg sample.cs
<param name="stream">a <see cref="T:System.IO.Stream" /> containing the image</param>
<remarks>Useful for creating a Pixbuf from an image file that resides in a stream.
<example>
<code lang="C#">
<example><code lang="C#">
/* buffer containing an image */
System.Byte[] buffer = new System.Byte[256];
@ -1304,8 +1294,7 @@ System.IO.MemoryStream memorystream = new System.IO.MemoryStream(buffer);
/* create a pixbuf from the stream as if it was a file */
Gdk.Pixbuf pb = new Gdk.Pixbuf(memorystream);
</code>
</example></remarks>
</code></example></remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
@ -1324,8 +1313,7 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(memorystream);
<param name="height"> a <see cref="T:System.Int32" /> specifying the required height</param>
<remarks>Useful for creating a Pixbuf with a specific size from an image file that resides in a stream.
<example>
<code lang="C#">
<example><code lang="C#">
/* buffer containing an image */
System.Byte[] buffer = new System.Byte[256];
@ -1334,8 +1322,7 @@ System.IO.MemoryStream memorystream = new System.IO.MemoryStream(buffer);
/* create a pixbuf from the stream as if it was a file */
Gdk.Pixbuf pb = new Gdk.Pixbuf(memorystream, 10, 10);
</code>
</example></remarks>
</code></example></remarks>
<since version="Gtk# 2.4" />
</Docs>
</Member>
@ -1351,15 +1338,13 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(memorystream, 10, 10);
<param name="buffer">a <see cref="T:System.Byte[]" /> containing the image in one of the formats recognized by Pixbuf (png, tiff, jpeg, etc).</param>
<remarks>Useful for creating a Pixbuf from an image file in memory.
<example>
<code lang="C#">
<example><code lang="C#">
/* buffer containing an image */
System.Byte[] buffer = new System.Byte[256];
/* create a pixbuf from the buffer as if it was a file */
Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer);
</code>
</example></remarks>
</code></example></remarks>
<since version="Gtk# 2.4" />
</Docs>
</Member>
@ -1379,15 +1364,13 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer);
<param name="height"> a <see cref="T:System.Int32" /> specifying the required height</param>
<remarks>Useful for creating a Pixbuf with a specific size from an image file in memory.
<example>
<code lang="C#">
<example><code lang="C#">
/* buffer containing an image */
System.Byte[] buffer = new System.Byte[256];
/* create a pixbuf from the buffer as if it was a file */
Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10);
</code>
</example></remarks>
</code></example></remarks>
<since version="Gtk# 2.4" />
</Docs>
</Member>
@ -1479,7 +1462,7 @@ Gdk.Pixbuf pb = new Gdk.Pixbuf(buffer, 10, 10);
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.PixbufAlphaModeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.PixbufAlphaModeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>Gdk.PixbufAnimation</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PixbufAniAnim (IntPtr raw);" />
@ -56,7 +57,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>Gdk.PixbufAnimationIter</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PixbufAniAnimIter (IntPtr raw);" />
@ -56,7 +57,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="GetIter">
<MemberSignature Language="C#" Value="public Gdk.PixbufAnimationIter GetIter (IntPtr start_time);" />
@ -194,7 +195,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -258,8 +259,7 @@
<param name="stream">a <see cref="T:System.IO.Stream" /></param>
<remarks>Useful for creating an animation from an image file that resides in memory.
<example>
<code lang="C#">
<example><code lang="C#">
/* buffer containing an image */
System.Byte[] buffer = new System.Byte[256];
@ -268,8 +268,7 @@ System.IO.MemoryStream memorystream = new System.IO.MemoryStream(buffer);
/* create an animation from the stream as if it was a file */
Gdk.PixbufAnimation pba = new Gdk.PixbufAnimation(memorystream);
</code>
</example></remarks>
</code></example></remarks>
<since version="Gtk# 2.4" />
</Docs>
</Member>
@ -299,15 +298,11 @@ If the assembly parameter is <see langword="null" />, the image will be looked
<para>
For example:
</para><example>
<code lang="C#">
</para><example><code lang="C#">
Gdk.PixbufAnimation p = new PixbufAnimation (null, "anim.gif");
</code>
</example><para>Compile with:</para><example>
<code lang="Compilation">
</code></example><para>Compile with:</para><example><code lang="Compilation">
mcs -resource:anim.gif sample.cs
</code>
</example></remarks>
</code></example></remarks>
<since version="Gtk# 2.4" />
</Docs>
</Member>

View File

@ -16,7 +16,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="Advance">
<MemberSignature Language="C#" Value="public bool Advance (IntPtr current_time);" />
@ -165,7 +166,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.PixbufErrorGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.PixbufErrorGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -59,7 +59,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Revert property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Revert property.")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -78,7 +78,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Composited property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Composited property.")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -97,7 +97,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Pixbuf property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Pixbuf property.")</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>Gdk.PixbufAnimation</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="FrameComposite">
<MemberSignature Language="C#" Value="public void FrameComposite (Gdk.PixbufFrame frame);" />
@ -73,7 +74,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>Gdk.PixbufAnimationIter</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public PixbufGifAnimIter (IntPtr raw);" />
@ -58,7 +59,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -130,7 +130,8 @@ namespace GtkDemo
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="Write">
<MemberSignature Language="C#" Value="public bool Write (byte[] buf, ulong count);" />
@ -227,7 +228,7 @@ namespace GtkDemo
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Signal(CName="area_prepared")</AttributeName>
<AttributeName>GLib.Signal("area_prepared")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -244,7 +245,7 @@ namespace GtkDemo
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Signal(CName="area_updated")</AttributeName>
<AttributeName>GLib.Signal("area_updated")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -261,7 +262,7 @@ namespace GtkDemo
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Signal(CName="closed")</AttributeName>
<AttributeName>GLib.Signal("closed")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -290,7 +291,7 @@ namespace GtkDemo
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Signal(CName="size_prepared")</AttributeName>
<AttributeName>GLib.Signal("size_prepared")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -400,7 +401,7 @@ namespace GtkDemo
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.PixbufRotationGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.PixbufRotationGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -11,7 +11,7 @@
<param name="count">Number of bytes in <paramref name="buf" />.</param>
<summary>Specifies the type of the method passed to <see cref="M:Gdk.Pixbuf.SaveToCallback" />.</summary>
<remarks>
<para>It is called once for each block of bytes that is "written" by <see cref="M:Gdk.Pixbuf.SaveToCallback" />. If successful it should return <see langword="true" />. If an error occurs it should set an error and return <see langword="false" />, in which case <see cref="M:Gdk.Pixbuf.SaveToCallback" /> will fail with the same error.</para>
<para>It is called once for each block of bytes that is "written" by <see cref="M:Gdk.Pixbuf.SaveToCallback" />. If successful it should return <see langword="true" />. If an error occurs it should set an error and return <see langword="false" />, in which case <see cref="M:Gdk.Pixbuf.SaveToCallback" /> will fail with the same error.</para>
</remarks>
<returns>
<see langword="true" /> if successful, <see langword="false" /> if failed.</returns>

View File

@ -14,7 +14,7 @@
<MemberType>Constructor</MemberType>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
<Parameters>

View File

@ -17,7 +17,8 @@ The depth of a pixmap is the number of bits per pixels. Bitmaps are simply pixma
<Base>
<BaseTypeName>Gdk.Drawable</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="Lookup">
<MemberSignature Language="C#" Value="public static Gdk.Pixmap Lookup (uint anid);" />
@ -186,7 +187,7 @@ For example in the X backend, a native pixmap handle is an Xlib XID.
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.PropModeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.PropModeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.PropertyStateGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.PropertyStateGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -29,7 +29,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Gdk.RgbCmap is a reference type now, use null", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Gdk.RgbCmap is a reference type now, use null")</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.RgbDitherGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.RgbDitherGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Opaque</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ScanLineList (IntPtr raw);" />

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Opaque</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public ScanLineListBlock (IntPtr raw);" />

View File

@ -14,7 +14,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public Screen (IntPtr raw);" />
@ -224,7 +225,7 @@ Console.WriteLine("You have {0} monitors.",numMonitors);
</Docs>
<Attributes>
<Attribute>
<AttributeName>GLib.Signal(CName="size_changed")</AttributeName>
<AttributeName>GLib.Signal("size_changed")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -347,7 +348,7 @@ Console.WriteLine("You have {0} monitors.",numMonitors);
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -434,7 +435,7 @@ Console.WriteLine("You have {0} monitors.",numMonitors);
<MemberType>Event</MemberType>
<Attributes>
<Attribute>
<AttributeName>GLib.Signal(CName="composited_changed")</AttributeName>
<AttributeName>GLib.Signal("composited_changed")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
@ -464,7 +465,7 @@ Console.WriteLine("You have {0} monitors.",numMonitors);
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="resolution")</AttributeName>
<AttributeName>GLib.Property("resolution")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
@ -482,7 +483,7 @@ Console.WriteLine("You have {0} monitors.",numMonitors);
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>GLib.Property(Name="font-options")</AttributeName>
<AttributeName>GLib.Property("font-options")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.ScrollDirectionGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.ScrollDirectionGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.SettingActionGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.SettingActionGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -1,5 +1,5 @@
<Type Name="SizePreparedHandler" FullName="Gdk.SizePreparedHandler">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void SizePreparedHandler(object o, Gdk.SizePreparedArgs args);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void SizePreparedHandler(object o, SizePreparedArgs args);" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyPublicKey />

View File

@ -1,5 +1,5 @@
<Type Name="SpanFunc" FullName="Gdk.SpanFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void SpanFunc(Gdk.Span span);" />
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void SpanFunc(Span span);" />
<AssemblyInfo>
<AssemblyName>gdk-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.StatusGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.StatusGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.SubwindowModeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.SubwindowModeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -20,8 +20,7 @@
<para>As always, you must also surround any calls to Gtk not made within a signal handler with a <see cref="M:Gdk.Threads.Enter()" />/<see cref="M:Gdk.Threads.Leave()" /> pair.
Before calling <see cref="M:Gdk.Threads.Leave()" /> from a thread other than your main thread, you probably want to call gdk_flush() to send all pending commands to the windowing system. (The reason you do not need to do this from the main thread is that GDK always automatically flushes pending commands when it runs out of incoming events to process and has to sleep while waiting for more events.)</para>
<para>A minimal main program for a threaded GTK+ application looks like:
<example>
<code lang="C#">
<example><code lang="C#">
static void Main (string[] args)
{
Window window;
@ -38,8 +37,7 @@ static void Main (string[] args)
return 0;
}
</code>
</example></para>
</code></example></para>
</remarks>
</Docs>
<Base>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.VisibilityStateGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.VisibilityStateGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -52,7 +52,8 @@
<Base>
<BaseTypeName>GLib.Object</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="GetBestWithDepth">
<MemberSignature Language="C#" Value="public static Gdk.Visual GetBestWithDepth (int depth);" />
@ -238,7 +239,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -28,7 +28,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.VisualTypeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.VisualTypeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -19,7 +19,8 @@
<Base>
<BaseTypeName>Gdk.Drawable</BaseTypeName>
</Base>
<Interfaces></Interfaces>
<Interfaces>
</Interfaces>
<Members>
<Member MemberName="ProcessAllUpdates">
<MemberSignature Language="C#" Value="public static void ProcessAllUpdates ();" />
@ -1720,7 +1721,7 @@ The color must be allocated;
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message=null, IsError=False)</AttributeName>
<AttributeName>System.Obsolete</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -59,7 +59,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Colormap property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Colormap property.")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -78,7 +78,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Visual property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Visual property.")</AttributeName>
</Attribute>
</Attributes>
</Member>
@ -96,7 +96,7 @@
</Docs>
<Attributes>
<Attribute>
<AttributeName>System.Obsolete(Message="Replaced by Cursor property.", IsError=False)</AttributeName>
<AttributeName>System.Obsolete("Replaced by Cursor property.")</AttributeName>
</Attribute>
</Attributes>
</Member>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.WindowAttributesTypeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.WindowAttributesTypeGType))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Flags</AttributeName>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.WindowClassGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.WindowClassGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.WindowEdgeGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.WindowEdgeGType))</AttributeName>
</Attribute>
</Attributes>
<Members>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.WindowHintsGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.WindowHintsGType))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Flags</AttributeName>

View File

@ -16,7 +16,7 @@
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gdk.WindowStateGType))</AttributeName>
<AttributeName>GLib.GType(typeof(Gdk.WindowStateGType))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Flags</AttributeName>

Some files were not shown because too many files have changed in this diff Show More