Ryujinx-GtkSharp/doc/en/Glade
Dan Winship b7e4cc507e * generator/Parameters.cs (IsHidden): method to check if a
parameter should be hidden in the managed sig (eg, because it's
	user_data, or it's the length of the preceding array/string, etc).
	(VisibleCount): the number of parameters that will actually be
	exposed in the managed signature.
	(IsAccessor): test VisibleCount, not Count
	(AccessorReturnType, AccessorName): deal with the fact that the
	accessor parameter might not be the first one.

	* generator/CallbackGen.cs:
	* generator/Signature.cs: use Parameters.IsHidden.

	* generator/Method.cs (Initialize): set is_set based on
	VisibleCount, not Count.
	(Validate): call base.Validate() before Initialize() so that
	VisibleCount will be correct in Initialize.

	* generator/MethodBody.cs (GetCallString, CallArrayLength,
	Initialize): update to deal with accessors with multiple args.

	* gtk/Clipboard.custom (SetText): implement as an Obsolete variant
	of the Text property

	* gtk/IconTheme.custom (SearchPath, SetSearchPath): obsolete
	SetSearchPath, implement a setter on SearchPath instead.

	* gtk/ListStore.custom (SetColumnTypes):
	* gtk/TreeStore.custom (SetColumnTypes): implement as an Obsolete
	variant of the ColumnTypes property.

	* glade/XML.custom (CustomHandler): implement as a property
	(SetCustomHandler): Mark this obsolete

	* glade/Global.custom (SetCustomHandler): deprecate in favor of
	XML.CustomHandler.

	* gnomedb/Editor.custom (SetText): implement as an Obsolete
	variant of the Text property

svn path=/trunk/gtk-sharp/; revision=43898
2005-05-02 20:10:03 +00:00
..
AccelInfo.xml 2005-01-07 Shane Landrum <epicene@pobox.com> 2005-01-07 17:22:21 +00:00
ApplyCustomPropFunc.xml 2005-01-07 Shane Landrum <epicene@pobox.com> 2005-01-07 17:22:21 +00:00
AtkActionInfo.xml 2005-01-07 Shane Landrum <epicene@pobox.com> 2005-01-07 17:22:21 +00:00
AtkRelationInfo.xml 2005-01-07 Shane Landrum <epicene@pobox.com> 2005-01-07 17:22:21 +00:00
BuildChildrenFunc.xml Apply patches from jaspervp@gmx.net 2004-07-14 02:01:45 +00:00
ChildInfo.xml 2005-01-07 Shane Landrum <epicene@pobox.com> 2005-01-07 17:22:21 +00:00
FindInternalChildFunc.xml Apply patches from jaspervp@gmx.net 2004-07-14 02:01:45 +00:00
Global.xml updater run for new api 2004-11-05 19:49:12 +00:00
HandlerNotFoundException.xml * updater/updater.cs (Compare): handle BaseType changes 2005-02-15 21:53:03 +00:00
Interface.xml 2005-01-07 Shane Landrum <epicene@pobox.com> 2005-01-07 17:22:21 +00:00
NewFunc.xml Apply patches from jaspervp@gmx.net 2004-07-14 02:01:45 +00:00
Parser.xml some more docs: Glade and Atk mostly 2004-08-02 02:38:30 +00:00
Property.xml 2005-01-07 Shane Landrum <epicene@pobox.com> 2005-01-07 17:22:21 +00:00
RawXMLConnectFunc.xml 2005-01-07 Mike Kestner <mkestner@novell.com> 2005-01-07 21:29:38 +00:00
SignalInfo.xml 2005-01-07 Shane Landrum <epicene@pobox.com> 2005-01-07 17:22:21 +00:00
Standard.xml some more docs: Glade and Atk mostly 2004-08-02 02:38:30 +00:00
TODO 2004-03-05 Hector Gomez M <hectorgm@ciencias.unam.mx> 2004-03-05 13:40:13 +00:00
WidgetAttribute.xml 2003-12-22 John Luke <jluke@cfl.rr.com> 2003-12-24 01:35:30 +00:00
WidgetInfo.xml 2005-01-07 Shane Landrum <epicene@pobox.com> 2005-01-07 17:22:21 +00:00
XML.xml * generator/Parameters.cs (IsHidden): method to check if a 2005-05-02 20:10:03 +00:00
XMLConnectFunc.xml Apply patches from jaspervp@gmx.net 2004-07-14 02:01:45 +00:00
XMLCustomWidgetHandler.xml Apply patches from jaspervp@gmx.net 2004-07-14 02:01:45 +00:00