mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-10-27 04:17:53 +00:00
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 |
||
|---|---|---|
| .. | ||
| DbClient | ||
| gconf | ||
| gnomevfs | ||
| GtkDemo | ||
| panelapplet | ||
| pixmaps | ||
| rsvg | ||
| test | ||
| Actions.cs | ||
| ButtonApp.cs | ||
| cairo-sample.exe.config.in | ||
| CairoSample.cs | ||
| CalendarApp.cs | ||
| CanvasExample.cs | ||
| CustomCellRenderer.cs | ||
| CustomWidget.cs | ||
| DrawingSample.cs | ||
| Fifteen.cs | ||
| GladeTest.cs | ||
| GladeViewer.cs | ||
| GnomeHelloWorld.cs | ||
| GstPlayer.cs | ||
| gtk-html-sample.cs | ||
| GtkCairo.cs | ||
| HelloWorld.cs | ||
| Makefile.am | ||
| makefile.win32 | ||
| ManagedTreeViewDemo.cs | ||
| Menu.cs | ||
| NodeViewDemo.cs | ||
| PolarFixed.cs | ||
| PrintSample.cs | ||
| Scribble.cs | ||
| ScribbleXInput.cs | ||
| Size.cs | ||
| Subclass.cs | ||
| test.glade | ||
| TestDnd.cs | ||
| TestVfs.cs | ||
| TreeViewDemo.cs | ||
| VteTest.cs | ||