Changeset 164:0beffa2869ad

Show
Ignore:
Timestamp:
09/01/08 19:05:38 (3 months ago)
Author:
Frank Benoit <benoit@tionex.de>
branch:
default
Message:

rem unneeded import

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devhelpers/structslinux/structs.d

    r124 r164  
    88import dwt.internal.c.pango; 
    99import dwt.internal.c.cairo; 
    10 import dwt.internal.c.gl; 
    1110import dwt.internal.c.glx; 
    1211import dwt.internal.c.gtk_unix_print_2_0; 
     
    1817 
    1918struct TSizeValue { 
    20    char[] name; 
    21    int size; 
     19    char[] name; 
     20    int size; 
    2221} ; 
    2322 
    2423const TSizeValue[] size_values = [ 
    25    { "AtkValueIface", AtkValueIface.sizeof }, 
    26    { "AtkMiscClass", AtkMiscClass.sizeof }, 
    27    { "AtkMisc", AtkMisc.sizeof }, 
    28    { "AtkTableIface", AtkTableIface.sizeof }, 
    29    { "AtkStreamableContentIface", AtkStreamableContentIface.sizeof }, 
    30    { "AtkStateSetClass", AtkStateSetClass.sizeof }, 
    31    { "AtkSelectionIface", AtkSelectionIface.sizeof }, 
    32    { "AtkRelationSetClass", AtkRelationSetClass.sizeof }, 
    33    { "AtkRelationClass", AtkRelationClass.sizeof }, 
    34    { "AtkRelation", AtkRelation.sizeof }, 
    35    { "AtkRegistryClass", AtkRegistryClass.sizeof }, 
    36    { "AtkRegistry", AtkRegistry.sizeof }, 
    37    { "AtkNoOpObjectFactoryClass", AtkNoOpObjectFactoryClass.sizeof }, 
    38    { "AtkNoOpObjectFactory", AtkNoOpObjectFactory.sizeof }, 
    39    { "AtkObjectFactoryClass", AtkObjectFactoryClass.sizeof }, 
    40    { "AtkObjectFactory", AtkObjectFactory.sizeof }, 
    41    { "AtkNoOpObjectClass", AtkNoOpObjectClass.sizeof }, 
    42    { "AtkNoOpObject", AtkNoOpObject.sizeof }, 
    43    { "AtkImageIface", AtkImageIface.sizeof }, 
    44    { "AtkHypertextIface", AtkHypertextIface.sizeof }, 
    45    { "AtkHyperlinkImplIface", AtkHyperlinkImplIface.sizeof }, 
    46    { "AtkHyperlinkClass", AtkHyperlinkClass.sizeof }, 
    47    { "AtkHyperlink", AtkHyperlink.sizeof }, 
    48    { "AtkGObjectAccessibleClass", AtkGObjectAccessibleClass.sizeof }, 
    49    { "AtkGObjectAccessible", AtkGObjectAccessible.sizeof }, 
    50    { "AtkEditableTextIface", AtkEditableTextIface.sizeof }, 
    51    { "AtkTextRange", AtkTextRange.sizeof }, 
    52    { "AtkTextRectangle", AtkTextRectangle.sizeof }, 
    53    { "AtkTextIface", AtkTextIface.sizeof }, 
    54    { "AtkDocumentIface", AtkDocumentIface.sizeof }, 
    55    { "AtkRectangle", AtkRectangle.sizeof }, 
    56    { "AtkComponentIface", AtkComponentIface.sizeof }, 
    57    { "AtkKeyEventStruct", AtkKeyEventStruct.sizeof }, 
    58    { "AtkUtilClass", AtkUtilClass.sizeof }, 
    59    { "AtkUtil", AtkUtil.sizeof }, 
    60    { "AtkActionIface", AtkActionIface.sizeof }, 
    61    { "AtkPropertyValues", AtkPropertyValues.sizeof }, 
    62    { "AtkStateSet", AtkStateSet.sizeof }, 
    63    { "AtkRelationSet", AtkRelationSet.sizeof }, 
    64    { "AtkObjectClass", AtkObjectClass.sizeof }, 
    65    { "AtkObject", AtkObject.sizeof }, 
    66    { "AtkImplementorIface", AtkImplementorIface.sizeof }, 
    67    { "AtkAttribute", AtkAttribute.sizeof }, 
    68    { "cairo_path_t", cairo_path_t.sizeof }, 
    69    { "cairo_path_data_t", cairo_path_data_t.sizeof }, 
    70    { "cairo_font_extents_t", cairo_font_extents_t.sizeof }, 
    71    { "cairo_text_extents_t", cairo_text_extents_t.sizeof }, 
    72    { "cairo_glyph_t", cairo_glyph_t.sizeof }, 
    73    { "cairo_rectangle_list_t", cairo_rectangle_list_t.sizeof }, 
    74    { "cairo_rectangle_t", cairo_rectangle_t.sizeof }, 
    75    { "cairo_user_data_key_t", cairo_user_data_key_t.sizeof }, 
    76    { "cairo_matrix_t", cairo_matrix_t.sizeof }, 
    77    { "GdkWindowObjectClass", GdkWindowObjectClass.sizeof }, 
    78    { "GdkWindowObject", GdkWindowObject.sizeof }, 
    79    { "GdkPointerHooks", GdkPointerHooks.sizeof }, 
    80    { "GdkWindowAttr", GdkWindowAttr.sizeof }, 
    81    { "GdkGeometry", GdkGeometry.sizeof }, 
    82    { "GdkScreenClass", GdkScreenClass.sizeof }, 
    83    { "GdkPixmapObjectClass", GdkPixmapObjectClass.sizeof }, 
    84    { "GdkPixmapObject", GdkPixmapObject.sizeof }, 
    85    { "GdkPangoAttrEmbossColor", GdkPangoAttrEmbossColor.sizeof }, 
    86    { "GdkPangoAttrEmbossed", GdkPangoAttrEmbossed.sizeof }, 
    87    { "GdkPangoAttrStipple", GdkPangoAttrStipple.sizeof }, 
    88    { "GdkPangoRendererClass", GdkPangoRendererClass.sizeof }, 
    89    { "GdkPangoRenderer", GdkPangoRenderer.sizeof }, 
    90    { "GdkDisplayManagerClass", GdkDisplayManagerClass.sizeof }, 
    91    { "GdkKeymapClass", GdkKeymapClass.sizeof }, 
    92    { "GdkKeymap", GdkKeymap.sizeof }, 
    93    { "GdkKeymapKey", GdkKeymapKey.sizeof }, 
    94    { "GdkImageClass", GdkImageClass.sizeof }, 
    95    { "GdkTrapezoid", GdkTrapezoid.sizeof }, 
    96    { "GdkDrawableClass", GdkDrawableClass.sizeof }, 
    97    { "GdkGCClass", GdkGCClass.sizeof }, 
    98    { "GdkGCValues", GdkGCValues.sizeof }, 
    99    { "GdkDisplayPointerHooks", GdkDisplayPointerHooks.sizeof }, 
    100    { "GdkDisplayClass", GdkDisplayClass.sizeof }, 
    101    { "GdkEvent", GdkEvent.sizeof }, 
    102    { "GdkEventGrabBroken", GdkEventGrabBroken.sizeof }, 
    103    { "GdkEventSetting", GdkEventSetting.sizeof }, 
    104    { "GdkEventWindowState", GdkEventWindowState.sizeof }, 
    105    { "GdkEventDND", GdkEventDND.sizeof }, 
    106    { "GdkEventClient", GdkEventClient.sizeof }, 
    107    { "GdkEventProximity", GdkEventProximity.sizeof }, 
    108    { "GdkEventOwnerChange", GdkEventOwnerChange.sizeof }, 
    109    { "GdkEventSelection", GdkEventSelection.sizeof }, 
    110    { "GdkEventProperty", GdkEventProperty.sizeof }, 
    111    { "GdkEventConfigure", GdkEventConfigure.sizeof }, 
    112    { "GdkEventCrossing", GdkEventCrossing.sizeof }, 
    113    { "GdkEventFocus", GdkEventFocus.sizeof }, 
    114    { "GdkEventKey", GdkEventKey.sizeof }, 
    115    { "GdkEventScroll", GdkEventScroll.sizeof }, 
    116    { "GdkEventButton", GdkEventButton.sizeof }, 
    117    { "GdkEventMotion", GdkEventMotion.sizeof }, 
    118    { "GdkEventVisibility", GdkEventVisibility.sizeof }, 
    119    { "GdkEventNoExpose", GdkEventNoExpose.sizeof }, 
    120    { "GdkEventExpose", GdkEventExpose.sizeof }, 
    121    { "GdkEventAny", GdkEventAny.sizeof }, 
    122    { "GdkTimeCoord", GdkTimeCoord.sizeof }, 
    123    { "GdkDevice", GdkDevice.sizeof }, 
    124    { "GdkDeviceAxis", GdkDeviceAxis.sizeof }, 
    125    { "GdkDeviceKey", GdkDeviceKey.sizeof }, 
    126    { "GdkDragContextClass", GdkDragContextClass.sizeof }, 
    127    { "GdkDragContext", GdkDragContext.sizeof }, 
    128    { "GdkPixbufLoaderClass", GdkPixbufLoaderClass.sizeof }, 
    129    { "GdkPixbufLoader", GdkPixbufLoader.sizeof }, 
    130    { "GdkRgbCmap", GdkRgbCmap.sizeof }, 
    131    { "GdkColormapClass", GdkColormapClass.sizeof }, 
    132    { "GdkScreen", GdkScreen.sizeof }, 
    133    { "GdkDisplay", GdkDisplay.sizeof }, 
    134    { "GdkDrawable", GdkDrawable.sizeof }, 
    135    { "GdkVisual", GdkVisual.sizeof }, 
    136    { "GdkImage", GdkImage.sizeof }, 
    137    { "GdkGC", GdkGC.sizeof }, 
    138    { "GdkFont", GdkFont.sizeof }, 
    139    { "GdkCursor", GdkCursor.sizeof }, 
    140    { "GdkColormap", GdkColormap.sizeof }, 
    141    { "GdkColor", GdkColor.sizeof }, 
    142    { "GdkSpan", GdkSpan.sizeof }, 
    143    { "GdkSegment", GdkSegment.sizeof }, 
    144    { "GdkRectangle", GdkRectangle.sizeof }, 
    145    { "GdkPoint", GdkPoint.sizeof }, 
    146    { "GStaticMutex", _GStaticMutex.sizeof }, 
    147    { "GSystemThread", _GSystemThread.sizeof }, 
    148    { "GValueArray", GValueArray.sizeof }, 
    149    { "GTypePluginClass", GTypePluginClass.sizeof }, 
    150    { "GTypeModuleClass", GTypeModuleClass.sizeof }, 
    151    { "GTypeModule", GTypeModule.sizeof }, 
    152    { "GParamSpecGType", GParamSpecGType.sizeof }, 
    153    { "GParamSpecOverride", GParamSpecOverride.sizeof }, 
    154    { "GParamSpecObject", GParamSpecObject.sizeof }, 
    155    { "GParamSpecValueArray", GParamSpecValueArray.sizeof }, 
    156    { "GParamSpecPointer", GParamSpecPointer.sizeof }, 
    157    { "GParamSpecBoxed", GParamSpecBoxed.sizeof }, 
    158    { "GParamSpecParam", GParamSpecParam.sizeof }, 
    159    { "GParamSpecString", GParamSpecString.sizeof }, 
    160    { "GParamSpecDouble", GParamSpecDouble.sizeof }, 
    161    { "GParamSpecFloat", GParamSpecFloat.sizeof }, 
    162    { "GParamSpecFlags", GParamSpecFlags.sizeof }, 
    163    { "GParamSpecEnum", GParamSpecEnum.sizeof }, 
    164    { "GParamSpecUnichar", GParamSpecUnichar.sizeof }, 
    165    { "GParamSpecUInt64", GParamSpecUInt64.sizeof }, 
    166    { "GParamSpecInt64", GParamSpecInt64.sizeof }, 
    167    { "GParamSpecULong", GParamSpecULong.sizeof }, 
    168    { "GParamSpecLong", GParamSpecLong.sizeof }, 
    169    { "GParamSpecUInt", GParamSpecUInt.sizeof }, 
    170    { "GParamSpecInt", GParamSpecInt.sizeof }, 
    171    { "GParamSpecBoolean", GParamSpecBoolean.sizeof }, 
    172    { "GParamSpecUChar", GParamSpecUChar.sizeof }, 
    173    { "GParamSpecChar", GParamSpecChar.sizeof }, 
    174    { "GObjectConstructParam", GObjectConstructParam.sizeof }, 
    175    { "GObjectClass", GObjectClass.sizeof }, 
    176    { "GObject", GObject.sizeof }, 
    177    { "GSignalInvocationHint", GSignalInvocationHint.sizeof }, 
    178    { "GSignalQuery", GSignalQuery.sizeof }, 
    179    { "GCClosure", GCClosure.sizeof }, 
    180    { "GClosureNotifyData", GClosureNotifyData.sizeof }, 
    181    { "GClosure", GClosure.sizeof }, 
    182    { "GParamSpecTypeInfo", GParamSpecTypeInfo.sizeof }, 
    183    { "GParameter", GParameter.sizeof }, 
    184    { "GParamSpecClass", GParamSpecClass.sizeof }, 
    185    { "GParamSpec", GParamSpec.sizeof }, 
    186    { "GFlagsValue", GFlagsValue.sizeof }, 
    187    { "GEnumValue", GEnumValue.sizeof }, 
    188    { "GFlagsClass", GFlagsClass.sizeof }, 
    189    { "GEnumClass", GEnumClass.sizeof }, 
    190    { "GTypeQuery", GTypeQuery.sizeof }, 
    191    { "GTypeValueTable", GTypeValueTable.sizeof }, 
    192    { "GInterfaceInfo", GInterfaceInfo.sizeof }, 
    193    { "GTypeFundamentalInfo", GTypeFundamentalInfo.sizeof }, 
    194    { "GTypeInfo", GTypeInfo.sizeof }, 
    195    { "GTypeInstance", GTypeInstance.sizeof }, 
    196    { "GTypeInterface", GTypeInterface.sizeof }, 
    197    { "GTypeClass", GTypeClass.sizeof }, 
    198    { "GValue", GValue.sizeof }, 
    199    { "GThreadPool", GThreadPool.sizeof }, 
    200    { "GTokenValue", GTokenValue.sizeof }, 
    201    { "GScannerConfig", GScannerConfig.sizeof }, 
    202    { "GScanner", GScanner.sizeof }, 
    203    { "GTuples", GTuples.sizeof }, 
    204    { "GQueue", GQueue.sizeof }, 
    205    { "GOptionEntry", GOptionEntry.sizeof }, 
    206    { "GNode", GNode.sizeof }, 
    207    { "GMarkupParser", GMarkupParser.sizeof }, 
    208    { "GIOFuncs", GIOFuncs.sizeof }, 
    209    { "GIOChannel", GIOChannel.sizeof }, 
    210    { "GString", GString.sizeof }, 
    211    { "GPollFD", GPollFD.sizeof }, 
    212    { "GSourceFuncs", GSourceFuncs.sizeof }, 
    213    { "GSourceCallbackFuncs", GSourceCallbackFuncs.sizeof }, 
    214    { "GSource", GSource.sizeof }, 
    215    { "GSList", GSList.sizeof }, 
    216    { "GHookList", GHookList.sizeof }, 
    217    { "GHook", GHook.sizeof }, 
    218    { "GDate", GDate.sizeof }, 
    219    { "GCompletion", GCompletion.sizeof }, 
    220    { "GList", GList.sizeof }, 
    221    { "GMemVTable", GMemVTable.sizeof }, 
    222    { "GOnce", GOnce.sizeof }, 
    223    { "GStaticRWLock", GStaticRWLock.sizeof }, 
    224    { "GStaticRecMutex", GStaticRecMutex.sizeof }, 
    225    { "GThreadFunctions", GThreadFunctions.sizeof }, 
    226    { "GStaticPrivate", GStaticPrivate.sizeof }, 
    227    { "GThread", GThread.sizeof }, 
    228    { "GTrashStack", GTrashStack.sizeof }, 
    229    { "GDebugKey", GDebugKey.sizeof }, 
    230    { "GError", GError.sizeof }, 
    231    { "GPtrArray", GPtrArray.sizeof }, 
    232    { "GByteArray", GByteArray.sizeof }, 
    233    { "GArray", GArray.sizeof }, 
    234    { "GTimeVal", GTimeVal.sizeof }, 
    235    { "GFloatIEEE754", GFloatIEEE754.sizeof }, 
    236    { "GDoubleIEEE754", GDoubleIEEE754.sizeof }, 
    237    { "GLXEvent", GLXEvent.sizeof }, 
    238    { "GLXPbufferClobberEvent", GLXPbufferClobberEvent.sizeof }, 
    239    { "GtkVSeparatorClass", GtkVSeparatorClass.sizeof }, 
    240    { "GtkVSeparator", GtkVSeparator.sizeof }, 
    241    { "GtkVScaleClass", GtkVScaleClass.sizeof }, 
    242    { "GtkVScale", GtkVScale.sizeof }, 
    243    { "GtkVRulerClass", GtkVRulerClass.sizeof }, 
    244    { "GtkVRuler", GtkVRuler.sizeof }, 
    245    { "GtkVPanedClass", GtkVPanedClass.sizeof }, 
    246    { "GtkVPaned", GtkVPaned.sizeof }, 
    247    { "GtkVolumeButtonClass", GtkVolumeButtonClass.sizeof }, 
    248    { "GtkVButtonBoxClass", GtkVButtonBoxClass.sizeof }, 
    249    { "GtkVButtonBox", GtkVButtonBox.sizeof }, 
    250    { "GtkUIManagerClass", GtkUIManagerClass.sizeof }, 
    251    { "GtkUIManager", GtkUIManager.sizeof }, 
    252    { "GtkTreeStoreClass", GtkTreeStoreClass.sizeof }, 
    253    { "GtkTreeStore", GtkTreeStore.sizeof }, 
    254    { "GtkTreeModelSortClass", GtkTreeModelSortClass.sizeof }, 
    255    { "GtkTreeModelSort", GtkTreeModelSort.sizeof }, 
    256    { "GtkTreeDragDestIface", GtkTreeDragDestIface.sizeof }, 
    257    { "GtkTreeDragSourceIface", GtkTreeDragSourceIface.sizeof }, 
    258    { "GtkToolbarClass", GtkToolbarClass.sizeof }, 
    259    { "GtkToolbar", GtkToolbar.sizeof }, 
    260    { "GtkToolbarChild", GtkToolbarChild.sizeof }, 
    261    { "GtkTipsQueryClass", GtkTipsQueryClass.sizeof }, 
    262    { "GtkTipsQuery", GtkTipsQuery.sizeof }, 
    263    { "GtkTextViewClass", GtkTextViewClass.sizeof }, 
    264    { "GtkTextView", GtkTextView.sizeof }, 
    265    { "GtkTextBufferClass", GtkTextBufferClass.sizeof }, 
    266    { "GtkTextMarkClass", GtkTextMarkClass.sizeof }, 
    267    { "GtkTextMark", GtkTextMark.sizeof }, 
    268    { "GtkTextTagTableClass", GtkTextTagTableClass.sizeof }, 
    269    { "GtkTearoffMenuItemClass", GtkTearoffMenuItemClass.sizeof }, 
    270    { "GtkTearoffMenuItem", GtkTearoffMenuItem.sizeof }, 
    271    { "GtkTableRowCol", GtkTableRowCol.sizeof }, 
    272    { "GtkTableChild", GtkTableChild.sizeof }, 
    273    { "GtkTableClass", GtkTableClass.sizeof }, 
    274    { "GtkTable", GtkTable.sizeof }, 
    275    { "GtkStockItem", GtkStockItem.sizeof }, 
    276    { "GtkStatusIconClass", GtkStatusIconClass.sizeof }, 
    277    { "GtkStatusIcon", GtkStatusIcon.sizeof }, 
    278    { "GtkStatusbarClass", GtkStatusbarClass.sizeof }, 
    279    { "GtkStatusbar", GtkStatusbar.sizeof }, 
    280    { "GtkSpinButtonClass", GtkSpinButtonClass.sizeof }, 
    281    { "GtkSpinButton", GtkSpinButton.sizeof }, 
    282    { "GtkSizeGroupClass", GtkSizeGroupClass.sizeof }, 
    283    { "GtkSizeGroup", GtkSizeGroup.sizeof }, 
    284    { "GtkSeparatorToolItemClass", GtkSeparatorToolItemClass.sizeof }, 
    285    { "GtkSeparatorToolItem", GtkSeparatorToolItem.sizeof }, 
    286    { "GtkSeparatorMenuItemClass", GtkSeparatorMenuItemClass.sizeof }, 
    287    { "GtkSeparatorMenuItem", GtkSeparatorMenuItem.sizeof }, 
    288    { "GtkScrolledWindowClass", GtkScrolledWindowClass.sizeof }, 
    289    { "GtkScrolledWindow", GtkScrolledWindow.sizeof }, 
    290    { "GtkViewportClass", GtkViewportClass.sizeof }, 
    291    { "GtkViewport", GtkViewport.sizeof }, 
    292    { "GtkScaleButtonClass", GtkScaleButtonClass.sizeof }, 
    293    { "GtkScaleButton", GtkScaleButton.sizeof }, 
    294    { "GtkRecentChooserWidgetClass", GtkRecentChooserWidgetClass.sizeof }, 
    295    { "GtkRecentChooserWidget", GtkRecentChooserWidget.sizeof }, 
    296    { "GtkRecentChooserMenuClass", GtkRecentChooserMenuClass.sizeof }, 
    297    { "GtkRecentChooserMenu", GtkRecentChooserMenu.sizeof }, 
    298    { "GtkRecentChooserDialogClass", GtkRecentChooserDialogClass.sizeof }, 
    299    { "GtkRecentChooserDialog", GtkRecentChooserDialog.sizeof }, 
    300    { "GtkRecentChooserIface", GtkRecentChooserIface.sizeof }, 
    301    { "GtkRecentFilterInfo", GtkRecentFilterInfo.sizeof }, 
    302    { "GtkRecentActionClass", GtkRecentActionClass.sizeof }, 
    303    { "GtkRecentAction", GtkRecentAction.sizeof }, 
    304    { "GtkRecentManagerClass", GtkRecentManagerClass.sizeof }, 
    305    { "GtkRecentManager", GtkRecentManager.sizeof }, 
    306    { "GtkRecentData", GtkRecentData.sizeof }, 
    307    { "GtkRadioToolButtonClass", GtkRadioToolButtonClass.sizeof }, 
    308    { "GtkRadioToolButton", GtkRadioToolButton.sizeof }, 
    309    { "GtkToggleToolButtonClass", GtkToggleToolButtonClass.sizeof }, 
    310    { "GtkToggleToolButton", GtkToggleToolButton.sizeof }, 
    311    { "GtkRadioMenuItemClass", GtkRadioMenuItemClass.sizeof }, 
    312    { "GtkRadioMenuItem", GtkRadioMenuItem.sizeof }, 
    313    { "GtkRadioButtonClass", GtkRadioButtonClass.sizeof }, 
    314    { "GtkRadioButton", GtkRadioButton.sizeof }, 
    315    { "GtkRadioActionClass", GtkRadioActionClass.sizeof }, 
    316    { "GtkRadioAction", GtkRadioAction.sizeof }, 
    317    { "GtkToggleActionClass", GtkToggleActionClass.sizeof }, 
    318    { "GtkToggleAction", GtkToggleAction.sizeof }, 
    319    { "GtkProgressBarClass", GtkProgressBarClass.sizeof }, 
    320    { "GtkProgressBar", GtkProgressBar.sizeof }, 
    321    { "GtkProgressClass", GtkProgressClass.sizeof }, 
    322    { "GtkProgress", GtkProgress.sizeof }, 
    323    { "GtkPrintOperation", GtkPrintOperation.sizeof }, 
    324    { "GtkPrintOperationClass", GtkPrintOperationClass.sizeof }, 
    325    { "GtkPrintOperationPreviewIface", GtkPrintOperationPreviewIface.sizeof }, 
    326    { "GtkPageRange", GtkPageRange.sizeof }, 
    327    { "GtkPreviewClass", GtkPreviewClass.sizeof }, 
    328    { "GtkDitherInfo", GtkDitherInfo.sizeof }, 
    329    { "GtkPreviewInfo", GtkPreviewInfo.sizeof }, 
    330    { "GtkPreview", GtkPreview.sizeof }, 
    331    { "GtkPlugClass", GtkPlugClass.sizeof }, 
    332    { "GtkPlug", GtkPlug.sizeof }, 
    333    { "GtkSocketClass", GtkSocketClass.sizeof }, 
    334    { "GtkSocket", GtkSocket.sizeof }, 
    335    { "GtkPixmapClass", GtkPixmapClass.sizeof }, 
    336    { "GtkPixmap", GtkPixmap.sizeof }, 
    337    { "GtkOptionMenuClass", GtkOptionMenuClass.sizeof }, 
    338    { "GtkOptionMenu", GtkOptionMenu.sizeof }, 
    339    { "GtkOldEditableClass", GtkOldEditableClass.sizeof }, 
    340    { "GtkOldEditable", GtkOldEditable.sizeof }, 
    341    { "GtkNotebookClass", GtkNotebookClass.sizeof }, 
    342    { "GtkNotebook", GtkNotebook.sizeof }, 
    343    { "GtkMessageDialogClass", GtkMessageDialogClass.sizeof }, 
    344    { "GtkMessageDialog", GtkMessageDialog.sizeof }, 
    345    { "GtkMenuToolButton", GtkMenuToolButton.sizeof }, 
    346    { "GtkMenuToolButtonClass", GtkMenuToolButtonClass.sizeof }, 
    347    { "GtkToolButtonClass", GtkToolButtonClass.sizeof }, 
    348    { "GtkToolButton", GtkToolButton.sizeof }, 
    349    { "GtkToolItemClass", GtkToolItemClass.sizeof }, 
    350    { "GtkToolItem", GtkToolItem.sizeof }, 
    351    { "GtkTooltipsData", GtkTooltipsData.sizeof }, 
    352    { "GtkTooltipsClass", GtkTooltipsClass.sizeof }, 
    353    { "GtkTooltips", GtkTooltips.sizeof }, 
    354    { "GtkMenuBarClass", GtkMenuBarClass.sizeof }, 
    355    { "GtkMenuBar", GtkMenuBar.sizeof }, 
    356    { "GtkListClass", GtkListClass.sizeof }, 
    357    { "GtkList", GtkList.sizeof }, 
    358    { "GtkListItemClass", GtkListItemClass.sizeof }, 
    359    { "GtkListItem", GtkListItem.sizeof }, 
    360    { "GtkLinkButtonClass", GtkLinkButtonClass.sizeof }, 
    361    { "GtkLinkButton", GtkLinkButton.sizeof }, 
    362    { "GtkLayoutClass", GtkLayoutClass.sizeof }, 
    363    { "GtkLayout", GtkLayout.sizeof }, 
    364    { "GtkInvisibleClass", GtkInvisibleClass.sizeof }, 
    365    { "GtkInvisible", GtkInvisible.sizeof }, 
    366    { "GtkInputDialogClass", GtkInputDialogClass.sizeof }, 
    367    { "GtkInputDialog", GtkInputDialog.sizeof }, 
    368    { "GtkIMMulticontextClass", GtkIMMulticontextClass.sizeof }, 
    369    { "GtkIMMulticontext", GtkIMMulticontext.sizeof }, 
    370    { "GtkIMContextSimpleClass", GtkIMContextSimpleClass.sizeof }, 
    371    { "GtkIMContextSimple", GtkIMContextSimple.sizeof }, 
    372    { "GtkImageMenuItemClass", GtkImageMenuItemClass.sizeof }, 
    373    { "GtkImageMenuItem", GtkImageMenuItem.sizeof }, 
    374    { "GtkIconViewClass", GtkIconViewClass.sizeof }, 
    375    { "GtkIconView", GtkIconView.sizeof }, 
    376    { "GtkIconThemeClass", GtkIconThemeClass.sizeof }, 
    377    { "GtkIconTheme", GtkIconTheme.sizeof }, 
    378    { "GtkIconFactoryClass", GtkIconFactoryClass.sizeof }, 
    379    { "GtkHSeparatorClass", GtkHSeparatorClass.sizeof }, 
    380    { "GtkHSeparator", GtkHSeparator.sizeof }, 
    381    { "GtkSeparatorClass", GtkSeparatorClass.sizeof }, 
    382    { "GtkSeparator", GtkSeparator.sizeof }, 
    383    { "GtkHScaleClass", GtkHScaleClass.sizeof }, 
    384    { "GtkHScale", GtkHScale.sizeof }, 
    385    { "GtkScaleClass", GtkScaleClass.sizeof }, 
    386    { "GtkScale", GtkScale.sizeof }, 
    387    { "GtkHRulerClass", GtkHRulerClass.sizeof }, 
    388    { "GtkHRuler", GtkHRuler.sizeof }, 
    389    { "GtkRulerMetric", GtkRulerMetric.sizeof }, 
    390    { "GtkRulerClass", GtkRulerClass.sizeof }, 
    391    { "GtkRuler", GtkRuler.sizeof }, 
    392    { "GtkHPanedClass", GtkHPanedClass.sizeof }, 
    393    { "GtkHPaned", GtkHPaned.sizeof }, 
    394    { "GtkPanedClass", GtkPanedClass.sizeof }, 
    395    { "GtkPaned", GtkPaned.sizeof }, 
    396    { "GtkHButtonBoxClass", GtkHButtonBoxClass.sizeof }, 
    397    { "GtkHButtonBox", GtkHButtonBox.sizeof }, 
    398    { "GtkHandleBoxClass", GtkHandleBoxClass.sizeof }, 
    399    { "GtkHandleBox", GtkHandleBox.sizeof }, 
    400    { "GtkGammaCurveClass", GtkGammaCurveClass.sizeof }, 
    401    { "GtkGammaCurve", GtkGammaCurve.sizeof }, 
    402    { "GtkFontSelectionDialogClass", GtkFontSelectionDialogClass.sizeof }, 
    403    { "GtkFontSelectionDialog", GtkFontSelectionDialog.sizeof }, 
    404    { "GtkFontSelectionClass", GtkFontSelectionClass.sizeof }, 
    405    { "GtkFontSelection", GtkFontSelection.sizeof }, 
    406    { "GtkFontButtonClass", GtkFontButtonClass.sizeof }, 
    407    { "GtkFontButton", GtkFontButton.sizeof }, 
    408    { "GtkFileChooserWidgetClass", GtkFileChooserWidgetClass.sizeof }, 
    409    { "GtkFileChooserWidget", GtkFileChooserWidget.sizeof }, 
    410    { "GtkFileChooserDialogClass", GtkFileChooserDialogClass.sizeof }, 
    411    { "GtkFileChooserDialog", GtkFileChooserDialog.sizeof }, 
    412    { "GtkFileChooserButtonClass", GtkFileChooserButtonClass.sizeof }, 
    413    { "GtkFileChooserButton", GtkFileChooserButton.sizeof }, 
    414    { "GtkFileFilterInfo", GtkFileFilterInfo.sizeof }, 
    415    { "GtkFixedChild", GtkFixedChild.sizeof }, 
    416    { "GtkFixedClass", GtkFixedClass.sizeof }, 
    417    { "GtkFixed", GtkFixed.sizeof }, 
    418    { "GtkFileSelectionClass", GtkFileSelectionClass.sizeof }, 
    419    { "GtkFileSelection", GtkFileSelection.sizeof }, 
    420    { "GtkExpanderClass", GtkExpanderClass.sizeof }, 
    421    { "GtkExpander", GtkExpander.sizeof }, 
    422    { "GtkEventBoxClass", GtkEventBoxClass.sizeof }, 
    423    { "GtkEventBox", GtkEventBox.sizeof }, 
    424    { "GtkCurveClass", GtkCurveClass.sizeof }, 
    425    { "GtkCurve", GtkCurve.sizeof }, 
    426    { "GtkDrawingAreaClass", GtkDrawingAreaClass.sizeof }, 
    427    { "GtkDrawingArea", GtkDrawingArea.sizeof }, 
    428    { "GtkCTreeNode", GtkCTreeNode.sizeof }, 
    429    { "GtkCTreeRow", GtkCTreeRow.sizeof }, 
    430    { "GtkCTreeClass", GtkCTreeClass.sizeof }, 
    431    { "GtkCTree", GtkCTree.sizeof }, 
    432    { "GtkComboBoxEntryClass", GtkComboBoxEntryClass.sizeof }, 
    433    { "GtkComboBoxEntry", GtkComboBoxEntry.sizeof }, 
    434    { "GtkComboBoxClass", GtkComboBoxClass.sizeof }, 
    435    { "GtkComboBox", GtkComboBox.sizeof }, 
    436    { "GtkTreeSelectionClass", GtkTreeSelectionClass.sizeof }, 
    437    { "GtkTreeSelection", GtkTreeSelection.sizeof }, 
    438    { "GtkTreeViewClass", GtkTreeViewClass.sizeof }, 
    439    { "GtkTreeView", GtkTreeView.sizeof }, 
    440    { "GtkEntryClass", GtkEntryClass.sizeof }, 
    441    { "GtkEntry", GtkEntry.sizeof }, 
    442    { "GtkEntryCompletionClass", GtkEntryCompletionClass.sizeof }, 
    443    { "GtkEntryCompletion", GtkEntryCompletion.sizeof }, 
    444    { "GtkTreeModelFilterClass", GtkTreeModelFilterClass.sizeof }, 
    445    { "GtkTreeModelFilter", GtkTreeModelFilter.sizeof }, 
    446    { "GtkListStoreClass", GtkListStoreClass.sizeof }, 
    447    { "GtkListStore", GtkListStore.sizeof }, 
    448    { "GtkIMContextClass", GtkIMContextClass.sizeof }, 
    449    { "GtkIMContext", GtkIMContext.sizeof }, 
    450    { "GtkEditableClass", GtkEditableClass.sizeof }, 
    451    { "GtkComboClass", GtkComboClass.sizeof }, 
    452    { "GtkCombo", GtkCombo.sizeof }, 
    453    { "GtkHBoxClass", GtkHBoxClass.sizeof }, 
    454    { "GtkHBox", GtkHBox.sizeof }, 
    455    { "GtkColorSelectionDialogClass", GtkColorSelectionDialogClass.sizeof }, 
    456    { "GtkColorSelectionDialog", GtkColorSelectionDialog.sizeof }, 
    457    { "GtkColorSelectionClass", GtkColorSelectionClass.sizeof }, 
    458    { "GtkColorSelection", GtkColorSelection.sizeof }, 
    459    { "GtkVBoxClass", GtkVBoxClass.sizeof }, 
    460    { "GtkVBox", GtkVBox.sizeof }, 
    461    { "GtkColorButtonClass", GtkColorButtonClass.sizeof }, 
    462    { "GtkColorButton", GtkColorButton.sizeof }, 
    463    { "GtkCListDestInfo", GtkCListDestInfo.sizeof }, 
    464    { "GtkCListCellInfo", GtkCListCellInfo.sizeof }, 
    465    { "GtkCellWidget", GtkCellWidget.sizeof }, 
    466    { "GtkCellPixText", GtkCellPixText.sizeof }, 
    467    { "GtkCellPixmap", GtkCellPixmap.sizeof }, 
    468    { "GtkCellText", GtkCellText.sizeof }, 
    469    { "GtkCell", GtkCell.sizeof }, 
    470    { "GtkCListRow", GtkCListRow.sizeof }, 
    471    { "GtkCListColumn", GtkCListColumn.sizeof }, 
    472    { "GtkCListClass", GtkCListClass.sizeof }, 
    473    { "GtkCList", GtkCList.sizeof }, 
    474    { "GtkVScrollbarClass", GtkVScrollbarClass.sizeof }, 
    475    { "GtkVScrollbar", GtkVScrollbar.sizeof }, 
    476    { "GtkHScrollbarClass", GtkHScrollbarClass.sizeof }, 
    477    { "GtkHScrollbar", GtkHScrollbar.sizeof }, 
    478    { "GtkScrollbarClass", GtkScrollbarClass.sizeof }, 
    479    { "GtkScrollbar", GtkScrollbar.sizeof }, 
    480    { "GtkRangeClass", GtkRangeClass.sizeof }, 
    481    { "GtkRange", GtkRange.sizeof }, 
    482    { "GtkTargetPair", GtkTargetPair.sizeof }, 
    483    { "GtkTargetEntry", GtkTargetEntry.sizeof }, 
    484    { "GtkTargetList", GtkTargetList.sizeof }, 
    485    { "GtkTextBuffer", GtkTextBuffer.sizeof }, 
    486    { "GtkTextChildAnchorClass", GtkTextChildAnchorClass.sizeof }, 
    487    { "GtkTextChildAnchor", GtkTextChildAnchor.sizeof }, 
    488    { "GtkTextAppearance", GtkTextAppearance.sizeof }, 
    489    { "GtkTextTagClass", GtkTextTagClass.sizeof }, 
    490    { "GtkTextTag", GtkTextTag.sizeof }, 
    491    { "GtkTextAttributes", GtkTextAttributes.sizeof }, 
    492    { "GtkTextTagTable", GtkTextTagTable.sizeof }, 
    493    { "GtkTextIter", GtkTextIter.sizeof }, 
    494    { "GtkCheckMenuItemClass", GtkCheckMenuItemClass.sizeof }, 
    495    { "GtkCheckMenuItem", GtkCheckMenuItem.sizeof }, 
    496    { "GtkMenuItemClass", GtkMenuItemClass.sizeof }, 
    497    { "GtkMenuItem", GtkMenuItem.sizeof }, 
    498    { "GtkItemClass", GtkItemClass.sizeof }, 
    499    { "GtkItem", GtkItem.sizeof }, 
    500    { "GtkCheckButtonClass", GtkCheckButtonClass.sizeof }, 
    501    { "GtkCheckButton", GtkCheckButton.sizeof }, 
    502    { "GtkToggleButtonClass", GtkToggleButtonClass.sizeof }, 
    503    { "GtkToggleButton", GtkToggleButton.sizeof }, 
    504    { "GtkCellViewClass", GtkCellViewClass.sizeof }, 
    505    { "GtkCellView", GtkCellView.sizeof }, 
    506    { "GtkCellRendererToggleClass", GtkCellRendererToggleClass.sizeof }, 
    507    { "GtkCellRendererToggle", GtkCellRendererToggle.sizeof }, 
    508    { "GtkCellRendererSpinClass", GtkCellRendererSpinClass.sizeof }, 
    509    { "GtkCellRendererSpin", GtkCellRendererSpin.sizeof }, 
    510    { "GtkCellRendererProgressClass", GtkCellRendererProgressClass.sizeof }, 
    511    { "GtkCellRendererProgress", GtkCellRendererProgress.sizeof }, 
    512    { "GtkCellRendererPixbufClass", GtkCellRendererPixbufClass.sizeof }, 
    513    { "GtkCellRendererPixbuf", GtkCellRendererPixbuf.sizeof }, 
    514    { "GtkCellRendererComboClass", GtkCellRendererComboClass.sizeof }, 
    515    { "GtkCellRendererCombo", GtkCellRendererCombo.sizeof }, 
    516    { "GtkCellRendererAccelClass", GtkCellRendererAccelClass.sizeof }, 
    517    { "GtkCellRendererAccel", GtkCellRendererAccel.sizeof }, 
    518    { "GtkCellRendererTextClass", GtkCellRendererTextClass.sizeof }, 
    519    { "GtkCellRendererText", GtkCellRendererText.sizeof }, 
    520    { "GtkCellLayoutIface", GtkCellLayoutIface.sizeof }, 
    521    { "GtkTreeViewColumnClass", GtkTreeViewColumnClass.sizeof }, 
    522    { "GtkTreeViewColumn", GtkTreeViewColumn.sizeof }, 
    523    { "GtkTreeSortableIface", GtkTreeSortableIface.sizeof }, 
    524    { "GtkTreeModelIface", GtkTreeModelIface.sizeof }, 
    525    { "GtkTreeIter", GtkTreeIter.sizeof }, 
    526    { "GtkCellRendererClass", GtkCellRendererClass.sizeof }, 
    527    { "GtkCellRenderer", GtkCellRenderer.sizeof }, 
    528    { "GtkCellEditableIface", GtkCellEditableIface.sizeof }, 
    529    { "GtkCalendarClass", GtkCalendarClass.sizeof }, 
    530    { "GtkCalendar", GtkCalendar.sizeof }, 
    531    { "GtkButtonClass", GtkButtonClass.sizeof }, 
    532    { "GtkButton", GtkButton.sizeof }, 
    533    { "GtkImageIconNameData", GtkImageIconNameData.sizeof }, 
    534    { "GtkImageAnimationData", GtkImageAnimationData.sizeof }, 
    535    { "GtkImageIconSetData", GtkImageIconSetData.sizeof }, 
    536    { "GtkImageStockData", GtkImageStockData.sizeof }, 
    537    { "GtkImagePixbufData", GtkImagePixbufData.sizeof }, 
    538    { "GtkImageImageData", GtkImageImageData.sizeof }, 
    539    { "GtkImagePixmapData", GtkImagePixmapData.sizeof }, 
    540    { "GtkImageClass", GtkImageClass.sizeof }, 
    541    { "GtkImage", GtkImage.sizeof }, 
    542    { "GtkBuildableIface", GtkBuildableIface.sizeof }, 
    543    { "GtkBuilderClass", GtkBuilderClass.sizeof }, 
    544    { "GtkBuilder", GtkBuilder.sizeof }, 
    545    { "GtkBindingArg", GtkBindingArg.sizeof }, 
    546    { "GtkBindingSignal", GtkBindingSignal.sizeof }, 
    547    { "GtkBindingEntry", GtkBindingEntry.sizeof }, 
    548    { "GtkBindingSet", GtkBindingSet.sizeof }, 
    549    { "GtkButtonBoxClass", GtkButtonBoxClass.sizeof }, 
    550    { "GtkButtonBox", GtkButtonBox.sizeof }, 
    551    { "GtkBoxChild", GtkBoxChild.sizeof }, 
    552    { "GtkBoxClass", GtkBoxClass.sizeof }, 
    553    { "GtkBox", GtkBox.sizeof }, 
    554    { "GtkAssistantClass", GtkAssistantClass.sizeof }, 
    555    { "GtkAssistant", GtkAssistant.sizeof }, 
    556    { "GtkAspectFrameClass", GtkAspectFrameClass.sizeof }, 
    557    { "GtkAspectFrame", GtkAspectFrame.sizeof }, 
    558    { "GtkFrameClass", GtkFrameClass.sizeof }, 
    559    { "GtkFrame", GtkFrame.sizeof }, 
    560    { "GtkArrowClass", GtkArrowClass.sizeof }, 
    561    { "GtkArrow", GtkArrow.sizeof }, 
    562    { "GtkAlignmentClass", GtkAlignmentClass.sizeof }, 
    563    { "GtkAlignment", GtkAlignment.sizeof }, 
    564    { "GtkRadioActionEntry", GtkRadioActionEntry.sizeof }, 
    565    { "GtkToggleActionEntry", GtkToggleActionEntry.sizeof }, 
    566    { "GtkActionEntry", GtkActionEntry.sizeof }, 
    567    { "GtkActionGroupClass", GtkActionGroupClass.sizeof }, 
    568    { "GtkActionGroup", GtkActionGroup.sizeof }, 
    569    { "GtkMenuEntry", GtkMenuEntry.sizeof }, 
    570    { "GtkItemFactoryItem", GtkItemFactoryItem.sizeof }, 
    571    { "GtkItemFactoryEntry", GtkItemFactoryEntry.sizeof }, 
    572    { "GtkItemFactoryClass", GtkItemFactoryClass.sizeof }, 
    573    { "GtkItemFactory", GtkItemFactory.sizeof }, 
    574    { "GtkActionClass", GtkActionClass.sizeof }, 
    575    { "GtkAction", GtkAction.sizeof }, 
    576    { "GtkAccessibleClass", GtkAccessibleClass.sizeof }, 
    577    { "GtkAccessible", GtkAccessible.sizeof }, 
    578    { "GtkAccelLabelClass", GtkAccelLabelClass.sizeof }, 
    579    { "GtkAccelLabel", GtkAccelLabel.sizeof }, 
    580    { "GtkLabelClass", GtkLabelClass.sizeof }, 
    581    { "GtkLabel", GtkLabel.sizeof }, 
    582    { "GtkMenuClass", GtkMenuClass.sizeof }, 
    583    { "GtkMenu", GtkMenu.sizeof }, 
    584    { "GtkMenuShellClass", GtkMenuShellClass.sizeof }, 
    585    { "GtkMenuShell", GtkMenuShell.sizeof }, 
    586    { "GtkMiscClass", GtkMiscClass.sizeof }, 
    587    { "GtkMisc", GtkMisc.sizeof }, 
    588    { "GtkAboutDialogClass", GtkAboutDialogClass.sizeof }, 
    589    { "GtkAboutDialog", GtkAboutDialog.sizeof }, 
    590    { "GtkDialogClass", GtkDialogClass.sizeof }, 
    591    { "GtkDialog", GtkDialog.sizeof }, 
    592    { "GtkWindowGroupClass", GtkWindowGroupClass.sizeof }, 
    593    { "GtkWindowGroup", GtkWindowGroup.sizeof }, 
    594    { "GtkWindowClass", GtkWindowClass.sizeof }, 
    595    { "GtkBinClass", GtkBinClass.sizeof }, 
    596    { "GtkBin", GtkBin.sizeof }, 
    597    { "GtkContainerClass", GtkContainerClass.sizeof }, 
    598    { "GtkContainer", GtkContainer.sizeof }, 
    599    { "GtkWindow", GtkWindow.sizeof }, 
    600    { "GtkWidgetShapeInfo", GtkWidgetShapeInfo.sizeof }, 
    601    { "GtkWidgetAuxInfo", GtkWidgetAuxInfo.sizeof }, 
    602    { "GtkWidgetClass", GtkWidgetClass.sizeof }, 
    603    { "GtkSelectionData", GtkSelectionData.sizeof }, 
    604    { "GtkRequisition", GtkRequisition.sizeof }, 
    605    { "GtkSettingsValue", GtkSettingsValue.sizeof }, 
    606    { "GtkSettingsClass", GtkSettingsClass.sizeof }, 
    607    { "GtkRcStyleClass", GtkRcStyleClass.sizeof }, 
    608    { "GtkIconFactory", GtkIconFactory.sizeof }, 
    609    { "GtkWidget", GtkWidget.sizeof }, 
    610    { "GtkSettings", GtkSettings.sizeof }, 
    611    { "GtkRcProperty", GtkRcProperty.sizeof }, 
    612    { "GtkRcStyle", GtkRcStyle.sizeof }, 
    613    { "GtkStyleClass", GtkStyleClass.sizeof }, 
    614    { "GtkStyle", GtkStyle.sizeof }, 
    615    { "GtkBorder", GtkBorder.sizeof }, 
    616    { "GtkAdjustmentClass", GtkAdjustmentClass.sizeof }, 
    617    { "GtkAdjustment", GtkAdjustment.sizeof }, 
    618    { "GtkObjectClass", GtkObjectClass.sizeof }, 
    619    { "GtkTypeInfo", GtkTypeInfo.sizeof }, 
    620    { "GtkObject", GtkObject.sizeof }, 
    621    { "GtkArg", GtkArg.sizeof }, 
    622    { "GtkAccelGroupEntry", GtkAccelGroupEntry.sizeof }, 
    623    { "GtkAccelKey", GtkAccelKey.sizeof }, 
    624    { "GtkAccelGroupClass", GtkAccelGroupClass.sizeof }, 
    625    { "GtkAccelGroup", GtkAccelGroup.sizeof }, 
    626    { "GtkPrintUnixDialogClass", GtkPrintUnixDialogClass.sizeof }, 
    627    { "GtkPrintUnixDialog", GtkPrintUnixDialog.sizeof }, 
    628    { "GtkPrintJobClass", GtkPrintJobClass.sizeof }, 
    629    { "GtkPrintJob", GtkPrintJob.sizeof }, 
    630    { "GtkPrinterClass", GtkPrinterClass.sizeof }, 
    631    { "GtkPrinter", GtkPrinter.sizeof }, 
    632    { "GtkPageSetupUnixDialogClass", GtkPageSetupUnixDialogClass.sizeof }, 
    633    { "GtkPageSetupUnixDialog", GtkPageSetupUnixDialog.sizeof }, 
    634    { "PangoRendererClass", PangoRendererClass.sizeof }, 
    635    { "PangoRenderer", PangoRenderer.sizeof }, 
    636    { "PangoLayoutLine", PangoLayoutLine.sizeof }, 
    637    { "PangoGlyphItem", PangoGlyphItem.sizeof }, 
    638    { "PangoGlyphString", PangoGlyphString.sizeof }, 
    639    { "PangoGlyphInfo", PangoGlyphInfo.sizeof }, 
    640    { "PangoGlyphVisAttr", PangoGlyphVisAttr.sizeof }, 
    641    { "PangoGlyphGeometry", PangoGlyphGeometry.sizeof }, 
    642    { "PangoItem", PangoItem.sizeof }, 
    643    { "PangoAnalysis", PangoAnalysis.sizeof }, 
    644    { "PangoAttrShape", PangoAttrShape.sizeof }, 
    645    { "PangoAttrFontDesc", PangoAttrFontDesc.sizeof }, 
    646    { "PangoAttrColor", PangoAttrColor.sizeof }, 
    647    { "PangoAttrFloat", PangoAttrFloat.sizeof }, 
    648    { "PangoAttrSize", PangoAttrSize.sizeof }, 
    649    { "PangoAttrInt", PangoAttrInt.sizeof }, 
    650    { "PangoAttrLanguage", PangoAttrLanguage.sizeof }, 
    651    { "PangoAttrString", PangoAttrString.sizeof }, 
    652    { "PangoAttrClass", PangoAttrClass.sizeof }, 
    653    { "PangoAttribute", PangoAttribute.sizeof }, 
    654    { "PangoColor", PangoColor.sizeof }, 
    655    { "PangoMatrix", PangoMatrix.sizeof }, 
    656    { "PangoRectangle", PangoRectangle.sizeof }, 
    657    { "PangoLogAttr", PangoLogAttr.sizeof }, 
    658    { "XExtensionVersion", XExtensionVersion.sizeof }, 
    659    { "XButtonState", XButtonState.sizeof }, 
    660    { "XKeyState", XKeyState.sizeof }, 
    661    { "XValuatorState", XValuatorState.sizeof }, 
    662    { "XDeviceState", XDeviceState.sizeof }, 
    663    { "XDeviceTimeCoord", XDeviceTimeCoord.sizeof }, 
    664    { "XEventList", XEventList.sizeof }, 
    665    { "XDevice", XDevice.sizeof }, 
    666    { "XInputClassInfo", XInputClassInfo.sizeof }, 
    667    { "XValuatorInfo", XValuatorInfo.sizeof }, 
    668    { "XAxisInfo", XAxisInfo.sizeof }, 
    669    { "XButtonInfo", XButtonInfo.sizeof }, 
    670    { "XKeyInfo", XKeyInfo.sizeof }, 
    671    { "XDeviceInfo", XDeviceInfo.sizeof }, 
    672    { "XDeviceEnableControl", XDeviceEnableControl.sizeof }, 
    673    { "XDeviceCoreState", XDeviceCoreState.sizeof }, 
    674    { "XDeviceCoreControl", XDeviceCoreControl.sizeof }, 
    675    { "XDeviceAbsAreaControl", XDeviceAbsAreaControl.sizeof }, 
    676    { "XDeviceAbsCalibControl", XDeviceAbsCalibControl.sizeof }, 
    677    { "XDeviceResolutionState", XDeviceResolutionState.sizeof }, 
    678    { "XDeviceResolutionControl", XDeviceResolutionControl.sizeof }, 
    679    { "XDeviceControl", XDeviceControl.sizeof }, 
    680    { "XLedFeedbackControl", XLedFeedbackControl.sizeof }, 
    681    { "XBellFeedbackControl", XBellFeedbackControl.sizeof }, 
    682    { "XIntegerFeedbackControl", XIntegerFeedbackControl.sizeof }, 
    683    { "XStringFeedbackControl", XStringFeedbackControl.sizeof }, 
    684    { "XKbdFeedbackControl", XKbdFeedbackControl.sizeof }, 
    685    { "XPtrFeedbackControl", XPtrFeedbackControl.sizeof }, 
    686    { "XFeedbackControl", XFeedbackControl.sizeof }, 
    687    { "XLedFeedbackState", XLedFeedbackState.sizeof }, 
    688    { "XBellFeedbackState", XBellFeedbackState.sizeof }, 
    689    { "XStringFeedbackState", XStringFeedbackState.sizeof }, 
    690    { "XIntegerFeedbackState", XIntegerFeedbackState.sizeof }, 
    691    { "XPtrFeedbackState", XPtrFeedbackState.sizeof }, 
    692    { "XKbdFeedbackState", XKbdFeedbackState.sizeof }, 
    693    { "XFeedbackState", XFeedbackState.sizeof }, 
    694    { "XDevicePresenceNotifyEvent", XDevicePresenceNotifyEvent.sizeof }, 
    695    { "XChangeDeviceNotifyEvent", XChangeDeviceNotifyEvent.sizeof }, 
    696    { "XDeviceMappingEvent", XDeviceMappingEvent.sizeof }, 
    697    { "XButtonStatus", XButtonStatus.sizeof }, 
    698    { "XKeyStatus", XKeyStatus.sizeof }, 
    699    { "XValuatorStatus", XValuatorStatus.sizeof }, 
    700    { "XDeviceStateNotifyEvent", XDeviceStateNotifyEvent.sizeof }, 
    701    { "XInputClass", XInputClass.sizeof }, 
    702    { "XProximityNotifyEvent", XProximityNotifyEvent.sizeof }, 
    703    { "XDeviceFocusChangeEvent", XDeviceFocusChangeEvent.sizeof }, 
    704    { "XDeviceMotionEvent", XDeviceMotionEvent.sizeof }, 
    705    { "XDeviceButtonEvent", XDeviceButtonEvent.sizeof }, 
    706    { "XDeviceKeyEvent", XDeviceKeyEvent.sizeof }, 
    707    { "XIMValuesList", XIMValuesList.sizeof }, 
    708    { "XIMHotKeyTriggers", XIMHotKeyTriggers.sizeof }, 
    709    { "XIMHotKeyTrigger", XIMHotKeyTrigger.sizeof }, 
    710    { "XIMStatusDrawCallbackStruct", XIMStatusDrawCallbackStruct.sizeof }, 
    711    { "XIMPreeditCaretCallbackStruct", XIMPreeditCaretCallbackStruct.sizeof }, 
    712    { "XIMPreeditDrawCallbackStruct", XIMPreeditDrawCallbackStruct.sizeof }, 
    713    { "XIMStringConversionCallbackStruct", XIMStringConversionCallbackStruct.sizeof }, 
    714    { "XIMStringConversionText", XIMStringConversionText.sizeof }, 
    715    { "XIMPreeditStateNotifyCallbackStruct", XIMPreeditStateNotifyCallbackStruct.sizeof }, 
    716    { "XIMText", XIMText.sizeof }, 
    717    { "XICCallback", XICCallback.sizeof }, 
    718    { "XIMCallback", XIMCallback.sizeof }, 
    719    { "XIMStyles", XIMStyles.sizeof }, 
    720    { "XOMFontInfo", XOMFontInfo.sizeof }, 
    721    { "XOMOrientation", XOMOrientation.sizeof }, 
    722    { "XOMCharSetList", XOMCharSetList.sizeof }, 
    723    { "XwcTextItem", XwcTextItem.sizeof }, 
    724    { "XmbTextItem", XmbTextItem.sizeof }, 
    725    { "XFontSetExtents", XFontSetExtents.sizeof }, 
    726    { "XEDataObject", XEDataObject.sizeof }, 
    727    { "XTextItem16", XTextItem16.sizeof }, 
    728    { "XChar2b", XChar2b.sizeof }, 
    729    { "XTextItem", XTextItem.sizeof }, 
    730    { "XFontStruct", XFontStruct.sizeof }, 
    731    { "XFontProp", XFontProp.sizeof }, 
    732    { "XCharStruct", XCharStruct.sizeof }, 
    733    { "XEvent", XEvent.sizeof }, 
    734    { "XAnyEvent", XAnyEvent.sizeof }, 
    735    { "XErrorEvent", XErrorEvent.sizeof }, 
    736    { "XMappingEvent", XMappingEvent.sizeof }, 
    737    { "XClientMessageEvent", XClientMessageEvent.sizeof }, 
    738    { "XColormapEvent", XColormapEvent.sizeof }, 
    739    { "XSelectionEvent", XSelectionEvent.sizeof }, 
    740    { "XSelectionRequestEvent", XSelectionRequestEvent.sizeof }, 
    741    { "XSelectionClearEvent", XSelectionClearEvent.sizeof }, 
    742    { "XPropertyEvent", XPropertyEvent.sizeof }, 
    743    { "XCirculateRequestEvent", XCirculateRequestEvent.sizeof }, 
    744    { "XCirculateEvent", XCirculateEvent.sizeof }, 
    745    { "XConfigureRequestEvent", XConfigureRequestEvent.sizeof }, 
    746    { "XResizeRequestEvent", XResizeRequestEvent.sizeof }, 
    747    { "XGravityEvent", XGravityEvent.sizeof }, 
    748    { "XConfigureEvent", XConfigureEvent.sizeof }, 
    749    { "XReparentEvent", XReparentEvent.sizeof }, 
    750    { "XMapRequestEvent", XMapRequestEvent.sizeof }, 
    751    { "XMapEvent", XMapEvent.sizeof }, 
    752    { "XUnmapEvent", XUnmapEvent.sizeof }, 
    753    { "XDestroyWindowEvent", XDestroyWindowEvent.sizeof }, 
    754    { "XCreateWindowEvent", XCreateWindowEvent.sizeof }, 
    755    { "XVisibilityEvent", XVisibilityEvent.sizeof }, 
    756    { "XNoExposeEvent", XNoExposeEvent.sizeof }, 
    757    { "XGraphicsExposeEvent", XGraphicsExposeEvent.sizeof }, 
    758    { "XExposeEvent", XExposeEvent.sizeof }, 
    759    { "XKeymapEvent", XKeymapEvent.sizeof }, 
    760    { "XFocusChangeEvent", XFocusChangeEvent.sizeof }, 
    761    { "XCrossingEvent", XCrossingEvent.sizeof }, 
    762    { "XMotionEvent", XMotionEvent.sizeof }, 
    763    { "XButtonEvent", XButtonEvent.sizeof }, 
    764    { "XKeyEvent", XKeyEvent.sizeof }, 
    765    { "XModifierKeymap", XModifierKeymap.sizeof }, 
    766    { "XTimeCoord", XTimeCoord.sizeof }, 
    767    { "XKeyboardState", XKeyboardState.sizeof }, 
    768    { "XKeyboardControl", XKeyboardControl.sizeof }, 
    769    { "XArc", XArc.sizeof }, 
    770    { "XRectangle", XRectangle.sizeof }, 
    771    { "XPoint", XPoint.sizeof }, 
    772    { "XSegment", XSegment.sizeof }, 
    773    { "XColor", XColor.sizeof }, 
    774    { "XWindowChanges", XWindowChanges.sizeof }, 
    775    { "XImage", XImage.sizeof }, 
    776    { "XServerInterpretedAddress", XServerInterpretedAddress.sizeof }, 
    777    { "XHostAddress", XHostAddress.sizeof }, 
    778    { "XWindowAttributes", XWindowAttributes.sizeof }, 
    779    { "XSetWindowAttributes", XSetWindowAttributes.sizeof }, 
    780    { "ScreenFormat", ScreenFormat.sizeof }, 
    781    { "Screen", Screen.sizeof }, 
    782    { "Depth", Depth.sizeof }, 
    783    { "Visual", Visual.sizeof }, 
    784    { "XGCValues", XGCValues.sizeof }, 
    785    { "XPixmapFormatValues", XPixmapFormatValues.sizeof }, 
    786    { "XExtCodes", XExtCodes.sizeof }, 
    787    { "XExtData", XExtData.sizeof }, 
    788    { "XConicalGradient", XConicalGradient.sizeof }, 
    789    { "XRadialGradient", XRadialGradient.sizeof }, 
    790    { "XLinearGradient", XLinearGradient.sizeof }, 
    791    { "XTrap", XTrap.sizeof }, 
    792    { "XSpanFix", XSpanFix.sizeof }, 
    793    { "XAnimCursor", XAnimCursor.sizeof }, 
    794    { "XIndexValue", XIndexValue.sizeof }, 
    795    { "XFilters", XFilters.sizeof }, 
    796    { "XTransform", XTransform.sizeof }, 
    797    { "XTrapezoid", XTrapezoid.sizeof }, 
    798    { "XCircle", XCircle.sizeof }, 
    799    { "XTriangle", XTriangle.sizeof }, 
    800    { "XLineFixed", XLineFixed.sizeof }, 
    801    { "XPointFixed", XPointFixed.sizeof }, 
    802    { "XPointDouble", XPointDouble.sizeof }, 
    803    { "XGlyphElt32", XGlyphElt32.sizeof }, 
    804    { "XGlyphElt16", XGlyphElt16.sizeof }, 
    805    { "XGlyphElt8", XGlyphElt8.sizeof }, 
    806    { "XGlyphInfo", XGlyphInfo.sizeof }, 
    807    { "XRenderColor", XRenderColor.sizeof }, 
    808    { "XRenderPictureAttributes", XRenderPictureAttributes.sizeof }, 
    809    { "XRenderPictFormat", XRenderPictFormat.sizeof }, 
    810    { "XRenderDirectFormat", XRenderDirectFormat.sizeof }, 
    811    { "XStandardColormap", XStandardColormap.sizeof }, 
    812    { "XVisualInfo", XVisualInfo.sizeof }, 
    813    { "XComposeStatus", XComposeStatus.sizeof }, 
    814    { "XClassHint", XClassHint.sizeof }, 
    815    { "XIconSize", XIconSize.sizeof }, 
    816    { "XTextProperty", XTextProperty.sizeof }, 
    817    { "XWMHints", XWMHints.sizeof }, 
    818    { "XSizeHints", XSizeHints.sizeof } 
     24    { "AtkValueIface", AtkValueIface.sizeof }, 
     25    { "AtkMiscClass", AtkMiscClass.sizeof }, 
     26    { "AtkMisc", AtkMisc.sizeof }, 
     27    { "AtkTableIface", AtkTableIface.sizeof }, 
     28    { "AtkStreamableContentIface", AtkStreamableContentIface.sizeof }, 
     29    { "AtkStateSetClass", AtkStateSetClass.sizeof }, 
     30    { "AtkSelectionIface", AtkSelectionIface.sizeof }, 
     31    { "AtkRelationSetClass", AtkRelationSetClass.sizeof }, 
     32    { "AtkRelationClass", AtkRelationClass.sizeof }, 
     33    { "AtkRelation", AtkRelation.sizeof }, 
     34    { "AtkRegistryClass", AtkRegistryClass.sizeof }, 
     35    { "AtkRegistry", AtkRegistry.sizeof }, 
     36    { "AtkNoOpObjectFactoryClass", AtkNoOpObjectFactoryClass.sizeof }, 
     37    { "AtkNoOpObjectFactory", AtkNoOpObjectFactory.sizeof }, 
     38    { "AtkObjectFactoryClass", AtkObjectFactoryClass.sizeof }, 
     39    { "AtkObjectFactory", AtkObjectFactory.sizeof }, 
     40    { "AtkNoOpObjectClass", AtkNoOpObjectClass.sizeof }, 
     41    { "AtkNoOpObject", AtkNoOpObject.sizeof }, 
     42    { "AtkImageIface", AtkImageIface.sizeof }, 
     43    { "AtkHypertextIface", AtkHypertextIface.sizeof }, 
     44    { "AtkHyperlinkImplIface", AtkHyperlinkImplIface.sizeof }, 
     45    { "AtkHyperlinkClass", AtkHyperlinkClass.sizeof }, 
     46    { "AtkHyperlink", AtkHyperlink.sizeof }, 
     47    { "AtkGObjectAccessibleClass", AtkGObjectAccessibleClass.sizeof }, 
     48    { "AtkGObjectAccessible", AtkGObjectAccessible.sizeof }, 
     49    { "AtkEditableTextIface", AtkEditableTextIface.sizeof }, 
     50    { "AtkTextRange", AtkTextRange.sizeof }, 
     51    { "AtkTextRectangle", AtkTextRectangle.sizeof }, 
     52    { "AtkTextIface", AtkTextIface.sizeof }, 
     53    { "AtkDocumentIface", AtkDocumentIface.sizeof }, 
     54    { "AtkRectangle", AtkRectangle.sizeof }, 
     55    { "AtkComponentIface", AtkComponentIface.sizeof }, 
     56    { "AtkKeyEventStruct", AtkKeyEventStruct.sizeof }, 
     57    { "AtkUtilClass", AtkUtilClass.sizeof }, 
     58    { "AtkUtil", AtkUtil.sizeof }, 
     59    { "AtkActionIface", AtkActionIface.sizeof }, 
     60    { "AtkPropertyValues", AtkPropertyValues.sizeof }, 
     61    { "AtkStateSet", AtkStateSet.sizeof }, 
     62    { "AtkRelationSet", AtkRelationSet.sizeof }, 
     63    { "AtkObjectClass", AtkObjectClass.sizeof }, 
     64    { "AtkObject", AtkObject.sizeof }, 
     65    { "AtkImplementorIface", AtkImplementorIface.sizeof }, 
     66    { "AtkAttribute", AtkAttribute.sizeof }, 
     67    { "cairo_path_t", cairo_path_t.sizeof }, 
     68    { "cairo_path_data_t", cairo_path_data_t.sizeof }, 
     69    { "cairo_font_extents_t", cairo_font_extents_t.sizeof }, 
     70    { "cairo_text_extents_t", cairo_text_extents_t.sizeof }, 
     71    { "cairo_glyph_t", cairo_glyph_t.sizeof }, 
     72    { "cairo_rectangle_list_t", cairo_rectangle_list_t.sizeof }, 
     73    { "cairo_rectangle_t", cairo_rectangle_t.sizeof }, 
     74    { "cairo_user_data_key_t", cairo_user_data_key_t.sizeof }, 
     75    { "cairo_matrix_t", cairo_matrix_t.sizeof }, 
     76    { "GdkWindowObjectClass", GdkWindowObjectClass.sizeof }, 
     77    { "GdkWindowObject", GdkWindowObject.sizeof }, 
     78    { "GdkPointerHooks", GdkPointerHooks.sizeof }, 
     79    { "GdkWindowAttr", GdkWindowAttr.sizeof }, 
     80    { "GdkGeometry", GdkGeometry.sizeof }, 
     81    { "GdkScreenClass", GdkScreenClass.sizeof }, 
     82    { "GdkPixmapObjectClass", GdkPixmapObjectClass.sizeof }, 
     83    { "GdkPixmapObject", GdkPixmapObject.sizeof }, 
     84    { "GdkPangoAttrEmbossColor", GdkPangoAttrEmbossColor.sizeof }, 
     85    { "GdkPangoAttrEmbossed", GdkPangoAttrEmbossed.sizeof }, 
     86    { "GdkPangoAttrStipple", GdkPangoAttrStipple.sizeof }, 
     87    { "GdkPangoRendererClass", GdkPangoRendererClass.sizeof }, 
     88    { "GdkPangoRenderer", GdkPangoRenderer.sizeof }, 
     89    { "GdkDisplayManagerClass", GdkDisplayManagerClass.sizeof }, 
     90    { "GdkKeymapClass", GdkKeymapClass.sizeof }, 
     91    { "GdkKeymap", GdkKeymap.sizeof }, 
     92    { "GdkKeymapKey", GdkKeymapKey.sizeof }, 
     93    { "GdkImageClass", GdkImageClass.sizeof }, 
     94    { "GdkTrapezoid", GdkTrapezoid.sizeof }, 
     95    { "GdkDrawableClass", GdkDrawableClass.sizeof }, 
     96    { "GdkGCClass", GdkGCClass.sizeof }, 
     97    { "GdkGCValues", GdkGCValues.sizeof }, 
     98    { "GdkDisplayPointerHooks", GdkDisplayPointerHooks.sizeof }, 
     99    { "GdkDisplayClass", GdkDisplayClass.sizeof }, 
     100    { "GdkEvent", GdkEvent.sizeof }, 
     101    { "GdkEventGrabBroken", GdkEventGrabBroken.sizeof }, 
     102    { "GdkEventSetting", GdkEventSetting.sizeof }, 
     103    { "GdkEventWindowState", GdkEventWindowState.sizeof }, 
     104    { "GdkEventDND", GdkEventDND.sizeof }, 
     105    { "GdkEventClient", GdkEventClient.sizeof }, 
     106    { "GdkEventProximity", GdkEventProximity.sizeof }, 
     107    { "GdkEventOwnerChange", GdkEventOwnerChange.sizeof }, 
     108    { "GdkEventSelection", GdkEventSelection.sizeof }, 
     109    { "GdkEventProperty", GdkEventProperty.sizeof }, 
     110    { "GdkEventConfigure", GdkEventConfigure.sizeof }, 
     111    { "GdkEventCrossing", GdkEventCrossing.sizeof }, 
     112    { "GdkEventFocus", GdkEventFocus.sizeof }, 
     113    { "GdkEventKey", GdkEventKey.sizeof }, 
     114    { "GdkEventScroll", GdkEventScroll.sizeof }, 
     115    { "GdkEventButton", GdkEventButton.sizeof }, 
     116    { "GdkEventMotion", GdkEventMotion.sizeof }, 
     117    { "GdkEventVisibility", GdkEventVisibility.sizeof }, 
     118    { "GdkEventNoExpose", GdkEventNoExpose.sizeof }, 
     119    { "GdkEventExpose", GdkEventExpose.sizeof }, 
     120    { "GdkEventAny", GdkEventAny.sizeof }, 
     121    { "GdkTimeCoord", GdkTimeCoord.sizeof }, 
     122    { "GdkDevice", GdkDevice.sizeof }, 
     123    { "GdkDeviceAxis", GdkDeviceAxis.sizeof }, 
     124    { "GdkDeviceKey", GdkDeviceKey.sizeof }, 
     125    { "GdkDragContextClass", GdkDragContextClass.sizeof }, 
     126    { "GdkDragContext", GdkDragContext.sizeof }, 
     127    { "GdkPixbufLoaderClass", GdkPixbufLoaderClass.sizeof }, 
     128    { "GdkPixbufLoader", GdkPixbufLoader.sizeof }, 
     129    { "GdkRgbCmap", GdkRgbCmap.sizeof }, 
     130    { "GdkColormapClass", GdkColormapClass.sizeof }, 
     131    { "GdkScreen", GdkScreen.sizeof }, 
     132    { "GdkDisplay", GdkDisplay.sizeof }, 
     133    { "GdkDrawable", GdkDrawable.sizeof }, 
     134    { "GdkVisual", GdkVisual.sizeof }, 
     135    { "GdkImage", GdkImage.sizeof }, 
     136    { "GdkGC", GdkGC.sizeof }, 
     137    { "GdkFont", GdkFont.sizeof }, 
     138    { "GdkCursor", GdkCursor.sizeof }, 
     139    { "GdkColormap", GdkColormap.sizeof }, 
     140    { "GdkColor", GdkColor.sizeof }, 
     141    { "GdkSpan", GdkSpan.sizeof }, 
     142    { "GdkSegment", GdkSegment.sizeof }, 
     143    { "GdkRectangle", GdkRectangle.sizeof }, 
     144    { "GdkPoint", GdkPoint.sizeof }, 
     145    { "GStaticMutex", _GStaticMutex.sizeof }, 
     146    { "GSystemThread", _GSystemThread.sizeof }, 
     147    { "GValueArray", GValueArray.sizeof }, 
     148    { "GTypePluginClass", GTypePluginClass.sizeof }, 
     149    { "GTypeModuleClass", GTypeModuleClass.sizeof }, 
     150    { "GTypeModule", GTypeModule.sizeof }, 
     151    { "GParamSpecGType", GParamSpecGType.sizeof }, 
     152    { "GParamSpecOverride", GParamSpecOverride.sizeof }, 
     153    { "GParamSpecObject", GParamSpecObject.sizeof }, 
     154    { "GParamSpecValueArray", GParamSpecValueArray.sizeof }, 
     155    { "GParamSpecPointer", GParamSpecPointer.sizeof }, 
     156    { "GParamSpecBoxed", GParam