GtkSharp/doc/en/Gdk
Dan Winship 622c360576 * parser/gapi2xml.pl (addFuncElems): if a struct or boxed type has
a constructor or a ref, unref, or destroy method, then it must be
	a reference type, so mark it "opaque" but then also mark all of
	its fields public and writable.

	* */*-api*.raw: Regen

	* generator/Parser.cs (ParseNamespace): make the opaque attribute
	check actually look at the value of the attribute rather than just
	checking if it's there, so that you can change a struct's opaque
	attribute from "true" to "false" via metadata and have that work.

	* generator/BoxedGen.cs (Generate): do not generate the boxed's
	"Free" method (since it's guaranteed to crash when we pass it a
	stack pointer). If "Copy" is marked deprecated, create a
	deprecated no-op for it, otherwise just skip it (since otherwise
	it will just leak memory when we copy its result onto the stack).

	* pango/Pango.metadata: deprecate Pango.Color.Copy and
	Pango.Matrix.Copy. Hide some array fields in Pango.GlyphString
	that we've never generated correctly. Tweak Pango.LayoutLine
	fields to be the same as they used to be.

	* pango/GlyphItem.custom (glyphs, item):
	* pango/GlyphString.custom (Zero, New):
	* pango/Item.custom (Zero, New):
	* pango/LayoutRun.custom (glyphs, item): add deprecated API compat

	* gdk/Gdk.metadata: undo the parser's new opaquification of
	Gdk.Font; it's been deprecated since pre-gtk# times, and no one
	should be using it, so there's no point in fixing it now. Fix up a
	few other things to match how they used to be. Fix RgbCmap's
	constructor args.

	* gdk/RgbCmap.custom (Zero, New): deprecated API compat

	* gdk/PangoAttrEmbossed.custom:
	* gdk/PangoAttrStipple.custom (Zero, New, Attr): deprecated API
	compat
	(explicit operator ...): allow casting back and forth between
	Pango.Attribute. (We can't usefully make them real subclasses of
	Pango.Attribute, because there's no way for
	Pango.Attribute.GetAttribute() to be able to dtrt with them.)

	* gtk/Gtk.metadata: deprecate Gtk.Requisition.Copy,
	Gtk.TextIter.Copy, and Gtk.TreeIter.Copy. Mark the return value of
	TextView.DefaultAttributes as "owned". Mark TargetList's fields
	private so it stays how it used to be.

	* gtk/TextAttributes.custom (Zero, New): deprecated API compat

	* gnomevfs/Gnomevfs.metadata: remove a bunch of opaque
	declarations that the parser figures out on its own now.

	* art/Art.metadata:
	* glade/Glade.metadata:
	* rsvg/Rsvg.metadata: un-mark everything the parser marked opaque
	in these libraries, because all of the structs in question would
	still be unusably broken, so the API churn would be pointless.

svn path=/trunk/gtk-sharp/; revision=48387
2005-08-15 15:15:57 +00:00
..
AreaUpdatedArgs.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
AreaUpdatedHandler.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Atom.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
AxisUse.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
BRESINFO.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
ByteOrder.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
CapStyle.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Char.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
ClosedArgs.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
ClosedHandler.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Color.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Colormap.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Colorspace.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
CrossingMode.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Cursor.xml * parser/gapi2xml.pl (addFuncElems): if a struct or boxed type has 2005-08-15 15:15:57 +00:00
CursorType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
DestroyNotify.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Device.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
DeviceAxis.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
DeviceKey.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Display.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
DisplayManager.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
DisplayOpenedArgs.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
DisplayOpenedHandler.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
DisplayPointerHooks.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Drag.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
DragAction.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
DragContext.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
DragProtocol.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Drawable.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Drop.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EdgeTable.xml 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
EdgeTableEntry.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Error.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Event.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventButton.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventClient.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventConfigure.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventCrossing.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventDND.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventExpose.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventFocus.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventFunc.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventHelper.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventKey.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventMask.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventMotion.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventOwnerChange.xml 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
EventProperty.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventProximity.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventScroll.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventSelection.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventSetting.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventVisibility.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
EventWindowState.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
ExtensionMode.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Fill.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
FillRule.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
FilterFunc.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
FilterReturn.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Font.xml * generator/OpaqueGen.cs (Generate): 2005-08-11 14:13:25 +00:00
Fontset.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
FontType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Function.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
GC.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
GCValues.xml 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
GCValuesMask.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Geometry.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Global.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
GrabStatus.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Gravity.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Image.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
ImageType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Input.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
InputCondition.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
InputFunction.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
InputMode.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
InputSource.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
InterpType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
InvalidateMaybeRecurseChildFunc.xml * parser/gapi2xml.pl (addParamsElem): change the handling of 2005-07-22 19:10:04 +00:00
JoinStyle.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Key.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Keyboard.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Keymap.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
KeymapKey.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Keyval.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
LineStyle.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
ModifierType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
NotifyType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
OverlapType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
OwnerChange.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PangoAttrEmbossed.xml * parser/gapi2xml.pl (addFuncElems): if a struct or boxed type has 2005-08-15 15:15:57 +00:00
PangoAttrStipple.xml * parser/gapi2xml.pl (addFuncElems): if a struct or boxed type has 2005-08-15 15:15:57 +00:00
PangoHelper.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PangoRenderer.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Pixbuf.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufAlphaMode.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufAniAnim.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufAniAnimIter.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufAnimation.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufAnimationIter.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufDestroyNotify.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufError.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufFormat.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufFrame.xml 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
PixbufFrameAction.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufGifAnim.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufGifAnimIter.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufLoader.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufRotation.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixbufSaveFunc.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Pixdata.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixdataDumpType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PixdataType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Pixmap.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Point.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
POINTBLOCK.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Pointer.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PointerHooks.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Property.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PropertyState.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
PropMode.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Rectangle.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Region.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
RegionBox.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Rgb.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
RgbCmap.xml * parser/gapi2xml.pl (addFuncElems): if a struct or boxed type has 2005-08-15 15:15:57 +00:00
RgbDither.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
ScanLineList.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
ScanLineListBlock.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Screen.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
ScrollDirection.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Segment.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Selection.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
SettingAction.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Size.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
SizePreparedArgs.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
SizePreparedHandler.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Span.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
SpanFunc.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Spawn.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Status.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
SubwindowMode.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
TextProperty.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Threads.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
TimeCoord.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
TODO 2004-03-05 Hector Gomez M <hectorgm@ciencias.unam.mx> 2004-03-05 13:40:13 +00:00
Trapezoid.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
VisibilityState.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Visual.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
VisualType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
Window.xml * parser/gapi2xml.pl (addParamsElem): change the handling of 2005-07-22 19:10:04 +00:00
WindowAttr.xml 2005-07-02 Mike Kestner <mkestner@novell.com> 2005-07-02 15:23:27 +00:00
WindowAttributesType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
WindowClass.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
WindowEdge.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
WindowHints.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
WindowState.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
WindowType.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
WindowTypeHint.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
WMDecoration.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00
WMFunction.xml updates to assembly version elements 2005-06-17 18:43:30 +00:00