mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 14:05:31 +00:00
85d88fe1ca
properties can't be set until Validate-time (eg, Method.IsGetter), but it's annoying for every potential user of those properties to have to make sure it has Validated the generatable first. So now we add an explicit Validate() step after everything is loaded but before anything is Generated, so that at Generation time, everything can be assumed to have been Validated. * generator/IGeneratable.cs: add "bool Validate()" * generator/CodeGenerator.cs (Main): after loading all of the generatables, DeAlias the SymbolTable, Validate() all the generatables, and discard any invalid ones. * generator/*.cs: Implement Validate() trivially in generatables that didn't implement it before. Move Validate() calls from Generate() to Validate(). Remove non-hierarchical Validate() calls. * generator/SymbolTable.cs: GPtrArray is IntPtr, not IntPtr[] svn path=/trunk/gtk-sharp/; revision=48046
1684 lines
59 KiB
XML
1684 lines
59 KiB
XML
<Overview>
|
|
<Assemblies>
|
|
<Assembly Name="glib-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="pango-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="atk-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="gdk-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="gtk-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="glade-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="gnome-vfs-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="art-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="gnome-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="gda-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="gnomedb-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="gconf-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="gconf-sharp-peditors" Version="2.6.0.0" />
|
|
<Assembly Name="gtkhtml-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="rsvg-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="vte-sharp" Version="2.6.0.0" />
|
|
<Assembly Name="gtk-dotnet" Version="2.6.0.0" />
|
|
</Assemblies>
|
|
<Remarks>To be added.</Remarks>
|
|
<Copyright>To be added.</Copyright>
|
|
<Types>
|
|
<Namespace Name="GLib">
|
|
<Type Name="IWrapper" />
|
|
<Type Name="Argv" />
|
|
<Type Name="Boxed" />
|
|
<Type Name="CDeclCallbackAttribute" />
|
|
<Type Name="ClassInitializerAttribute" />
|
|
<Type Name="ConnectBeforeAttribute" />
|
|
<Type Name="DefaultSignalHandlerAttribute" />
|
|
<Type Name="DelegateWrapper" />
|
|
<Type Name="DestroyHelper" />
|
|
<Type Name="EnumWrapper" />
|
|
<Type Name="FileUtils" />
|
|
<Type Name="GException" />
|
|
<Type Name="GString" />
|
|
<Type Name="GType" />
|
|
<Type Name="GTypeAttribute" />
|
|
<Type Name="Idle" />
|
|
<Type Name="ListBase" />
|
|
<Type Name="List" />
|
|
<Type Name="Log" />
|
|
<Type Name="MainContext" />
|
|
<Type Name="MainLoop" />
|
|
<Type Name="Markup" />
|
|
<Type Name="Marshaller" />
|
|
<Type Name="MissingIntPtrCtorException" />
|
|
<Type Name="SignalArgs" />
|
|
<Type Name="NotifyArgs" />
|
|
<Type Name="Object" />
|
|
<Type Name="ObjectManager" />
|
|
<Type Name="Opaque" />
|
|
<Type Name="PropertyAttribute" />
|
|
<Type Name="Signal" />
|
|
<Type Name="SignalAttribute" />
|
|
<Type Name="SignalCallback" />
|
|
<Type Name="SList" />
|
|
<Type Name="Source" />
|
|
<Type Name="Thread" />
|
|
<Type Name="Timeout" />
|
|
<Type Name="TypeConverter" />
|
|
<Type Name="UnwrappedObject" />
|
|
<Type Name="ValueArray" />
|
|
<Type Name="Value" />
|
|
<Type Name="DestroyNotify" />
|
|
<Type Name="IdleHandler" />
|
|
<Type Name="LogFunc" />
|
|
<Type Name="PrintFunc" />
|
|
<Type Name="NotifyHandler" />
|
|
<Type Name="TimeoutHandler" />
|
|
<Type Name="LogLevelFlags" />
|
|
<Type Name="TypeFundamentals" />
|
|
<Type Name="ListBase+FilenameString" />
|
|
</Namespace>
|
|
<Namespace Name="Pango">
|
|
<Type Name="Attribute" />
|
|
<Type Name="AttrBackground" />
|
|
<Type Name="AttrFallback" />
|
|
<Type Name="AttrFamily" />
|
|
<Type Name="AttrFontDesc" />
|
|
<Type Name="AttrForeground" />
|
|
<Type Name="AttrLanguage" />
|
|
<Type Name="AttrLetterSpacing" />
|
|
<Type Name="AttrRise" />
|
|
<Type Name="AttrScale" />
|
|
<Type Name="AttrShape" />
|
|
<Type Name="AttrSize" />
|
|
<Type Name="AttrStretch" />
|
|
<Type Name="AttrStrikethroughColor" />
|
|
<Type Name="AttrStrikethrough" />
|
|
<Type Name="AttrStyle" />
|
|
<Type Name="AttrUnderlineColor" />
|
|
<Type Name="AttrUnderline" />
|
|
<Type Name="AttrVariant" />
|
|
<Type Name="AttrWeight" />
|
|
<Type Name="Scale" />
|
|
<Type Name="Units" />
|
|
<Type Name="Analysis" />
|
|
<Type Name="AttrIterator" />
|
|
<Type Name="AttrList" />
|
|
<Type Name="Color" />
|
|
<Type Name="Context" />
|
|
<Type Name="Coverage" />
|
|
<Type Name="EngineLang" />
|
|
<Type Name="EngineShape" />
|
|
<Type Name="Font" />
|
|
<Type Name="FontMap" />
|
|
<Type Name="FontDescription" />
|
|
<Type Name="FontFace" />
|
|
<Type Name="FontFamily" />
|
|
<Type Name="FontMetrics" />
|
|
<Type Name="Fontset" />
|
|
<Type Name="Global" />
|
|
<Type Name="GlyphGeometry" />
|
|
<Type Name="GlyphInfo" />
|
|
<Type Name="GlyphItem" />
|
|
<Type Name="GlyphString" />
|
|
<Type Name="GlyphVisAttr" />
|
|
<Type Name="Item" />
|
|
<Type Name="Language" />
|
|
<Type Name="Layout" />
|
|
<Type Name="LayoutIter" />
|
|
<Type Name="LayoutLine" />
|
|
<Type Name="LayoutRun" />
|
|
<Type Name="LogAttr" />
|
|
<Type Name="Matrix" />
|
|
<Type Name="Rectangle" />
|
|
<Type Name="Renderer" />
|
|
<Type Name="ScriptIter" />
|
|
<Type Name="TabArray" />
|
|
<Type Name="AttrDataCopyFunc" />
|
|
<Type Name="AttrFilterFunc" />
|
|
<Type Name="FontsetForeachFunc" />
|
|
<Type Name="Alignment" />
|
|
<Type Name="AttrType" />
|
|
<Type Name="CoverageLevel" />
|
|
<Type Name="Direction" />
|
|
<Type Name="EllipsizeMode" />
|
|
<Type Name="FontMask" />
|
|
<Type Name="RenderPart" />
|
|
<Type Name="Script" />
|
|
<Type Name="Stretch" />
|
|
<Type Name="Style" />
|
|
<Type Name="TabAlign" />
|
|
<Type Name="Underline" />
|
|
<Type Name="Variant" />
|
|
<Type Name="Weight" />
|
|
<Type Name="WrapMode" />
|
|
</Namespace>
|
|
<Namespace Name="Atk">
|
|
<Type Name="Action" />
|
|
<Type Name="Component" />
|
|
<Type Name="Document" />
|
|
<Type Name="EditableText" />
|
|
<Type Name="Hypertext" />
|
|
<Type Name="Image" />
|
|
<Type Name="Implementor" />
|
|
<Type Name="Selection" />
|
|
<Type Name="StreamableContent" />
|
|
<Type Name="Table" />
|
|
<Type Name="Text" />
|
|
<Type Name="Value" />
|
|
<Type Name="ActiveDescendantChangedArgs" />
|
|
<Type Name="Attribute" />
|
|
<Type Name="BoundsChangedArgs" />
|
|
<Type Name="ChildrenChangedArgs" />
|
|
<Type Name="ColumnDeletedArgs" />
|
|
<Type Name="ColumnInsertedArgs" />
|
|
<Type Name="Focus" />
|
|
<Type Name="FocusEventArgs" />
|
|
<Type Name="Global" />
|
|
<Type Name="Object" />
|
|
<Type Name="GObjectAccessible" />
|
|
<Type Name="Hyperlink" />
|
|
<Type Name="KeyEventStruct" />
|
|
<Type Name="LinkSelectedArgs" />
|
|
<Type Name="NoOpObject" />
|
|
<Type Name="ObjectFactory" />
|
|
<Type Name="NoOpObjectFactory" />
|
|
<Type Name="PropertyChangeArgs" />
|
|
<Type Name="PropertyValues" />
|
|
<Type Name="Rectangle" />
|
|
<Type Name="Registry" />
|
|
<Type Name="Relation" />
|
|
<Type Name="RelationSet" />
|
|
<Type Name="RowDeletedArgs" />
|
|
<Type Name="RowInsertedArgs" />
|
|
<Type Name="StateChangeArgs" />
|
|
<Type Name="StateManager" />
|
|
<Type Name="StateSet" />
|
|
<Type Name="TextCaretMovedArgs" />
|
|
<Type Name="TextChangedArgs" />
|
|
<Type Name="TextRange" />
|
|
<Type Name="TextRectangle" />
|
|
<Type Name="Util" />
|
|
<Type Name="ActiveDescendantChangedHandler" />
|
|
<Type Name="BoundsChangedHandler" />
|
|
<Type Name="ChildrenChangedHandler" />
|
|
<Type Name="ColumnDeletedHandler" />
|
|
<Type Name="ColumnInsertedHandler" />
|
|
<Type Name="EventListener" />
|
|
<Type Name="EventListenerInit" />
|
|
<Type Name="FocusEventHandler" />
|
|
<Type Name="FocusHandler" />
|
|
<Type Name="Function" />
|
|
<Type Name="KeySnoopFunc" />
|
|
<Type Name="LinkSelectedHandler" />
|
|
<Type Name="PropertyChangeEventHandler" />
|
|
<Type Name="PropertyChangeHandler" />
|
|
<Type Name="RowDeletedHandler" />
|
|
<Type Name="RowInsertedHandler" />
|
|
<Type Name="StateChangeHandler" />
|
|
<Type Name="TextCaretMovedHandler" />
|
|
<Type Name="TextChangedHandler" />
|
|
<Type Name="CoordType" />
|
|
<Type Name="HyperlinkStateFlags" />
|
|
<Type Name="KeyEventType" />
|
|
<Type Name="Layer" />
|
|
<Type Name="RelationType" />
|
|
<Type Name="Role" />
|
|
<Type Name="StateType" />
|
|
<Type Name="TextAttribute" />
|
|
<Type Name="TextBoundary" />
|
|
<Type Name="TextClipType" />
|
|
</Namespace>
|
|
<Namespace Name="Gdk">
|
|
<Type Name="Event" />
|
|
<Type Name="EventButton" />
|
|
<Type Name="EventClient" />
|
|
<Type Name="EventConfigure" />
|
|
<Type Name="EventCrossing" />
|
|
<Type Name="EventDND" />
|
|
<Type Name="EventExpose" />
|
|
<Type Name="EventFocus" />
|
|
<Type Name="EventKey" />
|
|
<Type Name="EventMotion" />
|
|
<Type Name="EventProperty" />
|
|
<Type Name="EventProximity" />
|
|
<Type Name="EventScroll" />
|
|
<Type Name="EventSelection" />
|
|
<Type Name="EventSetting" />
|
|
<Type Name="EventVisibility" />
|
|
<Type Name="EventWindowState" />
|
|
<Type Name="Size" />
|
|
<Type Name="TextProperty" />
|
|
<Type Name="AreaUpdatedArgs" />
|
|
<Type Name="Atom" />
|
|
<Type Name="BRESINFO" />
|
|
<Type Name="Char" />
|
|
<Type Name="ClosedArgs" />
|
|
<Type Name="Color" />
|
|
<Type Name="Colormap" />
|
|
<Type Name="Cursor" />
|
|
<Type Name="DeviceAxis" />
|
|
<Type Name="Device" />
|
|
<Type Name="DeviceKey" />
|
|
<Type Name="Display" />
|
|
<Type Name="DisplayManager" />
|
|
<Type Name="DisplayOpenedArgs" />
|
|
<Type Name="DisplayPointerHooks" />
|
|
<Type Name="DragContext" />
|
|
<Type Name="Drag" />
|
|
<Type Name="Drawable" />
|
|
<Type Name="Drop" />
|
|
<Type Name="EdgeTable" />
|
|
<Type Name="EdgeTableEntry" />
|
|
<Type Name="Error" />
|
|
<Type Name="EventHelper" />
|
|
<Type Name="EventOwnerChange" />
|
|
<Type Name="Font" />
|
|
<Type Name="Fontset" />
|
|
<Type Name="GC" />
|
|
<Type Name="GCValues" />
|
|
<Type Name="Geometry" />
|
|
<Type Name="Global" />
|
|
<Type Name="Image" />
|
|
<Type Name="Input" />
|
|
<Type Name="Keyboard" />
|
|
<Type Name="Keymap" />
|
|
<Type Name="KeymapKey" />
|
|
<Type Name="Keyval" />
|
|
<Type Name="PangoAttrEmbossed" />
|
|
<Type Name="PangoAttrStipple" />
|
|
<Type Name="PangoHelper" />
|
|
<Type Name="PangoRenderer" />
|
|
<Type Name="PixbufAnimation" />
|
|
<Type Name="PixbufAniAnim" />
|
|
<Type Name="PixbufAnimationIter" />
|
|
<Type Name="PixbufAniAnimIter" />
|
|
<Type Name="Pixbuf" />
|
|
<Type Name="PixbufFormat" />
|
|
<Type Name="PixbufFrame" />
|
|
<Type Name="PixbufGifAnim" />
|
|
<Type Name="PixbufGifAnimIter" />
|
|
<Type Name="PixbufLoader" />
|
|
<Type Name="Pixdata" />
|
|
<Type Name="Pixmap" />
|
|
<Type Name="POINTBLOCK" />
|
|
<Type Name="Point" />
|
|
<Type Name="Pointer" />
|
|
<Type Name="PointerHooks" />
|
|
<Type Name="Property" />
|
|
<Type Name="Rectangle" />
|
|
<Type Name="RegionBox" />
|
|
<Type Name="Region" />
|
|
<Type Name="RgbCmap" />
|
|
<Type Name="Rgb" />
|
|
<Type Name="ScanLineListBlock" />
|
|
<Type Name="ScanLineList" />
|
|
<Type Name="Screen" />
|
|
<Type Name="Segment" />
|
|
<Type Name="Selection" />
|
|
<Type Name="SizePreparedArgs" />
|
|
<Type Name="Span" />
|
|
<Type Name="Spawn" />
|
|
<Type Name="Threads" />
|
|
<Type Name="TimeCoord" />
|
|
<Type Name="Trapezoid" />
|
|
<Type Name="Visual" />
|
|
<Type Name="WindowAttr" />
|
|
<Type Name="Window" />
|
|
<Type Name="AreaUpdatedHandler" />
|
|
<Type Name="ClosedHandler" />
|
|
<Type Name="DestroyNotify" />
|
|
<Type Name="DisplayOpenedHandler" />
|
|
<Type Name="EventFunc" />
|
|
<Type Name="FilterFunc" />
|
|
<Type Name="InputFunction" />
|
|
<Type Name="PixbufDestroyNotify" />
|
|
<Type Name="PixbufSaveFunc" />
|
|
<Type Name="SizePreparedHandler" />
|
|
<Type Name="SpanFunc" />
|
|
<Type Name="Key" />
|
|
<Type Name="AxisUse" />
|
|
<Type Name="ByteOrder" />
|
|
<Type Name="CapStyle" />
|
|
<Type Name="Colorspace" />
|
|
<Type Name="CrossingMode" />
|
|
<Type Name="CursorType" />
|
|
<Type Name="DragAction" />
|
|
<Type Name="DragProtocol" />
|
|
<Type Name="EventMask" />
|
|
<Type Name="EventType" />
|
|
<Type Name="ExtensionMode" />
|
|
<Type Name="Fill" />
|
|
<Type Name="FillRule" />
|
|
<Type Name="FilterReturn" />
|
|
<Type Name="FontType" />
|
|
<Type Name="Function" />
|
|
<Type Name="GCValuesMask" />
|
|
<Type Name="GrabStatus" />
|
|
<Type Name="Gravity" />
|
|
<Type Name="ImageType" />
|
|
<Type Name="InputCondition" />
|
|
<Type Name="InputMode" />
|
|
<Type Name="InputSource" />
|
|
<Type Name="InterpType" />
|
|
<Type Name="JoinStyle" />
|
|
<Type Name="LineStyle" />
|
|
<Type Name="ModifierType" />
|
|
<Type Name="NotifyType" />
|
|
<Type Name="OverlapType" />
|
|
<Type Name="OwnerChange" />
|
|
<Type Name="PixbufAlphaMode" />
|
|
<Type Name="PixbufError" />
|
|
<Type Name="PixbufFrameAction" />
|
|
<Type Name="PixbufRotation" />
|
|
<Type Name="PixdataDumpType" />
|
|
<Type Name="PixdataType" />
|
|
<Type Name="PropertyState" />
|
|
<Type Name="PropMode" />
|
|
<Type Name="RgbDither" />
|
|
<Type Name="ScrollDirection" />
|
|
<Type Name="SettingAction" />
|
|
<Type Name="Status" />
|
|
<Type Name="SubwindowMode" />
|
|
<Type Name="VisibilityState" />
|
|
<Type Name="VisualType" />
|
|
<Type Name="WindowAttributesType" />
|
|
<Type Name="WindowClass" />
|
|
<Type Name="WindowEdge" />
|
|
<Type Name="WindowHints" />
|
|
<Type Name="WindowState" />
|
|
<Type Name="WindowType" />
|
|
<Type Name="WindowTypeHint" />
|
|
<Type Name="WMDecoration" />
|
|
<Type Name="WMFunction" />
|
|
<Type Name="InvalidateMaybeRecurseChildFunc" />
|
|
</Namespace>
|
|
<Namespace Name="Gtk">
|
|
<Type Name="ITreeNode" />
|
|
<Type Name="CellEditable" />
|
|
<Type Name="CellLayout" />
|
|
<Type Name="Editable" />
|
|
<Type Name="FileChooser" />
|
|
<Type Name="TreeDragDest" />
|
|
<Type Name="TreeDragSource" />
|
|
<Type Name="TreeModel" />
|
|
<Type Name="TreeSortable" />
|
|
<Type Name="ActionEntry" />
|
|
<Type Name="Application" />
|
|
<Type Name="BindingAttribute" />
|
|
<Type Name="ChildPropertyAttribute" />
|
|
<Type Name="NodeSelection" />
|
|
<Type Name="NodeStore" />
|
|
<Type Name="Object" />
|
|
<Type Name="Widget" />
|
|
<Type Name="Container" />
|
|
<Type Name="Container+CallbackInvoker" />
|
|
<Type Name="Container+ContainerChild" />
|
|
<Type Name="TreeView" />
|
|
<Type Name="NodeView" />
|
|
<Type Name="RadioActionEntry" />
|
|
<Type Name="StockManager" />
|
|
<Type Name="ThreadNotify" />
|
|
<Type Name="ToggleActionEntry" />
|
|
<Type Name="Timeout" />
|
|
<Type Name="TreeNodeAttribute" />
|
|
<Type Name="TreeNode" />
|
|
<Type Name="TreeNodeValueAttribute" />
|
|
<Type Name="Bin" />
|
|
<Type Name="Window" />
|
|
<Type Name="Dialog" />
|
|
<Type Name="AboutDialog" />
|
|
<Type Name="AccelActivateArgs" />
|
|
<Type Name="AccelCanActivateArgs" />
|
|
<Type Name="AccelChangedArgs" />
|
|
<Type Name="Accel" />
|
|
<Type Name="Accelerator" />
|
|
<Type Name="AccelGroup" />
|
|
<Type Name="AccelGroupEntry" />
|
|
<Type Name="AccelKey" />
|
|
<Type Name="Misc" />
|
|
<Type Name="Label" />
|
|
<Type Name="AccelLabel" />
|
|
<Type Name="AccelMap" />
|
|
<Type Name="AcceptPositionArgs" />
|
|
<Type Name="Accessible" />
|
|
<Type Name="ActionActivatedArgs" />
|
|
<Type Name="Action" />
|
|
<Type Name="ActionGroup" />
|
|
<Type Name="ActivateCurrentArgs" />
|
|
<Type Name="ActivateCursorItemArgs" />
|
|
<Type Name="AddedArgs" />
|
|
<Type Name="AddWidgetArgs" />
|
|
<Type Name="AdjustBoundsArgs" />
|
|
<Type Name="Adjustment" />
|
|
<Type Name="Alignment" />
|
|
<Type Name="Arg" />
|
|
<Type Name="Arrow" />
|
|
<Type Name="Frame" />
|
|
<Type Name="AspectFrame" />
|
|
<Type Name="Bindings" />
|
|
<Type Name="Box" />
|
|
<Type Name="Box+BoxChild" />
|
|
<Type Name="ButtonBox" />
|
|
<Type Name="ButtonBox+ButtonBoxChild" />
|
|
<Type Name="Button" />
|
|
<Type Name="ButtonPressEventArgs" />
|
|
<Type Name="ButtonReleaseEventArgs" />
|
|
<Type Name="Calendar" />
|
|
<Type Name="CancelPositionArgs" />
|
|
<Type Name="CellRenderer" />
|
|
<Type Name="CellRendererText" />
|
|
<Type Name="CellRendererCombo" />
|
|
<Type Name="CellRendererPixbuf" />
|
|
<Type Name="CellRendererProgress" />
|
|
<Type Name="CellRendererToggle" />
|
|
<Type Name="CellView" />
|
|
<Type Name="ChangeCurrentPageArgs" />
|
|
<Type Name="ChangedArgs" />
|
|
<Type Name="ChangeValueArgs" />
|
|
<Type Name="ToggleButton" />
|
|
<Type Name="CheckButton" />
|
|
<Type Name="Item" />
|
|
<Type Name="MenuItem" />
|
|
<Type Name="CheckMenuItem" />
|
|
<Type Name="ChildAnchorInsertedArgs" />
|
|
<Type Name="ChildAttachedArgs" />
|
|
<Type Name="ChildDetachedArgs" />
|
|
<Type Name="ChildNotifiedArgs" />
|
|
<Type Name="ClientEventArgs" />
|
|
<Type Name="Clipboard" />
|
|
<Type Name="ColorButton" />
|
|
<Type Name="VBox" />
|
|
<Type Name="ColorSelection" />
|
|
<Type Name="ColorSelectionDialog" />
|
|
<Type Name="ColorSelectionDialog+ColorSelectionButton" />
|
|
<Type Name="ComboBox" />
|
|
<Type Name="ComboBoxEntry" />
|
|
<Type Name="HBox" />
|
|
<Type Name="Combo" />
|
|
<Type Name="CommitArgs" />
|
|
<Type Name="ConfigureEventArgs" />
|
|
<Type Name="ConnectProxyArgs" />
|
|
<Type Name="CreateMenuProxyArgs" />
|
|
<Type Name="DrawingArea" />
|
|
<Type Name="Curve" />
|
|
<Type Name="CycleChildFocusArgs" />
|
|
<Type Name="CycleHandleFocusArgs" />
|
|
<Type Name="DeleteEventArgs" />
|
|
<Type Name="DeleteFromCursorArgs" />
|
|
<Type Name="DeleteRangeArgs" />
|
|
<Type Name="DestroyEventArgs" />
|
|
<Type Name="DirectionChangedArgs" />
|
|
<Type Name="DisableDeviceArgs" />
|
|
<Type Name="DisconnectProxyArgs" />
|
|
<Type Name="DragBeginArgs" />
|
|
<Type Name="Drag" />
|
|
<Type Name="DragDataDeleteArgs" />
|
|
<Type Name="DragDataGetArgs" />
|
|
<Type Name="DragDataReceivedArgs" />
|
|
<Type Name="DragDropArgs" />
|
|
<Type Name="DragEndArgs" />
|
|
<Type Name="DragLeaveArgs" />
|
|
<Type Name="DragMotionArgs" />
|
|
<Type Name="Draw" />
|
|
<Type Name="EditedArgs" />
|
|
<Type Name="EditingStartedArgs" />
|
|
<Type Name="EnableDeviceArgs" />
|
|
<Type Name="EnterNotifyEventArgs" />
|
|
<Type Name="EntryCompletion" />
|
|
<Type Name="Entry" />
|
|
<Type Name="EventBox" />
|
|
<Type Name="ExpandCollapseCursorRowArgs" />
|
|
<Type Name="Expander" />
|
|
<Type Name="ExposeEventArgs" />
|
|
<Type Name="FileChooserButton" />
|
|
<Type Name="FileChooserDialog" />
|
|
<Type Name="FileChooserWidget" />
|
|
<Type Name="FileFilter" />
|
|
<Type Name="FileFilterInfo" />
|
|
<Type Name="FileSelection" />
|
|
<Type Name="FileSelection+FSButton" />
|
|
<Type Name="Fixed" />
|
|
<Type Name="Fixed+FixedChild" />
|
|
<Type Name="FocusChildSetArgs" />
|
|
<Type Name="FocusedArgs" />
|
|
<Type Name="FocusInEventArgs" />
|
|
<Type Name="FocusOutEventArgs" />
|
|
<Type Name="FocusTabArgs" />
|
|
<Type Name="FontButton" />
|
|
<Type Name="FontSelection" />
|
|
<Type Name="FontSelectionDialog" />
|
|
<Type Name="FormatValueArgs" />
|
|
<Type Name="FrameEventArgs" />
|
|
<Type Name="GammaCurve" />
|
|
<Type Name="Gc" />
|
|
<Type Name="Global" />
|
|
<Type Name="Grab" />
|
|
<Type Name="GrabNotifyArgs" />
|
|
<Type Name="HandleBox" />
|
|
<Type Name="HButtonBox" />
|
|
<Type Name="HelpShownArgs" />
|
|
<Type Name="HierarchyChangedArgs" />
|
|
<Type Name="Paned" />
|
|
<Type Name="Paned+PanedChild" />
|
|
<Type Name="HPaned" />
|
|
<Type Name="Ruler" />
|
|
<Type Name="HRuler" />
|
|
<Type Name="Range" />
|
|
<Type Name="Scale" />
|
|
<Type Name="HScale" />
|
|
<Type Name="Scrollbar" />
|
|
<Type Name="HScrollbar" />
|
|
<Type Name="Separator" />
|
|
<Type Name="HSeparator" />
|
|
<Type Name="HSV" />
|
|
<Type Name="Icon" />
|
|
<Type Name="IconFactory" />
|
|
<Type Name="IconInfo" />
|
|
<Type Name="IconSet" />
|
|
<Type Name="IconSource" />
|
|
<Type Name="IconTheme" />
|
|
<Type Name="IconView" />
|
|
<Type Name="Image" />
|
|
<Type Name="ImageIconNameData" />
|
|
<Type Name="ImageMenuItem" />
|
|
<Type Name="IMContext" />
|
|
<Type Name="IMContextSimple" />
|
|
<Type Name="IMMulticontext" />
|
|
<Type Name="Init" />
|
|
<Type Name="Input" />
|
|
<Type Name="InputDialog" />
|
|
<Type Name="InputArgs" />
|
|
<Type Name="InsertAtCursorArgs" />
|
|
<Type Name="InsertTextArgs" />
|
|
<Type Name="Invisible" />
|
|
<Type Name="ItemActivatedArgs" />
|
|
<Type Name="ItemFactory" />
|
|
<Type Name="ItemFactoryEntry" />
|
|
<Type Name="Key" />
|
|
<Type Name="KeyPressEventArgs" />
|
|
<Type Name="KeyReleaseEventArgs" />
|
|
<Type Name="Layout" />
|
|
<Type Name="Layout+LayoutChild" />
|
|
<Type Name="LeaveNotifyEventArgs" />
|
|
<Type Name="ListStore" />
|
|
<Type Name="Main" />
|
|
<Type Name="MapChangedArgs" />
|
|
<Type Name="MapEventArgs" />
|
|
<Type Name="MarkDeletedArgs" />
|
|
<Type Name="MarkSetArgs" />
|
|
<Type Name="MatchSelectedArgs" />
|
|
<Type Name="MenuShell" />
|
|
<Type Name="MenuBar" />
|
|
<Type Name="Menu" />
|
|
<Type Name="Menu+MenuChild" />
|
|
<Type Name="MenuEntry" />
|
|
<Type Name="ToolItem" />
|
|
<Type Name="ToolButton" />
|
|
<Type Name="MenuToolButton" />
|
|
<Type Name="MessageDialog" />
|
|
<Type Name="MnemonicActivatedArgs" />
|
|
<Type Name="MnemonicHash" />
|
|
<Type Name="MotionNotifyEventArgs" />
|
|
<Type Name="MoveCurrentArgs" />
|
|
<Type Name="MoveCursorArgs" />
|
|
<Type Name="MoveFocusArgs" />
|
|
<Type Name="MoveFocusOutArgs" />
|
|
<Type Name="MoveHandleArgs" />
|
|
<Type Name="MoveArgs" />
|
|
<Type Name="MoveSliderArgs" />
|
|
<Type Name="NoExposeEventArgs" />
|
|
<Type Name="Notebook" />
|
|
<Type Name="Notebook+NotebookChild" />
|
|
<Type Name="NotebookPage" />
|
|
<Type Name="OptionMenu" />
|
|
<Type Name="OrientationChangedArgs" />
|
|
<Type Name="OutputArgs" />
|
|
<Type Name="OwnerChangeArgs" />
|
|
<Type Name="PageHorizontallyArgs" />
|
|
<Type Name="ParentSetArgs" />
|
|
<Type Name="PixbufInsertedArgs" />
|
|
<Type Name="Plug" />
|
|
<Type Name="PlugRemovedArgs" />
|
|
<Type Name="PopulatePopupArgs" />
|
|
<Type Name="PopupContextMenuArgs" />
|
|
<Type Name="PopupMenuArgs" />
|
|
<Type Name="PostActivateArgs" />
|
|
<Type Name="PreActivateArgs" />
|
|
<Type Name="PrefixInsertedArgs" />
|
|
<Type Name="ProgressBar" />
|
|
<Type Name="PropertyNotifyEventArgs" />
|
|
<Type Name="ProximityInEventArgs" />
|
|
<Type Name="ProximityOutEventArgs" />
|
|
<Type Name="Quit" />
|
|
<Type Name="ToggleAction" />
|
|
<Type Name="RadioAction" />
|
|
<Type Name="RadioButton" />
|
|
<Type Name="RadioMenuItem" />
|
|
<Type Name="ToggleToolButton" />
|
|
<Type Name="RadioToolButton" />
|
|
<Type Name="Rc" />
|
|
<Type Name="RcProperty" />
|
|
<Type Name="RcStyle" />
|
|
<Type Name="RemovedArgs" />
|
|
<Type Name="Requisition" />
|
|
<Type Name="ResponseArgs" />
|
|
<Type Name="RetrieveSurroundingArgs" />
|
|
<Type Name="RowActivatedArgs" />
|
|
<Type Name="RowChangedArgs" />
|
|
<Type Name="RowCollapsedArgs" />
|
|
<Type Name="RowDeletedArgs" />
|
|
<Type Name="RowExpandedArgs" />
|
|
<Type Name="RowHasChildToggledArgs" />
|
|
<Type Name="RowInsertedArgs" />
|
|
<Type Name="RowsReorderedArgs" />
|
|
<Type Name="RulerMetric" />
|
|
<Type Name="ScreenChangedArgs" />
|
|
<Type Name="ScrollAdjustmentsSetArgs" />
|
|
<Type Name="ScrollChildArgs" />
|
|
<Type Name="ScrolledWindow" />
|
|
<Type Name="ScrollEventArgs" />
|
|
<Type Name="SelectAllArgs" />
|
|
<Type Name="SelectCursorParentArgs" />
|
|
<Type Name="SelectCursorRowArgs" />
|
|
<Type Name="SelectionClearEventArgs" />
|
|
<Type Name="Selection" />
|
|
<Type Name="SelectionData" />
|
|
<Type Name="SelectionGetArgs" />
|
|
<Type Name="SelectionNotifyEventArgs" />
|
|
<Type Name="SelectionReceivedArgs" />
|
|
<Type Name="SelectionRequestEventArgs" />
|
|
<Type Name="SelectPageArgs" />
|
|
<Type Name="SeparatorMenuItem" />
|
|
<Type Name="SeparatorToolItem" />
|
|
<Type Name="SetFocusArgs" />
|
|
<Type Name="Settings" />
|
|
<Type Name="SettingsPropertyValue" />
|
|
<Type Name="SettingsValue" />
|
|
<Type Name="SizeAllocatedArgs" />
|
|
<Type Name="SizeGroup" />
|
|
<Type Name="SizeRequestedArgs" />
|
|
<Type Name="Socket" />
|
|
<Type Name="SpinButton" />
|
|
<Type Name="StartInteractiveSearchArgs" />
|
|
<Type Name="StateChangedArgs" />
|
|
<Type Name="Statusbar" />
|
|
<Type Name="Stock" />
|
|
<Type Name="StockItem" />
|
|
<Type Name="StyleChangedArgs" />
|
|
<Type Name="Style" />
|
|
<Type Name="StyleSetArgs" />
|
|
<Type Name="SurroundingDeletedArgs" />
|
|
<Type Name="SwitchPageArgs" />
|
|
<Type Name="Table" />
|
|
<Type Name="Table+TableChild" />
|
|
<Type Name="TagAddedArgs" />
|
|
<Type Name="TagAppliedArgs" />
|
|
<Type Name="TagChangedArgs" />
|
|
<Type Name="TagRemovedArgs" />
|
|
<Type Name="TargetEntry" />
|
|
<Type Name="TargetList" />
|
|
<Type Name="TargetPair" />
|
|
<Type Name="TearoffMenuItem" />
|
|
<Type Name="TestCollapseRowArgs" />
|
|
<Type Name="TestExpandRowArgs" />
|
|
<Type Name="TextAppearance" />
|
|
<Type Name="TextAttributes" />
|
|
<Type Name="TextBuffer" />
|
|
<Type Name="TextChildAnchor" />
|
|
<Type Name="TextDeletedArgs" />
|
|
<Type Name="TextEventArgs" />
|
|
<Type Name="TextInsertedArgs" />
|
|
<Type Name="TextIter" />
|
|
<Type Name="TextMark" />
|
|
<Type Name="TextPendingScroll" />
|
|
<Type Name="TextPoppedArgs" />
|
|
<Type Name="TextPushedArgs" />
|
|
<Type Name="TextTag" />
|
|
<Type Name="TextTagTable" />
|
|
<Type Name="TextView" />
|
|
<Type Name="TextWindow" />
|
|
<Type Name="ThemeEngine" />
|
|
<Type Name="ToggleCursorRowArgs" />
|
|
<Type Name="ToggledArgs" />
|
|
<Type Name="ToggleHandleFocusArgs" />
|
|
<Type Name="ToggleSizeAllocatedArgs" />
|
|
<Type Name="ToggleSizeRequestedArgs" />
|
|
<Type Name="Toolbar" />
|
|
<Type Name="Toolbar+ToolbarChild" />
|
|
<Type Name="Tooltips" />
|
|
<Type Name="TooltipsData" />
|
|
<Type Name="TooltipSetArgs" />
|
|
<Type Name="Tree" />
|
|
<Type Name="TreeIter" />
|
|
<Type Name="TreeModelFilter" />
|
|
<Type Name="TreeModelSort" />
|
|
<Type Name="TreePath" />
|
|
<Type Name="TreeRowReference" />
|
|
<Type Name="TreeSelection" />
|
|
<Type Name="TreeStore" />
|
|
<Type Name="TreeViewColumn" />
|
|
<Type Name="UIManager" />
|
|
<Type Name="UnmapEventArgs" />
|
|
<Type Name="UnselectAllArgs" />
|
|
<Type Name="VButtonBox" />
|
|
<Type Name="Viewport" />
|
|
<Type Name="VisibilityNotifyEventArgs" />
|
|
<Type Name="VPaned" />
|
|
<Type Name="VRuler" />
|
|
<Type Name="VScale" />
|
|
<Type Name="VScrollbar" />
|
|
<Type Name="VSeparator" />
|
|
<Type Name="WidgetEventAfterArgs" />
|
|
<Type Name="WidgetEventArgs" />
|
|
<Type Name="WindowGroup" />
|
|
<Type Name="WindowStateEventArgs" />
|
|
<Type Name="TreeNodeAddedHandler" />
|
|
<Type Name="TreeNodeRemovedHandler" />
|
|
<Type Name="NodeCellDataFunc" />
|
|
<Type Name="ReadyEvent" />
|
|
<Type Name="AboutDialogActivateLinkFunc" />
|
|
<Type Name="AccelActivateHandler" />
|
|
<Type Name="AccelCanActivateHandler" />
|
|
<Type Name="AccelChangedHandler" />
|
|
<Type Name="AccelGroupActivate" />
|
|
<Type Name="AccelGroupFindFunc" />
|
|
<Type Name="AccelMapForeach" />
|
|
<Type Name="AcceptPositionHandler" />
|
|
<Type Name="ActionActivatedHandler" />
|
|
<Type Name="ActivateCurrentHandler" />
|
|
<Type Name="ActivateCursorItemHandler" />
|
|
<Type Name="AddedHandler" />
|
|
<Type Name="AddWidgetHandler" />
|
|
<Type Name="AdjustBoundsHandler" />
|
|
<Type Name="ButtonPressEventHandler" />
|
|
<Type Name="ButtonReleaseEventHandler" />
|
|
<Type Name="Callback" />
|
|
<Type Name="CallbackMarshal" />
|
|
<Type Name="CancelPositionHandler" />
|
|
<Type Name="CellLayoutDataFunc" />
|
|
<Type Name="ChangeCurrentPageHandler" />
|
|
<Type Name="ChangedHandler" />
|
|
<Type Name="ChangeValueHandler" />
|
|
<Type Name="ChildAnchorInsertedHandler" />
|
|
<Type Name="ChildAttachedHandler" />
|
|
<Type Name="ChildDetachedHandler" />
|
|
<Type Name="ChildNotifiedHandler" />
|
|
<Type Name="ClientEventHandler" />
|
|
<Type Name="ClipboardClearFunc" />
|
|
<Type Name="ClipboardGetFunc" />
|
|
<Type Name="ClipboardImageReceivedFunc" />
|
|
<Type Name="ClipboardReceivedFunc" />
|
|
<Type Name="ClipboardTargetsReceivedFunc" />
|
|
<Type Name="ClipboardTextReceivedFunc" />
|
|
<Type Name="ColorSelectionChangePaletteFunc" />
|
|
<Type Name="ColorSelectionChangePaletteWithScreenFunc" />
|
|
<Type Name="CommitHandler" />
|
|
<Type Name="ConfigureEventHandler" />
|
|
<Type Name="ConnectProxyHandler" />
|
|
<Type Name="CreateMenuProxyHandler" />
|
|
<Type Name="CycleChildFocusHandler" />
|
|
<Type Name="CycleHandleFocusHandler" />
|
|
<Type Name="DeleteEventHandler" />
|
|
<Type Name="DeleteFromCursorHandler" />
|
|
<Type Name="DeleteRangeHandler" />
|
|
<Type Name="DestroyEventHandler" />
|
|
<Type Name="DestroyNotify" />
|
|
<Type Name="DirectionChangedHandler" />
|
|
<Type Name="DisableDeviceHandler" />
|
|
<Type Name="DisconnectProxyHandler" />
|
|
<Type Name="DragBeginHandler" />
|
|
<Type Name="DragDataDeleteHandler" />
|
|
<Type Name="DragDataGetHandler" />
|
|
<Type Name="DragDataReceivedHandler" />
|
|
<Type Name="DragDropHandler" />
|
|
<Type Name="DragEndHandler" />
|
|
<Type Name="DragLeaveHandler" />
|
|
<Type Name="DragMotionHandler" />
|
|
<Type Name="EditedHandler" />
|
|
<Type Name="EditingStartedHandler" />
|
|
<Type Name="EnableDeviceHandler" />
|
|
<Type Name="EnterNotifyEventHandler" />
|
|
<Type Name="EntryCompletionMatchFunc" />
|
|
<Type Name="ExpandCollapseCursorRowHandler" />
|
|
<Type Name="ExposeEventHandler" />
|
|
<Type Name="FileFilterFunc" />
|
|
<Type Name="FocusChildSetHandler" />
|
|
<Type Name="FocusedHandler" />
|
|
<Type Name="FocusInEventHandler" />
|
|
<Type Name="FocusOutEventHandler" />
|
|
<Type Name="FocusTabHandler" />
|
|
<Type Name="FormatValueHandler" />
|
|
<Type Name="FrameEventHandler" />
|
|
<Type Name="Function" />
|
|
<Type Name="GrabNotifyHandler" />
|
|
<Type Name="HelpShownHandler" />
|
|
<Type Name="HierarchyChangedHandler" />
|
|
<Type Name="IconViewForeachFunc" />
|
|
<Type Name="InputHandler" />
|
|
<Type Name="InsertAtCursorHandler" />
|
|
<Type Name="InsertTextHandler" />
|
|
<Type Name="ItemActivatedHandler" />
|
|
<Type Name="ItemFactoryCallback1" />
|
|
<Type Name="ItemFactoryCallback" />
|
|
<Type Name="KeyPressEventHandler" />
|
|
<Type Name="KeyReleaseEventHandler" />
|
|
<Type Name="KeySnoopFunc" />
|
|
<Type Name="LeaveNotifyEventHandler" />
|
|
<Type Name="MapChangedHandler" />
|
|
<Type Name="MapEventHandler" />
|
|
<Type Name="MarkDeletedHandler" />
|
|
<Type Name="MarkSetHandler" />
|
|
<Type Name="MatchSelectedHandler" />
|
|
<Type Name="MenuCallback" />
|
|
<Type Name="MenuDetachFunc" />
|
|
<Type Name="MenuPositionFunc" />
|
|
<Type Name="MnemonicActivatedHandler" />
|
|
<Type Name="MnemonicHashForeach" />
|
|
<Type Name="MotionNotifyEventHandler" />
|
|
<Type Name="MoveCurrentHandler" />
|
|
<Type Name="MoveCursorHandler" />
|
|
<Type Name="MoveFocusHandler" />
|
|
<Type Name="MoveFocusOutHandler" />
|
|
<Type Name="MoveHandleHandler" />
|
|
<Type Name="MoveHandler" />
|
|
<Type Name="MoveSliderHandler" />
|
|
<Type Name="NoExposeEventHandler" />
|
|
<Type Name="OrientationChangedHandler" />
|
|
<Type Name="OutputHandler" />
|
|
<Type Name="OwnerChangeHandler" />
|
|
<Type Name="PageHorizontallyHandler" />
|
|
<Type Name="ParentSetHandler" />
|
|
<Type Name="PixbufInsertedHandler" />
|
|
<Type Name="PlugRemovedHandler" />
|
|
<Type Name="PopulatePopupHandler" />
|
|
<Type Name="PopupContextMenuHandler" />
|
|
<Type Name="PopupMenuHandler" />
|
|
<Type Name="PostActivateHandler" />
|
|
<Type Name="PreActivateHandler" />
|
|
<Type Name="PrefixInsertedHandler" />
|
|
<Type Name="PrintFunc" />
|
|
<Type Name="PropertyNotifyEventHandler" />
|
|
<Type Name="ProximityInEventHandler" />
|
|
<Type Name="ProximityOutEventHandler" />
|
|
<Type Name="RcPropertyParser" />
|
|
<Type Name="RemovedHandler" />
|
|
<Type Name="ResponseHandler" />
|
|
<Type Name="RetrieveSurroundingHandler" />
|
|
<Type Name="RowActivatedHandler" />
|
|
<Type Name="RowChangedHandler" />
|
|
<Type Name="RowCollapsedHandler" />
|
|
<Type Name="RowDeletedHandler" />
|
|
<Type Name="RowExpandedHandler" />
|
|
<Type Name="RowHasChildToggledHandler" />
|
|
<Type Name="RowInsertedHandler" />
|
|
<Type Name="RowsReorderedHandler" />
|
|
<Type Name="ScreenChangedHandler" />
|
|
<Type Name="ScrollAdjustmentsSetHandler" />
|
|
<Type Name="ScrollChildHandler" />
|
|
<Type Name="ScrollEventHandler" />
|
|
<Type Name="SelectAllHandler" />
|
|
<Type Name="SelectCursorParentHandler" />
|
|
<Type Name="SelectCursorRowHandler" />
|
|
<Type Name="SelectionClearEventHandler" />
|
|
<Type Name="SelectionGetHandler" />
|
|
<Type Name="SelectionNotifyEventHandler" />
|
|
<Type Name="SelectionReceivedHandler" />
|
|
<Type Name="SelectionRequestEventHandler" />
|
|
<Type Name="SelectPageHandler" />
|
|
<Type Name="SetFocusHandler" />
|
|
<Type Name="SignalFunc" />
|
|
<Type Name="SizeAllocatedHandler" />
|
|
<Type Name="SizeRequestedHandler" />
|
|
<Type Name="StartInteractiveSearchHandler" />
|
|
<Type Name="StateChangedHandler" />
|
|
<Type Name="StyleChangedHandler" />
|
|
<Type Name="StyleSetHandler" />
|
|
<Type Name="SurroundingDeletedHandler" />
|
|
<Type Name="SwitchPageHandler" />
|
|
<Type Name="TagAddedHandler" />
|
|
<Type Name="TagAppliedHandler" />
|
|
<Type Name="TagChangedHandler" />
|
|
<Type Name="TagRemovedHandler" />
|
|
<Type Name="TestCollapseRowHandler" />
|
|
<Type Name="TestExpandRowHandler" />
|
|
<Type Name="TextCharPredicate" />
|
|
<Type Name="TextDeletedHandler" />
|
|
<Type Name="TextEventHandler" />
|
|
<Type Name="TextInsertedHandler" />
|
|
<Type Name="TextPoppedHandler" />
|
|
<Type Name="TextPushedHandler" />
|
|
<Type Name="TextTagTableForeach" />
|
|
<Type Name="ToggleCursorRowHandler" />
|
|
<Type Name="ToggledHandler" />
|
|
<Type Name="ToggleHandleFocusHandler" />
|
|
<Type Name="ToggleSizeAllocatedHandler" />
|
|
<Type Name="ToggleSizeRequestedHandler" />
|
|
<Type Name="TooltipSetHandler" />
|
|
<Type Name="TranslateFunc" />
|
|
<Type Name="TreeCellDataFunc" />
|
|
<Type Name="TreeDestroyCountFunc" />
|
|
<Type Name="TreeIterCompareFunc" />
|
|
<Type Name="TreeModelFilterModifyFunc" />
|
|
<Type Name="TreeModelFilterVisibleFunc" />
|
|
<Type Name="TreeModelForeachFunc" />
|
|
<Type Name="TreeSelectionForeachFunc" />
|
|
<Type Name="TreeSelectionFunc" />
|
|
<Type Name="TreeViewColumnDropFunc" />
|
|
<Type Name="TreeViewMappingFunc" />
|
|
<Type Name="TreeViewRowSeparatorFunc" />
|
|
<Type Name="TreeViewSearchEqualFunc" />
|
|
<Type Name="UnmapEventHandler" />
|
|
<Type Name="UnselectAllHandler" />
|
|
<Type Name="VisibilityNotifyEventHandler" />
|
|
<Type Name="WidgetEventAfterHandler" />
|
|
<Type Name="WidgetEventHandler" />
|
|
<Type Name="WindowKeysForeachFunc" />
|
|
<Type Name="WindowStateEventHandler" />
|
|
<Type Name="AccelFlags" />
|
|
<Type Name="AnchorType" />
|
|
<Type Name="ArrowType" />
|
|
<Type Name="AttachOptions" />
|
|
<Type Name="ButtonBoxStyle" />
|
|
<Type Name="ButtonsType" />
|
|
<Type Name="CalendarDisplayOptions" />
|
|
<Type Name="CellRendererMode" />
|
|
<Type Name="CellRendererState" />
|
|
<Type Name="CornerType" />
|
|
<Type Name="CurveType" />
|
|
<Type Name="DeleteType" />
|
|
<Type Name="DestDefaults" />
|
|
<Type Name="DialogFlags" />
|
|
<Type Name="DirectionType" />
|
|
<Type Name="ExpanderStyle" />
|
|
<Type Name="FileChooserAction" />
|
|
<Type Name="FileChooserError" />
|
|
<Type Name="FileFilterFlags" />
|
|
<Type Name="IconLookupFlags" />
|
|
<Type Name="IconSize" />
|
|
<Type Name="IconThemeError" />
|
|
<Type Name="ImageType" />
|
|
<Type Name="Justification" />
|
|
<Type Name="MatchType" />
|
|
<Type Name="MenuDirectionType" />
|
|
<Type Name="MessageType" />
|
|
<Type Name="MetricType" />
|
|
<Type Name="MovementStep" />
|
|
<Type Name="NotebookTab" />
|
|
<Type Name="Orientation" />
|
|
<Type Name="PackType" />
|
|
<Type Name="PolicyType" />
|
|
<Type Name="PositionType" />
|
|
<Type Name="PreviewType" />
|
|
<Type Name="ProgressBarOrientation" />
|
|
<Type Name="ProgressBarStyle" />
|
|
<Type Name="ReliefStyle" />
|
|
<Type Name="ResizeMode" />
|
|
<Type Name="ResponseType" />
|
|
<Type Name="ScrollStep" />
|
|
<Type Name="ScrollType" />
|
|
<Type Name="SelectionMode" />
|
|
<Type Name="ShadowType" />
|
|
<Type Name="SideType" />
|
|
<Type Name="SizeGroupMode" />
|
|
<Type Name="SortType" />
|
|
<Type Name="SpinButtonUpdatePolicy" />
|
|
<Type Name="SpinType" />
|
|
<Type Name="StateType" />
|
|
<Type Name="SubmenuDirection" />
|
|
<Type Name="SubmenuPlacement" />
|
|
<Type Name="TargetFlags" />
|
|
<Type Name="TextDirection" />
|
|
<Type Name="TextSearchFlags" />
|
|
<Type Name="TextWindowType" />
|
|
<Type Name="ToolbarChildType" />
|
|
<Type Name="ToolbarStyle" />
|
|
<Type Name="TreeModelFlags" />
|
|
<Type Name="TreeViewColumnSizing" />
|
|
<Type Name="TreeViewDropPosition" />
|
|
<Type Name="UIManagerItemType" />
|
|
<Type Name="UpdateType" />
|
|
<Type Name="WidgetFlags" />
|
|
<Type Name="WidgetHelpType" />
|
|
<Type Name="WindowPosition" />
|
|
<Type Name="WindowType" />
|
|
<Type Name="WrapMode" />
|
|
<Type Name="CurrentParagraphAlignmentChangedArgs" />
|
|
<Type Name="CurrentParagraphIndentationChangedArgs" />
|
|
<Type Name="CurrentParagraphStyleChangedArgs" />
|
|
<Type Name="CursorMoveArgs" />
|
|
<Type Name="DrawGdkArgs" />
|
|
<Type Name="DrawPrintArgs" />
|
|
<Type Name="HTMLClassProperties" />
|
|
<Type Name="HTML" />
|
|
<Type Name="HTMLEditorAPI" />
|
|
<Type Name="HTMLEmbedded" />
|
|
<Type Name="HTMLStream" />
|
|
<Type Name="IframeCreatedArgs" />
|
|
<Type Name="InsertionColorChangedArgs" />
|
|
<Type Name="InsertionFontStyleChangedArgs" />
|
|
<Type Name="LinkClickedArgs" />
|
|
<Type Name="ObjectRequestedArgs" />
|
|
<Type Name="OnCommandArgs" />
|
|
<Type Name="OnUrlArgs" />
|
|
<Type Name="RedirectArgs" />
|
|
<Type Name="ScrollArgs" />
|
|
<Type Name="SetBaseArgs" />
|
|
<Type Name="SetBaseTargetArgs" />
|
|
<Type Name="SubmitArgs" />
|
|
<Type Name="TitleChangedArgs" />
|
|
<Type Name="UrlRequestedArgs" />
|
|
<Type Name="CurrentParagraphAlignmentChangedHandler" />
|
|
<Type Name="CurrentParagraphIndentationChangedHandler" />
|
|
<Type Name="CurrentParagraphStyleChangedHandler" />
|
|
<Type Name="CursorMoveHandler" />
|
|
<Type Name="DrawGdkHandler" />
|
|
<Type Name="DrawPrintHandler" />
|
|
<Type Name="HTMLPrintCallback" />
|
|
<Type Name="HTMLSaveReceiverFn" />
|
|
<Type Name="HTMLStreamCloseFunc" />
|
|
<Type Name="HTMLStreamTypesFunc" />
|
|
<Type Name="HTMLStreamWriteFunc" />
|
|
<Type Name="IframeCreatedHandler" />
|
|
<Type Name="InsertionColorChangedHandler" />
|
|
<Type Name="InsertionFontStyleChangedHandler" />
|
|
<Type Name="LinkClickedHandler" />
|
|
<Type Name="ObjectRequestedHandler" />
|
|
<Type Name="OnCommandHandler" />
|
|
<Type Name="OnUrlHandler" />
|
|
<Type Name="RedirectHandler" />
|
|
<Type Name="ScrollHandler" />
|
|
<Type Name="SetBaseHandler" />
|
|
<Type Name="SetBaseTargetHandler" />
|
|
<Type Name="SubmitHandler" />
|
|
<Type Name="TitleChangedHandler" />
|
|
<Type Name="UrlRequestedHandler" />
|
|
<Type Name="HTMLBeginFlags" />
|
|
<Type Name="HTMLCommandType" />
|
|
<Type Name="HTMLCursorSkipType" />
|
|
<Type Name="HTMLEditorEventType" />
|
|
<Type Name="HTMLEtchStyle" />
|
|
<Type Name="HTMLFontStyle" />
|
|
<Type Name="HTMLFontStyleShift" />
|
|
<Type Name="HTMLParagraphAlignment" />
|
|
<Type Name="HTMLParagraphStyle" />
|
|
<Type Name="HTMLStreamStatus" />
|
|
</Namespace>
|
|
<Namespace Name="Glade">
|
|
<Type Name="HandlerNotFoundException" />
|
|
<Type Name="WidgetAttribute" />
|
|
<Type Name="AccelInfo" />
|
|
<Type Name="AtkActionInfo" />
|
|
<Type Name="AtkRelationInfo" />
|
|
<Type Name="ChildInfo" />
|
|
<Type Name="Global" />
|
|
<Type Name="Interface" />
|
|
<Type Name="Parser" />
|
|
<Type Name="Property" />
|
|
<Type Name="SignalInfo" />
|
|
<Type Name="Standard" />
|
|
<Type Name="WidgetInfo" />
|
|
<Type Name="XML" />
|
|
<Type Name="ApplyCustomPropFunc" />
|
|
<Type Name="BuildChildrenFunc" />
|
|
<Type Name="FindInternalChildFunc" />
|
|
<Type Name="NewFunc" />
|
|
<Type Name="XMLConnectFunc" />
|
|
<Type Name="XMLCustomWidgetHandler" />
|
|
</Namespace>
|
|
<Namespace Name="Gnome.Vfs">
|
|
<Type Name="Async" />
|
|
<Type Name="Async+Priority" />
|
|
<Type Name="Directory" />
|
|
<Type Name="FileInfo" />
|
|
<Type Name="Handle" />
|
|
<Type Name="MimeType" />
|
|
<Type Name="ModuleCallback" />
|
|
<Type Name="ModuleCallbackAuthentication" />
|
|
<Type Name="ModuleCallbackAuthentication+AuthenticationType" />
|
|
<Type Name="ModuleCallbackFillAuthentication" />
|
|
<Type Name="ModuleCallbackFullAuthentication" />
|
|
<Type Name="ModuleCallbackSaveAuthentication" />
|
|
<Type Name="ModuleCallbackStatusMessage" />
|
|
<Type Name="Monitor" />
|
|
<Type Name="Sync" />
|
|
<Type Name="Vfs" />
|
|
<Type Name="VfsException" />
|
|
<Type Name="VfsStream" />
|
|
<Type Name="VfsStreamAsyncResult" />
|
|
<Type Name="Xfer" />
|
|
<Type Name="DriveConnectedArgs" />
|
|
<Type Name="Drive" />
|
|
<Type Name="DriveDisconnectedArgs" />
|
|
<Type Name="MimeAction" />
|
|
<Type Name="MimeApplication" />
|
|
<Type Name="Uri" />
|
|
<Type Name="Volume" />
|
|
<Type Name="VolumeMonitor" />
|
|
<Type Name="VolumeMountedArgs" />
|
|
<Type Name="VolumePreUnmountArgs" />
|
|
<Type Name="VolumeUnmountedArgs" />
|
|
<Type Name="XferProgressInfo" />
|
|
<Type Name="AsyncCallback" />
|
|
<Type Name="AsyncDirectoryLoadCallback" />
|
|
<Type Name="AsyncReadCallback" />
|
|
<Type Name="AsyncWriteCallback" />
|
|
<Type Name="ModuleCallbackHandler" />
|
|
<Type Name="MonitorHandler" />
|
|
<Type Name="XferProgressCallback" />
|
|
<Type Name="DriveConnectedHandler" />
|
|
<Type Name="DriveDisconnectedHandler" />
|
|
<Type Name="VolumeMountedHandler" />
|
|
<Type Name="VolumePreUnmountHandler" />
|
|
<Type Name="VolumeUnmountedHandler" />
|
|
<Type Name="DeviceType" />
|
|
<Type Name="FileFlags" />
|
|
<Type Name="FileInfoFields" />
|
|
<Type Name="FileInfoOptions" />
|
|
<Type Name="FilePermissions" />
|
|
<Type Name="FileType" />
|
|
<Type Name="MimeActionType" />
|
|
<Type Name="MimeApplicationArgumentType" />
|
|
<Type Name="ModuleCallbackFullAuthenticationFlags" />
|
|
<Type Name="MonitorType" />
|
|
<Type Name="OpenMode" />
|
|
<Type Name="Result" />
|
|
<Type Name="SeekPosition" />
|
|
<Type Name="SetFileInfoMask" />
|
|
<Type Name="UriHideOptions" />
|
|
<Type Name="VolumeType" />
|
|
<Type Name="XferErrorAction" />
|
|
<Type Name="XferErrorMode" />
|
|
<Type Name="XferOptions" />
|
|
<Type Name="XferOverwriteAction" />
|
|
<Type Name="XferOverwriteMode" />
|
|
<Type Name="XferPhase" />
|
|
<Type Name="XferProgressStatus" />
|
|
<Type Name="Application" />
|
|
<Type Name="AsyncHandle" />
|
|
<Type Name="Check" />
|
|
<Type Name="Context" />
|
|
<Type Name="Create" />
|
|
<Type Name="Daemon" />
|
|
<Type Name="Escape" />
|
|
<Type Name="File" />
|
|
<Type Name="Format" />
|
|
<Type Name="Global" />
|
|
<Type Name="Is" />
|
|
<Type Name="Make" />
|
|
<Type Name="Mime" />
|
|
<Type Name="Module" />
|
|
<Type Name="Move" />
|
|
<Type Name="Open" />
|
|
<Type Name="Read" />
|
|
<Type Name="Truncate" />
|
|
<Type Name="Unescape" />
|
|
<Type Name="Unlink" />
|
|
<Type Name="Url" />
|
|
<Type Name="VolumeOpCallback" />
|
|
<Type Name="MimeMonitor" />
|
|
<Type Name="Address" />
|
|
<Type Name="DNSSDBrowseHandle" />
|
|
<Type Name="DNSSDResolveHandle" />
|
|
<Type Name="DNSSDService" />
|
|
<Type Name="ModuleCallbackQuestionIn" />
|
|
<Type Name="ModuleCallbackQuestionOut" />
|
|
<Type Name="Resolve" />
|
|
<Type Name="ResolveHandle" />
|
|
<Type Name="XdgAliasList" />
|
|
<Type Name="XdgParentList" />
|
|
<Type Name="DNSSDBrowseCallback" />
|
|
<Type Name="DNSSDResolveCallback" />
|
|
<Type Name="XdgMimeCallback" />
|
|
<Type Name="XdgMimeDestroy" />
|
|
<Type Name="DNSSDServiceStatus" />
|
|
<Type Name="MimeEquivalence" />
|
|
<Type Name="ModuleCallbackFullAuthenticationOutFlags" />
|
|
</Namespace>
|
|
<Namespace Name="GtkSharp.GnomeVfsSharp">
|
|
<Type Name="ObjectManager" />
|
|
</Namespace>
|
|
<Namespace Name="Art">
|
|
<Type Name="Affine" />
|
|
<Type Name="AlphaGamma" />
|
|
<Type Name="Bpath" />
|
|
<Type Name="DRect" />
|
|
<Type Name="Global" />
|
|
<Type Name="GradientLinear" />
|
|
<Type Name="GradientRadial" />
|
|
<Type Name="GradientStop" />
|
|
<Type Name="ImageSource" />
|
|
<Type Name="IRect" />
|
|
<Type Name="MaskSource" />
|
|
<Type Name="PixBuf" />
|
|
<Type Name="Point" />
|
|
<Type Name="RenderCallback" />
|
|
<Type Name="Render" />
|
|
<Type Name="RenderMaskRun" />
|
|
<Type Name="Rgba" />
|
|
<Type Name="Rgb" />
|
|
<Type Name="SVP" />
|
|
<Type Name="SVPRenderAAIter" />
|
|
<Type Name="SVPRenderAAStep" />
|
|
<Type Name="SVPSeg" />
|
|
<Type Name="SvpWriter" />
|
|
<Type Name="Uta" />
|
|
<Type Name="Vpath" />
|
|
<Type Name="VpathDash" />
|
|
<Type Name="DestroyNotify" />
|
|
<Type Name="AlphaType" />
|
|
<Type Name="CompositingMode" />
|
|
<Type Name="FilterLevel" />
|
|
<Type Name="GradientSpread" />
|
|
<Type Name="ImageSourceFlags" />
|
|
<Type Name="Pathcode" />
|
|
<Type Name="PathStrokeCapType" />
|
|
<Type Name="PathStrokeJoinType" />
|
|
<Type Name="PixFormat" />
|
|
<Type Name="WindRule" />
|
|
<Type Name="RenderAaCallback" />
|
|
</Namespace>
|
|
<Namespace Name="Gnome">
|
|
<Type Name="BonoboUIVerb" />
|
|
<Type Name="IconData" />
|
|
<Type Name="Modules" />
|
|
<Type Name="PanelAppletFactory" />
|
|
<Type Name="About" />
|
|
<Type Name="AppBar" />
|
|
<Type Name="AppBarMsg" />
|
|
<Type Name="App" />
|
|
<Type Name="BackClickedArgs" />
|
|
<Type Name="CancelClickedArgs" />
|
|
<Type Name="CanvasItem" />
|
|
<Type Name="CanvasShape" />
|
|
<Type Name="CanvasBpath" />
|
|
<Type Name="CanvasBpathPriv" />
|
|
<Type Name="CanvasBuf" />
|
|
<Type Name="CanvasGroup" />
|
|
<Type Name="CanvasClipgroup" />
|
|
<Type Name="Canvas" />
|
|
<Type Name="CanvasRE" />
|
|
<Type Name="CanvasEllipse" />
|
|
<Type Name="CanvasEventArgs" />
|
|
<Type Name="CanvasLine" />
|
|
<Type Name="CanvasPathDef" />
|
|
<Type Name="CanvasPixbuf" />
|
|
<Type Name="CanvasPoints" />
|
|
<Type Name="CanvasPolygon" />
|
|
<Type Name="CanvasRect" />
|
|
<Type Name="CanvasRichText" />
|
|
<Type Name="CanvasShapePriv" />
|
|
<Type Name="CanvasText" />
|
|
<Type Name="CanvasWidget" />
|
|
<Type Name="ChangeBackgroundArgs" />
|
|
<Type Name="ChangeSizeArgs" />
|
|
<Type Name="Client" />
|
|
<Type Name="ColorPicker" />
|
|
<Type Name="ColorSetArgs" />
|
|
<Type Name="Config" />
|
|
<Type Name="ConnectedArgs" />
|
|
<Type Name="DateEdit" />
|
|
<Type Name="DrawBackgroundArgs" />
|
|
<Type Name="Druid" />
|
|
<Type Name="DruidPage" />
|
|
<Type Name="DruidPageEdge" />
|
|
<Type Name="DruidPageStandard" />
|
|
<Type Name="Entry" />
|
|
<Type Name="FileEntry" />
|
|
<Type Name="FinishClickedArgs" />
|
|
<Type Name="Font" />
|
|
<Type Name="FontDialog" />
|
|
<Type Name="FontFace" />
|
|
<Type Name="FontFamily" />
|
|
<Type Name="FontPicker" />
|
|
<Type Name="FontPreview" />
|
|
<Type Name="FontSelection" />
|
|
<Type Name="FontSetArgs" />
|
|
<Type Name="Gconf" />
|
|
<Type Name="GdkHelper" />
|
|
<Type Name="GdkPixbufAsyncHandle" />
|
|
<Type Name="Global" />
|
|
<Type Name="GlyphList" />
|
|
<Type Name="GPGC" />
|
|
<Type Name="GtkHelper" />
|
|
<Type Name="Help" />
|
|
<Type Name="HRef" />
|
|
<Type Name="Icon" />
|
|
<Type Name="IconDataPoint" />
|
|
<Type Name="IconEntry" />
|
|
<Type Name="IconFocusedArgs" />
|
|
<Type Name="IconList" />
|
|
<Type Name="IconSelectedArgs" />
|
|
<Type Name="IconSelection" />
|
|
<Type Name="IconTextItem" />
|
|
<Type Name="IconUnselectedArgs" />
|
|
<Type Name="ModuleInfo" />
|
|
<Type Name="MoveCursorArgs" />
|
|
<Type Name="MoveFocusOutOfAppletArgs" />
|
|
<Type Name="NextClickedArgs" />
|
|
<Type Name="PanelApplet" />
|
|
<Type Name="PaperSelector" />
|
|
<Type Name="Pgl" />
|
|
<Type Name="PixmapEntry" />
|
|
<Type Name="Popup" />
|
|
<Type Name="PosGlyphList" />
|
|
<Type Name="PreparedArgs" />
|
|
<Type Name="PrintConfig" />
|
|
<Type Name="PrintConfigDialog" />
|
|
<Type Name="PrintConfigOption" />
|
|
<Type Name="PrintContext" />
|
|
<Type Name="Print" />
|
|
<Type Name="PrintDialog" />
|
|
<Type Name="PrintJob" />
|
|
<Type Name="PrintJobPreview" />
|
|
<Type Name="PrintMeta" />
|
|
<Type Name="PrintPaper" />
|
|
<Type Name="PrintPreview" />
|
|
<Type Name="PrintTransport" />
|
|
<Type Name="PrintUnit" />
|
|
<Type Name="PrintUnitSelector" />
|
|
<Type Name="Program" />
|
|
<Type Name="RenderBackgroundArgs" />
|
|
<Type Name="RFont" />
|
|
<Type Name="SaveYourselfArgs" />
|
|
<Type Name="Score" />
|
|
<Type Name="Scores" />
|
|
<Type Name="Sound" />
|
|
<Type Name="Stock" />
|
|
<Type Name="TextChangedArgs" />
|
|
<Type Name="ThemeFile" />
|
|
<Type Name="Thumbnail" />
|
|
<Type Name="ThumbnailFactory" />
|
|
<Type Name="Trigger" />
|
|
<Type Name="TriggerList" />
|
|
<Type Name="Triggers" />
|
|
<Type Name="UIBuilderData" />
|
|
<Type Name="UIInfo" />
|
|
<Type Name="Url" />
|
|
<Type Name="User" />
|
|
<Type Name="Window" />
|
|
<Type Name="ContextMenuItemCallback" />
|
|
<Type Name="BackClickedHandler" />
|
|
<Type Name="CancelClickedHandler" />
|
|
<Type Name="CanvasEventHandler" />
|
|
<Type Name="ChangeBackgroundHandler" />
|
|
<Type Name="ChangeSizeHandler" />
|
|
<Type Name="ColorSetHandler" />
|
|
<Type Name="ConnectedHandler" />
|
|
<Type Name="DrawBackgroundHandler" />
|
|
<Type Name="FinishClickedHandler" />
|
|
<Type Name="FontSetHandler" />
|
|
<Type Name="GdkPixbufDoneCallback" />
|
|
<Type Name="GdkPixbufLoadCallback" />
|
|
<Type Name="IconFocusedHandler" />
|
|
<Type Name="IconSelectedHandler" />
|
|
<Type Name="IconUnselectedHandler" />
|
|
<Type Name="InteractFunction" />
|
|
<Type Name="MoveCursorHandler" />
|
|
<Type Name="MoveFocusOutOfAppletHandler" />
|
|
<Type Name="NextClickedHandler" />
|
|
<Type Name="PanelAppletFactoryCallback" />
|
|
<Type Name="PreparedHandler" />
|
|
<Type Name="RenderBackgroundHandler" />
|
|
<Type Name="ReplyCallback" />
|
|
<Type Name="SaveYourselfHandler" />
|
|
<Type Name="StringCallback" />
|
|
<Type Name="TextChangedHandler" />
|
|
<Type Name="ThemeFileLineFunc" />
|
|
<Type Name="ThemeFileSectionFunc" />
|
|
<Type Name="TriggerActionFunction" />
|
|
<Type Name="UISignalConnectFunc" />
|
|
<Type Name="ClientFlags" />
|
|
<Type Name="ClientState" />
|
|
<Type Name="DateEditFlags" />
|
|
<Type Name="DialogType" />
|
|
<Type Name="EdgePosition" />
|
|
<Type Name="FileDomain" />
|
|
<Type Name="FontPickerMode" />
|
|
<Type Name="FontWeight" />
|
|
<Type Name="HelpError" />
|
|
<Type Name="IconListMode" />
|
|
<Type Name="IconLookupFlags" />
|
|
<Type Name="IconLookupResultFlags" />
|
|
<Type Name="InteractStyle" />
|
|
<Type Name="PanelAppletBackgroundType" />
|
|
<Type Name="PanelAppletFlags" />
|
|
<Type Name="PaperSelectorFlags" />
|
|
<Type Name="PreferencesType" />
|
|
<Type Name="PrintButtons" />
|
|
<Type Name="PrintDialogFlags" />
|
|
<Type Name="PrintDialogRangeFlags" />
|
|
<Type Name="PrintRangeType" />
|
|
<Type Name="PrintReturnCode" />
|
|
<Type Name="PrintUnitBase" />
|
|
<Type Name="RestartStyle" />
|
|
<Type Name="SaveStyle" />
|
|
<Type Name="ThemeFileParseError" />
|
|
<Type Name="ThumbnailSize" />
|
|
<Type Name="TriggerType" />
|
|
<Type Name="UIInfoConfigurableTypes" />
|
|
<Type Name="UIInfoType" />
|
|
<Type Name="UIPixmapType" />
|
|
<Type Name="URLError" />
|
|
<Type Name="PasswordDialogRemember" />
|
|
<Type Name="PasswordDialog" />
|
|
<Type Name="PasswordDialogDetails" />
|
|
<Type Name="IconTheme" />
|
|
<Type Name="Authentication" />
|
|
<Type Name="PrintSvg" />
|
|
</Namespace>
|
|
<Namespace Name="GtkSharp.GnomeSharp">
|
|
<Type Name="ObjectManager" />
|
|
</Namespace>
|
|
<Namespace Name="Gda">
|
|
<Type Name="Application" />
|
|
<Type Name="Blob" />
|
|
<Type Name="Client" />
|
|
<Type Name="Command" />
|
|
<Type Name="Config" />
|
|
<Type Name="Connection" />
|
|
<Type Name="DataModel" />
|
|
<Type Name="DataModelArray" />
|
|
<Type Name="DataModelHash" />
|
|
<Type Name="DataModelList" />
|
|
<Type Name="DataSourceInfo" />
|
|
<Type Name="Date" />
|
|
<Type Name="Error" />
|
|
<Type Name="ErrorArgs" />
|
|
<Type Name="EventNotificationArgs" />
|
|
<Type Name="FieldAttributes" />
|
|
<Type Name="Field" />
|
|
<Type Name="File" />
|
|
<Type Name="GeometricPoint" />
|
|
<Type Name="Global" />
|
|
<Type Name="Log" />
|
|
<Type Name="Main" />
|
|
<Type Name="Money" />
|
|
<Type Name="Numeric" />
|
|
<Type Name="Parameter" />
|
|
<Type Name="ParameterList" />
|
|
<Type Name="ProviderInfo" />
|
|
<Type Name="QuarkList" />
|
|
<Type Name="Row" />
|
|
<Type Name="RowInsertedEventArgs" />
|
|
<Type Name="RowRemovedEventArgs" />
|
|
<Type Name="RowUpdatedEventArgs" />
|
|
<Type Name="Select" />
|
|
<Type Name="ServerProvider" />
|
|
<Type Name="Table" />
|
|
<Type Name="Time" />
|
|
<Type Name="Timestamp" />
|
|
<Type Name="Transaction" />
|
|
<Type Name="Value" />
|
|
<Type Name="WarningArgs" />
|
|
<Type Name="XmlConnection" />
|
|
<Type Name="XmlDatabase" />
|
|
<Type Name="XmlDocument" />
|
|
<Type Name="XqlItem" />
|
|
<Type Name="XqlAtom" />
|
|
<Type Name="XqlBin" />
|
|
<Type Name="XqlColumn" />
|
|
<Type Name="XqlConst" />
|
|
<Type Name="Xql" />
|
|
<Type Name="XqlDml" />
|
|
<Type Name="XqlDelete" />
|
|
<Type Name="XqlDual" />
|
|
<Type Name="XqlField" />
|
|
<Type Name="XqlFunc" />
|
|
<Type Name="XqlInsert" />
|
|
<Type Name="XqlJoin" />
|
|
<Type Name="XqlList" />
|
|
<Type Name="XqlQuery" />
|
|
<Type Name="XqlSelect" />
|
|
<Type Name="XqlStack" />
|
|
<Type Name="XqlTarget" />
|
|
<Type Name="XqlUpdate" />
|
|
<Type Name="XqlValue" />
|
|
<Type Name="XqlValueRef" />
|
|
<Type Name="ConfigListenerFunc" />
|
|
<Type Name="DataModelForeachFunc" />
|
|
<Type Name="ErrorHandler" />
|
|
<Type Name="EventNotificationHandler" />
|
|
<Type Name="InitFunc" />
|
|
<Type Name="RowInsertedEventHandler" />
|
|
<Type Name="RowRemovedEventHandler" />
|
|
<Type Name="RowUpdatedEventHandler" />
|
|
<Type Name="WarningHandler" />
|
|
<Type Name="BlobMode" />
|
|
<Type Name="ClientEvent" />
|
|
<Type Name="CommandOptions" />
|
|
<Type Name="CommandType" />
|
|
<Type Name="ConnectionFeature" />
|
|
<Type Name="ConnectionOptions" />
|
|
<Type Name="ConnectionSchema" />
|
|
<Type Name="ExportFlags" />
|
|
<Type Name="TransactionIsolation" />
|
|
<Type Name="ValueType" />
|
|
</Namespace>
|
|
<Namespace Name="GnomeDb">
|
|
<Type Name="Application" />
|
|
<Type Name="Browser" />
|
|
<Type Name="Combo" />
|
|
<Type Name="ComponentInfo" />
|
|
<Type Name="Config" />
|
|
<Type Name="ConnectionProperties" />
|
|
<Type Name="ConnectionSelector" />
|
|
<Type Name="ControlWidget" />
|
|
<Type Name="CreatePopupMenuArgs" />
|
|
<Type Name="DataSourceSelector" />
|
|
<Type Name="DoubleClickedArgs" />
|
|
<Type Name="DsnConfig" />
|
|
<Type Name="DsnConfigDruid" />
|
|
<Type Name="Editor" />
|
|
<Type Name="Error" />
|
|
<Type Name="ErrorDialog" />
|
|
<Type Name="FinishedArgs" />
|
|
<Type Name="Form" />
|
|
<Type Name="Global" />
|
|
<Type Name="GrayBar" />
|
|
<Type Name="Grid" />
|
|
<Type Name="IconList" />
|
|
<Type Name="List" />
|
|
<Type Name="Login" />
|
|
<Type Name="LoginDialog" />
|
|
<Type Name="Main" />
|
|
<Type Name="New" />
|
|
<Type Name="Option" />
|
|
<Type Name="ProgressMessageArgs" />
|
|
<Type Name="ProviderSelector" />
|
|
<Type Name="QueryBuilder" />
|
|
<Type Name="ReportEditor" />
|
|
<Type Name="RowSelectedArgs" />
|
|
<Type Name="SqlViewer" />
|
|
<Type Name="Stock" />
|
|
<Type Name="StockManager" />
|
|
<Type Name="TableEditor" />
|
|
<Type Name="Text" />
|
|
<Type Name="CreatePopupMenuHandler" />
|
|
<Type Name="DoubleClickedHandler" />
|
|
<Type Name="FinishedHandler" />
|
|
<Type Name="GridForeachFunc" />
|
|
<Type Name="ProgressMessageHandler" />
|
|
<Type Name="RowSelectedHandler" />
|
|
<Type Name="ComponentType" />
|
|
<Type Name="FormType" />
|
|
</Namespace>
|
|
<Namespace Name="GtkSharp.GnomedbSharp">
|
|
<Type Name="ObjectManager" />
|
|
</Namespace>
|
|
<Namespace Name="GConf">
|
|
<Type Name="ClientBase" />
|
|
<Type Name="Client" />
|
|
<Type Name="ChangeSet" />
|
|
<Type Name="Engine" />
|
|
<Type Name="NoSuchKeyException" />
|
|
<Type Name="NotifyEventArgs" />
|
|
<Type Name="NotifyEventHandler" />
|
|
</Namespace>
|
|
<Namespace Name="GConf.PropertyEditors">
|
|
<Type Name="PropertyEditor" />
|
|
<Type Name="PropertyEditorBool" />
|
|
<Type Name="PropertyEditorEnum" />
|
|
<Type Name="PropertyEditorEntry" />
|
|
<Type Name="PropertyEditorFileEntry" />
|
|
<Type Name="PropertyEditorOptionMenu" />
|
|
<Type Name="PropertyEditorRadioButton" />
|
|
<Type Name="PropertyEditorSpinButton" />
|
|
<Type Name="PropertyEditorToggleButton" />
|
|
<Type Name="EditorNotSupportedException" />
|
|
<Type Name="InvalidGladeKeyException" />
|
|
<Type Name="EditorShell" />
|
|
</Namespace>
|
|
<Namespace Name="Rsvg">
|
|
<Type Name="Tool" />
|
|
<Type Name="BpathDef" />
|
|
<Type Name="Clone" />
|
|
<Type Name="Css" />
|
|
<Type Name="Defs" />
|
|
<Type Name="DefVal" />
|
|
<Type Name="Global" />
|
|
<Type Name="GradientStop" />
|
|
<Type Name="GradientStops" />
|
|
<Type Name="Handle" />
|
|
<Type Name="LinearGradient" />
|
|
<Type Name="PaintServer" />
|
|
<Type Name="Pixbuf" />
|
|
<Type Name="PSCtx" />
|
|
<Type Name="RadialGradient" />
|
|
<Type Name="Render" />
|
|
<Type Name="Start" />
|
|
<Type Name="State" />
|
|
<Type Name="SizeFunc" />
|
|
<Type Name="DefType" />
|
|
<Type Name="Error" />
|
|
<Type Name="TextAnchor" />
|
|
</Namespace>
|
|
<Namespace Name="Vte">
|
|
<Type Name="Bg" />
|
|
<Type Name="CharAttributes" />
|
|
<Type Name="CharSizeChangedArgs" />
|
|
<Type Name="ChildExitedArgs" />
|
|
<Type Name="CommitArgs" />
|
|
<Type Name="Conv" />
|
|
<Type Name="MoveWindowArgs" />
|
|
<Type Name="Reaper" />
|
|
<Type Name="ResizeWindowArgs" />
|
|
<Type Name="Ring" />
|
|
<Type Name="TerminalAccessible" />
|
|
<Type Name="TerminalAccessibleFactory" />
|
|
<Type Name="Terminal" />
|
|
<Type Name="TextScrolledArgs" />
|
|
<Type Name="CharSizeChangedHandler" />
|
|
<Type Name="ChildExitedHandler" />
|
|
<Type Name="CommitHandler" />
|
|
<Type Name="MoveWindowHandler" />
|
|
<Type Name="ResizeWindowHandler" />
|
|
<Type Name="RingFreeFunc" />
|
|
<Type Name="TextScrolledHandler" />
|
|
<Type Name="BgSourceType" />
|
|
<Type Name="DebugFlags" />
|
|
<Type Name="TerminalEraseBinding" />
|
|
<Type Name="VteGlyphFlags" />
|
|
</Namespace>
|
|
<Namespace Name="Gtk.DotNet">
|
|
<Type Name="Graphics" />
|
|
</Namespace>
|
|
</Types>
|
|
<Title>Untitled</Title>
|
|
</Overview>
|