[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2243: turn on a bunch of gtk-3.0 types (bug 3943)

Mats Wichmann mats at linuxfoundation.org
Thu Mar 13 17:42:25 UTC 2014


------------------------------------------------------------
revno: 2243
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Thu 2014-03-13 11:42:25 -0600
message:
  turn on a bunch of gtk-3.0 types (bug 3943)
modified:
  headers/All/5.0/gtk-3.0/gtk/gtk.h.defs
  headers/All/5.1/gtk-3.0/gtk/gtk.h.defs
  headers/gtk-3.0/gtk/gtk.h
  package/Makefile
-------------- next part --------------
=== modified file 'headers/All/5.0/gtk-3.0/gtk/gtk.h.defs'
--- a/headers/All/5.0/gtk-3.0/gtk/gtk.h.defs	2014-03-10 02:55:51 +0000
+++ b/headers/All/5.0/gtk-3.0/gtk/gtk.h.defs	2014-03-13 17:42:25 +0000
@@ -595,8 +595,14 @@
 
 typedef struct _GtkSettingsValue GtkSettingsValue;
 typedef struct _GtkScaleButton GtkScaleButton;
+typedef struct _GtkScaleButtonClass GtkScaleButtonClass;
+typedef struct _GtkScaleButtonPrivate GtkScaleButtonPrivate;
 typedef struct _GtkComboBoxText GtkComboBoxText;
+typedef struct _GtkComboBoxTextPrivate GtkComboBoxTextPrivate;
+typedef struct _GtkComboBoxTextClass GtkComboBoxTextClass;
 typedef struct _GtkToolItemGroup GtkToolItemGroup;
+typedef struct _GtkToolItemGroupClass GtkToolItemGroupClass;
+typedef struct _GtkToolItemGroupPrivate GtkToolItemGroupPrivate;
 typedef struct _GtkTextChildAnchor GtkTextChildAnchor;
 typedef enum {
     GTK_TEXT_SEARCH_VISIBLE_ONLY,
@@ -782,11 +788,17 @@
 				       gpointer user_data_or_owner);
 typedef struct _GtkNotebook GtkNotebook;
 typedef struct _GtkLockButton GtkLockButton;
+typedef struct _GtkLockButtonClass GtkLockButtonClass;
+typedef struct _GtkLockButtonPrivate GtkLockButtonPrivate;
 typedef struct _GtkTreeDragSource GtkTreeDragSource;
 typedef struct _GtkTreeDragDest GtkTreeDragDest;
 typedef struct _GtkLayout GtkLayout;
 typedef struct _GtkGrid GtkGrid;
+typedef struct _GtkGridPrivate GtkGridPrivate;
+typedef struct _GtkGridClass GtkGridClass;
 typedef struct _GtkEntryBuffer GtkEntryBuffer;
+typedef struct _GtkEntryBufferClass GtkEntryBufferClass;
+typedef struct _GtkEntryBufferPrivate GtkEntryBufferPrivate;
 typedef struct _GtkRequestedSize GtkRequestedSize;
 typedef struct _GtkFileFilter GtkFileFilter;
 typedef struct _GtkFileFilterInfo GtkFileFilterInfo;
@@ -799,13 +811,25 @@
 typedef gboolean(*GtkFileFilterFunc) (const GtkFileFilterInfo *
 				      filter_info, gpointer data);
 typedef struct _GtkThemingEngine GtkThemingEngine;
+typedef struct _GtkThemingEngineClass GtkThemingEngineClass;
 typedef gboolean(*GtkFontFilterFunc) (const PangoFontFamily * family,
 				      const PangoFontFace * face,
 				      gpointer data);
 typedef struct _GtkFontChooser GtkFontChooser;
 typedef struct _GtkAppChooserButton GtkAppChooserButton;
+typedef struct _GtkAppChooserButtonClass GtkAppChooserButtonClass;
+typedef struct _GtkAppChooserButtonPrivate GtkAppChooserButtonPrivate;
 typedef struct _GtkMountOperation GtkMountOperation;
+typedef struct _GtkMountOperationClass GtkMountOperationClass;
+typedef struct _GtkMountOperationPrivate GtkMountOperationPrivate;
+typedef enum {
+    GTK_WIDGET_HELP_TOOLTIP,
+    GTK_WIDGET_HELP_WHATS_THIS
+} GtkWidgetHelpType;
+typedef struct _GtkWidgetPrivate GtkWidgetPrivate;
 typedef struct _GtkWidgetClass GtkWidgetClass;
+typedef struct _GtkWidgetClassPrivate GtkWidgetClassPrivate;
+typedef struct _GtkWidgetAuxInfo GtkWidgetAuxInfo;
 typedef struct _cairo_rectangle_int GtkAllocation;
 typedef void (*GtkCallback) (void);
 typedef struct _GtkTreeStore GtkTreeStore;
@@ -820,7 +844,11 @@
 typedef struct _GtkAccelLabel GtkAccelLabel;
 typedef struct _GtkAccelLabelClass GtkAccelLabelClass;
 typedef struct _GtkMenuButton GtkMenuButton;
+typedef struct _GtkMenuButtonClass GtkMenuButtonClass;
+typedef struct _GtkMenuButtonPrivate GtkMenuButtonPrivate;
 typedef struct _GtkAppChooserDialog GtkAppChooserDialog;
+typedef struct _GtkAppChooserDialogClass GtkAppChooserDialogClass;
+typedef struct _GtkAppChooserDialogPrivate GtkAppChooserDialogPrivate;
 typedef struct _GtkColorButton GtkColorButton;
 typedef struct _GtkUIManager GtkUIManager;
 typedef enum {
@@ -838,6 +866,8 @@
 } GtkUIManagerItemType;
 typedef struct _GtkToggleToolButton GtkToggleToolButton;
 typedef struct _GtkOverlay GtkOverlay;
+typedef struct _GtkOverlayClass GtkOverlayClass;
+typedef struct _GtkOverlayPrivate GtkOverlayPrivate;
 typedef enum {
     GTK_TEXT_WINDOW_PRIVATE,
     GTK_TEXT_WINDOW_WIDGET,
@@ -848,9 +878,15 @@
     GTK_TEXT_WINDOW_BOTTOM
 } GtkTextWindowType;
 typedef struct _GtkTextView GtkTextView;
+typedef struct _GtkInfoBarPrivate GtkInfoBarPrivate;
+typedef struct _GtkInfoBarClass GtkInfoBarClass;
 typedef struct _GtkInfoBar GtkInfoBar;
 typedef struct _GtkRecentAction GtkRecentAction;
+typedef struct _GtkRecentActionPrivate GtkRecentActionPrivate;
+typedef struct _GtkRecentActionClass GtkRecentActionClass;
 typedef struct _GtkNumerableIcon GtkNumerableIcon;
+typedef struct _GtkNumerableIconClass GtkNumerableIconClass;
+typedef struct _GtkNumerableIconPrivate GtkNumerableIconPrivate;
 typedef void (*GtkTextTagTableForeach) (void);
 typedef struct _GtkRecentFilter GtkRecentFilter;
 typedef struct _GtkRecentFilterInfo GtkRecentFilterInfo;
@@ -865,6 +901,8 @@
 typedef gboolean(*GtkRecentFilterFunc) (const GtkRecentFilterInfo *
 					filter_info, gpointer user_data);
 typedef struct _GtkSwitch GtkSwitch;
+typedef struct _GtkSwitchPrivate GtkSwitchPrivate;
+typedef struct _GtkSwitchClass GtkSwitchClass;
 typedef enum {
     GTK_CELL_RENDERER_SELECTED,
     GTK_CELL_RENDERER_PRELIT,
@@ -894,9 +932,13 @@
 typedef struct _GtkTextAttributes GtkTextAttributes;
 typedef struct _GtkIMMulticontext GtkIMMulticontext;
 typedef struct _GtkCellAreaBox GtkCellAreaBox;
+typedef struct _GtkCellAreaBoxClass GtkCellAreaBoxClass;
+typedef struct _GtkCellAreaBoxPrivate GtkCellAreaBoxPrivate;
 typedef struct _GtkPrintOperationPreview GtkPrintOperationPreview;
 typedef struct _GtkToggleAction GtkToggleAction;
 typedef struct _GtkCssProvider GtkCssProvider;
+typedef struct _GtkCssProviderClass GtkCssProviderClass;
+typedef struct _GtkCssProviderPrivate GtkCssProviderPrivate;
 typedef gboolean(*GtkTreeModelFilterVisibleFunc) (GtkTreeModel * model,
 						  GtkTreeIter * iter,
 						  gpointer data);
@@ -914,6 +956,7 @@
 } GtkSizeGroupMode;
 typedef struct _GtkSocket GtkSocket;
 typedef struct _GtkOffscreenWindow GtkOffscreenWindow;
+typedef struct _GtkOffscreenWindowClass GtkOffscreenWindowClass;
 typedef enum {
     GTK_CSS_SECTION_DOCUMENT,
     GTK_CSS_SECTION_IMPORT,
@@ -966,6 +1009,8 @@
 typedef struct _GtkTextTagTable GtkTextTagTable;
 typedef struct _GtkTextTag GtkTextTag;
 typedef struct _GtkApplication GtkApplication;
+typedef struct _GtkApplicationClass GtkApplicationClass;
+typedef struct _GtkApplicationPrivate GtkApplicationPrivate;
 typedef enum {
     GTK_APPLICATION_INHIBIT_LOGOUT,
     GTK_APPLICATION_INHIBIT_SWITCH,
@@ -973,6 +1018,8 @@
     GTK_APPLICATION_INHIBIT_IDLE
 } GtkApplicationInhibitFlags;
 typedef struct _GtkAccessible GtkAccessible;
+typedef struct _GtkAccessiblePrivate GtkAccessiblePrivate;
+typedef struct _GtkAccessibleClass GtkAccessibleClass;
 typedef struct _GtkMessageDialog GtkMessageDialog;
 typedef enum {
     GTK_BUTTONS_NONE,
@@ -984,11 +1031,15 @@
 } GtkButtonsType;
 typedef struct _GtkRadioMenuItem GtkRadioMenuItem;
 typedef struct _GtkStyleProperties GtkStyleProperties;
+typedef struct _GtkStylePropertiesClass GtkStylePropertiesClass;
+typedef struct _GtkStylePropertiesPrivate GtkStylePropertiesPrivate;
 typedef struct _GtkSymbolicColor GtkSymbolicColor;
 typedef struct _GtkGradient GtkGradient;
 typedef gboolean(*GtkStylePropertyParser) (void);
 typedef struct _GtkArrow GtkArrow;
 typedef struct _GtkStyleProvider GtkStyleProvider;
+typedef struct _GtkApplicationWindowPrivate GtkApplicationWindowPrivate;
+typedef struct _GtkApplicationWindowClass GtkApplicationWindowClass;
 typedef struct _GtkApplicationWindow GtkApplicationWindow;
 typedef struct _GtkEntryCompletion GtkEntryCompletion;
 typedef gboolean(*GtkEntryCompletionMatchFunc) (GtkEntryCompletion *
@@ -1294,15 +1345,20 @@
 					  gpointer data);
 typedef struct _GtkIconFactory GtkIconFactory;
 typedef struct _GtkAppChooserWidget GtkAppChooserWidget;
+typedef struct _GtkAppChooserWidgetClass GtkAppChooserWidgetClass;
+typedef struct _GtkAppChooserWidgetPrivate GtkAppChooserWidgetPrivate;
 typedef struct _GtkButtonBox GtkButtonBox;
 typedef struct _GtkCellArea GtkCellArea;
 typedef struct _GtkCellAreaClass GtkCellAreaClass;
+typedef struct _GtkCellAreaPrivate GtkCellAreaPrivate;
 typedef struct _GtkCellAreaContext GtkCellAreaContext;
 typedef gboolean(*GtkCellCallback) (void);
 typedef gboolean(*GtkCellAllocCallback) (GtkCellRenderer * renderer,
 					 const GdkRectangle * cell_area,
 					 const GdkRectangle *
 					 cell_background, gpointer data);
+typedef struct _GtkCellAreaContextPrivate GtkCellAreaContextPrivate;
+typedef struct _GtkCellAreaContextClass GtkCellAreaContextClass;
 typedef struct _GtkPrintOperation GtkPrintOperation;
 typedef enum {
     GTK_PRINT_STATUS_INITIAL,
@@ -1444,15 +1500,23 @@
 				     gpointer user_data);
 typedef void (*GtkMenuDetachFunc) (GtkWidget * attach_widget,
 				   GtkMenu * menu);
+typedef struct _GtkLevelBarClass GtkLevelBarClass;
 typedef struct _GtkLevelBar GtkLevelBar;
+typedef struct _GtkLevelBarPrivate GtkLevelBarPrivate;
 typedef struct _GtkComboBox GtkComboBox;
 typedef struct _GtkSpinner GtkSpinner;
+typedef struct _GtkSpinnerClass GtkSpinnerClass;
+typedef struct _GtkSpinnerPrivate GtkSpinnerPrivate;
 typedef struct _GtkToolPalette GtkToolPalette;
+typedef struct _GtkToolPaletteClass GtkToolPaletteClass;
+typedef struct _GtkToolPalettePrivate GtkToolPalettePrivate;
 typedef enum {
     GTK_TOOL_PALETTE_DRAG_ITEMS,
     GTK_TOOL_PALETTE_DRAG_GROUPS
 } GtkToolPaletteDragTargets;
 typedef struct _GtkBuilder GtkBuilder;
+typedef struct _GtkBuilderClass GtkBuilderClass;
+typedef struct _GtkBuilderPrivate GtkBuilderPrivate;
 typedef void (*GtkBuilderConnectFunc) (GtkBuilder * builder,
 				       GObject * object,
 				       const gchar * signal_name,
@@ -1482,6 +1546,8 @@
 typedef struct _GtkInvisible GtkInvisible;
 typedef struct _GtkExpander GtkExpander;
 typedef struct _GtkRecentChooserMenu GtkRecentChooserMenu;
+typedef struct _GtkStyleContextClass GtkStyleContextClass;
+typedef struct _GtkStyleContextPrivate GtkStyleContextPrivate;
 typedef struct _GtkSeparatorToolItem GtkSeparatorToolItem;
 typedef struct _GtkAspectFrame GtkAspectFrame;
 typedef struct _GtkLabel GtkLabel;

=== modified file 'headers/All/5.1/gtk-3.0/gtk/gtk.h.defs'
--- a/headers/All/5.1/gtk-3.0/gtk/gtk.h.defs	2014-03-10 02:55:51 +0000
+++ b/headers/All/5.1/gtk-3.0/gtk/gtk.h.defs	2014-03-13 17:42:25 +0000
@@ -595,8 +595,14 @@
 
 typedef struct _GtkSettingsValue GtkSettingsValue;
 typedef struct _GtkScaleButton GtkScaleButton;
+typedef struct _GtkScaleButtonClass GtkScaleButtonClass;
+typedef struct _GtkScaleButtonPrivate GtkScaleButtonPrivate;
 typedef struct _GtkComboBoxText GtkComboBoxText;
+typedef struct _GtkComboBoxTextPrivate GtkComboBoxTextPrivate;
+typedef struct _GtkComboBoxTextClass GtkComboBoxTextClass;
 typedef struct _GtkToolItemGroup GtkToolItemGroup;
+typedef struct _GtkToolItemGroupClass GtkToolItemGroupClass;
+typedef struct _GtkToolItemGroupPrivate GtkToolItemGroupPrivate;
 typedef struct _GtkTextChildAnchor GtkTextChildAnchor;
 typedef enum {
     GTK_TEXT_SEARCH_VISIBLE_ONLY,
@@ -782,11 +788,17 @@
 				       gpointer user_data_or_owner);
 typedef struct _GtkNotebook GtkNotebook;
 typedef struct _GtkLockButton GtkLockButton;
+typedef struct _GtkLockButtonClass GtkLockButtonClass;
+typedef struct _GtkLockButtonPrivate GtkLockButtonPrivate;
 typedef struct _GtkTreeDragSource GtkTreeDragSource;
 typedef struct _GtkTreeDragDest GtkTreeDragDest;
 typedef struct _GtkLayout GtkLayout;
 typedef struct _GtkGrid GtkGrid;
+typedef struct _GtkGridPrivate GtkGridPrivate;
+typedef struct _GtkGridClass GtkGridClass;
 typedef struct _GtkEntryBuffer GtkEntryBuffer;
+typedef struct _GtkEntryBufferClass GtkEntryBufferClass;
+typedef struct _GtkEntryBufferPrivate GtkEntryBufferPrivate;
 typedef struct _GtkRequestedSize GtkRequestedSize;
 typedef struct _GtkFileFilter GtkFileFilter;
 typedef struct _GtkFileFilterInfo GtkFileFilterInfo;
@@ -799,13 +811,25 @@
 typedef gboolean(*GtkFileFilterFunc) (const GtkFileFilterInfo *
 				      filter_info, gpointer data);
 typedef struct _GtkThemingEngine GtkThemingEngine;
+typedef struct _GtkThemingEngineClass GtkThemingEngineClass;
 typedef gboolean(*GtkFontFilterFunc) (const PangoFontFamily * family,
 				      const PangoFontFace * face,
 				      gpointer data);
 typedef struct _GtkFontChooser GtkFontChooser;
 typedef struct _GtkAppChooserButton GtkAppChooserButton;
+typedef struct _GtkAppChooserButtonClass GtkAppChooserButtonClass;
+typedef struct _GtkAppChooserButtonPrivate GtkAppChooserButtonPrivate;
 typedef struct _GtkMountOperation GtkMountOperation;
+typedef struct _GtkMountOperationClass GtkMountOperationClass;
+typedef struct _GtkMountOperationPrivate GtkMountOperationPrivate;
+typedef enum {
+    GTK_WIDGET_HELP_TOOLTIP,
+    GTK_WIDGET_HELP_WHATS_THIS
+} GtkWidgetHelpType;
+typedef struct _GtkWidgetPrivate GtkWidgetPrivate;
 typedef struct _GtkWidgetClass GtkWidgetClass;
+typedef struct _GtkWidgetClassPrivate GtkWidgetClassPrivate;
+typedef struct _GtkWidgetAuxInfo GtkWidgetAuxInfo;
 typedef struct _cairo_rectangle_int GtkAllocation;
 typedef void (*GtkCallback) (void);
 typedef struct _GtkTreeStore GtkTreeStore;
@@ -820,7 +844,11 @@
 typedef struct _GtkAccelLabel GtkAccelLabel;
 typedef struct _GtkAccelLabelClass GtkAccelLabelClass;
 typedef struct _GtkMenuButton GtkMenuButton;
+typedef struct _GtkMenuButtonClass GtkMenuButtonClass;
+typedef struct _GtkMenuButtonPrivate GtkMenuButtonPrivate;
 typedef struct _GtkAppChooserDialog GtkAppChooserDialog;
+typedef struct _GtkAppChooserDialogClass GtkAppChooserDialogClass;
+typedef struct _GtkAppChooserDialogPrivate GtkAppChooserDialogPrivate;
 typedef struct _GtkColorButton GtkColorButton;
 typedef struct _GtkUIManager GtkUIManager;
 typedef enum {
@@ -838,6 +866,8 @@
 } GtkUIManagerItemType;
 typedef struct _GtkToggleToolButton GtkToggleToolButton;
 typedef struct _GtkOverlay GtkOverlay;
+typedef struct _GtkOverlayClass GtkOverlayClass;
+typedef struct _GtkOverlayPrivate GtkOverlayPrivate;
 typedef enum {
     GTK_TEXT_WINDOW_PRIVATE,
     GTK_TEXT_WINDOW_WIDGET,
@@ -848,9 +878,15 @@
     GTK_TEXT_WINDOW_BOTTOM
 } GtkTextWindowType;
 typedef struct _GtkTextView GtkTextView;
+typedef struct _GtkInfoBarPrivate GtkInfoBarPrivate;
+typedef struct _GtkInfoBarClass GtkInfoBarClass;
 typedef struct _GtkInfoBar GtkInfoBar;
 typedef struct _GtkRecentAction GtkRecentAction;
+typedef struct _GtkRecentActionPrivate GtkRecentActionPrivate;
+typedef struct _GtkRecentActionClass GtkRecentActionClass;
 typedef struct _GtkNumerableIcon GtkNumerableIcon;
+typedef struct _GtkNumerableIconClass GtkNumerableIconClass;
+typedef struct _GtkNumerableIconPrivate GtkNumerableIconPrivate;
 typedef void (*GtkTextTagTableForeach) (void);
 typedef struct _GtkRecentFilter GtkRecentFilter;
 typedef struct _GtkRecentFilterInfo GtkRecentFilterInfo;
@@ -865,6 +901,8 @@
 typedef gboolean(*GtkRecentFilterFunc) (const GtkRecentFilterInfo *
 					filter_info, gpointer user_data);
 typedef struct _GtkSwitch GtkSwitch;
+typedef struct _GtkSwitchPrivate GtkSwitchPrivate;
+typedef struct _GtkSwitchClass GtkSwitchClass;
 typedef enum {
     GTK_CELL_RENDERER_SELECTED,
     GTK_CELL_RENDERER_PRELIT,
@@ -894,9 +932,13 @@
 typedef struct _GtkTextAttributes GtkTextAttributes;
 typedef struct _GtkIMMulticontext GtkIMMulticontext;
 typedef struct _GtkCellAreaBox GtkCellAreaBox;
+typedef struct _GtkCellAreaBoxClass GtkCellAreaBoxClass;
+typedef struct _GtkCellAreaBoxPrivate GtkCellAreaBoxPrivate;
 typedef struct _GtkPrintOperationPreview GtkPrintOperationPreview;
 typedef struct _GtkToggleAction GtkToggleAction;
 typedef struct _GtkCssProvider GtkCssProvider;
+typedef struct _GtkCssProviderClass GtkCssProviderClass;
+typedef struct _GtkCssProviderPrivate GtkCssProviderPrivate;
 typedef gboolean(*GtkTreeModelFilterVisibleFunc) (GtkTreeModel * model,
 						  GtkTreeIter * iter,
 						  gpointer data);
@@ -914,6 +956,7 @@
 } GtkSizeGroupMode;
 typedef struct _GtkSocket GtkSocket;
 typedef struct _GtkOffscreenWindow GtkOffscreenWindow;
+typedef struct _GtkOffscreenWindowClass GtkOffscreenWindowClass;
 typedef enum {
     GTK_CSS_SECTION_DOCUMENT,
     GTK_CSS_SECTION_IMPORT,
@@ -966,6 +1009,8 @@
 typedef struct _GtkTextTagTable GtkTextTagTable;
 typedef struct _GtkTextTag GtkTextTag;
 typedef struct _GtkApplication GtkApplication;
+typedef struct _GtkApplicationClass GtkApplicationClass;
+typedef struct _GtkApplicationPrivate GtkApplicationPrivate;
 typedef enum {
     GTK_APPLICATION_INHIBIT_LOGOUT,
     GTK_APPLICATION_INHIBIT_SWITCH,
@@ -973,6 +1018,8 @@
     GTK_APPLICATION_INHIBIT_IDLE
 } GtkApplicationInhibitFlags;
 typedef struct _GtkAccessible GtkAccessible;
+typedef struct _GtkAccessiblePrivate GtkAccessiblePrivate;
+typedef struct _GtkAccessibleClass GtkAccessibleClass;
 typedef struct _GtkMessageDialog GtkMessageDialog;
 typedef enum {
     GTK_BUTTONS_NONE,
@@ -984,11 +1031,15 @@
 } GtkButtonsType;
 typedef struct _GtkRadioMenuItem GtkRadioMenuItem;
 typedef struct _GtkStyleProperties GtkStyleProperties;
+typedef struct _GtkStylePropertiesClass GtkStylePropertiesClass;
+typedef struct _GtkStylePropertiesPrivate GtkStylePropertiesPrivate;
 typedef struct _GtkSymbolicColor GtkSymbolicColor;
 typedef struct _GtkGradient GtkGradient;
 typedef gboolean(*GtkStylePropertyParser) (void);
 typedef struct _GtkArrow GtkArrow;
 typedef struct _GtkStyleProvider GtkStyleProvider;
+typedef struct _GtkApplicationWindowPrivate GtkApplicationWindowPrivate;
+typedef struct _GtkApplicationWindowClass GtkApplicationWindowClass;
 typedef struct _GtkApplicationWindow GtkApplicationWindow;
 typedef struct _GtkEntryCompletion GtkEntryCompletion;
 typedef gboolean(*GtkEntryCompletionMatchFunc) (GtkEntryCompletion *
@@ -1294,15 +1345,20 @@
 					  gpointer data);
 typedef struct _GtkIconFactory GtkIconFactory;
 typedef struct _GtkAppChooserWidget GtkAppChooserWidget;
+typedef struct _GtkAppChooserWidgetClass GtkAppChooserWidgetClass;
+typedef struct _GtkAppChooserWidgetPrivate GtkAppChooserWidgetPrivate;
 typedef struct _GtkButtonBox GtkButtonBox;
 typedef struct _GtkCellArea GtkCellArea;
 typedef struct _GtkCellAreaClass GtkCellAreaClass;
+typedef struct _GtkCellAreaPrivate GtkCellAreaPrivate;
 typedef struct _GtkCellAreaContext GtkCellAreaContext;
 typedef gboolean(*GtkCellCallback) (void);
 typedef gboolean(*GtkCellAllocCallback) (GtkCellRenderer * renderer,
 					 const GdkRectangle * cell_area,
 					 const GdkRectangle *
 					 cell_background, gpointer data);
+typedef struct _GtkCellAreaContextPrivate GtkCellAreaContextPrivate;
+typedef struct _GtkCellAreaContextClass GtkCellAreaContextClass;
 typedef struct _GtkPrintOperation GtkPrintOperation;
 typedef enum {
     GTK_PRINT_STATUS_INITIAL,
@@ -1444,15 +1500,23 @@
 				     gpointer user_data);
 typedef void (*GtkMenuDetachFunc) (GtkWidget * attach_widget,
 				   GtkMenu * menu);
+typedef struct _GtkLevelBarClass GtkLevelBarClass;
 typedef struct _GtkLevelBar GtkLevelBar;
+typedef struct _GtkLevelBarPrivate GtkLevelBarPrivate;
 typedef struct _GtkComboBox GtkComboBox;
 typedef struct _GtkSpinner GtkSpinner;
+typedef struct _GtkSpinnerClass GtkSpinnerClass;
+typedef struct _GtkSpinnerPrivate GtkSpinnerPrivate;
 typedef struct _GtkToolPalette GtkToolPalette;
+typedef struct _GtkToolPaletteClass GtkToolPaletteClass;
+typedef struct _GtkToolPalettePrivate GtkToolPalettePrivate;
 typedef enum {
     GTK_TOOL_PALETTE_DRAG_ITEMS,
     GTK_TOOL_PALETTE_DRAG_GROUPS
 } GtkToolPaletteDragTargets;
 typedef struct _GtkBuilder GtkBuilder;
+typedef struct _GtkBuilderClass GtkBuilderClass;
+typedef struct _GtkBuilderPrivate GtkBuilderPrivate;
 typedef void (*GtkBuilderConnectFunc) (GtkBuilder * builder,
 				       GObject * object,
 				       const gchar * signal_name,
@@ -1482,6 +1546,8 @@
 typedef struct _GtkInvisible GtkInvisible;
 typedef struct _GtkExpander GtkExpander;
 typedef struct _GtkRecentChooserMenu GtkRecentChooserMenu;
+typedef struct _GtkStyleContextClass GtkStyleContextClass;
+typedef struct _GtkStyleContextPrivate GtkStyleContextPrivate;
 typedef struct _GtkSeparatorToolItem GtkSeparatorToolItem;
 typedef struct _GtkAspectFrame GtkAspectFrame;
 typedef struct _GtkLabel GtkLabel;

=== modified file 'headers/gtk-3.0/gtk/gtk.h'
--- a/headers/gtk-3.0/gtk/gtk.h	2014-03-10 02:55:51 +0000
+++ b/headers/gtk-3.0/gtk/gtk.h	2014-03-13 17:42:25 +0000
@@ -619,10 +619,22 @@
 
     typedef struct _GtkScaleButton GtkScaleButton;
 
+    typedef struct _GtkScaleButtonClass GtkScaleButtonClass;
+
+    typedef struct _GtkScaleButtonPrivate GtkScaleButtonPrivate;
+
     typedef struct _GtkComboBoxText GtkComboBoxText;
 
+    typedef struct _GtkComboBoxTextPrivate GtkComboBoxTextPrivate;
+
+    typedef struct _GtkComboBoxTextClass GtkComboBoxTextClass;
+
     typedef struct _GtkToolItemGroup GtkToolItemGroup;
 
+    typedef struct _GtkToolItemGroupClass GtkToolItemGroupClass;
+
+    typedef struct _GtkToolItemGroupPrivate GtkToolItemGroupPrivate;
+
     typedef struct _GtkTextChildAnchor GtkTextChildAnchor;
 
     typedef enum {
@@ -887,6 +899,10 @@
 
     typedef struct _GtkLockButton GtkLockButton;
 
+    typedef struct _GtkLockButtonClass GtkLockButtonClass;
+
+    typedef struct _GtkLockButtonPrivate GtkLockButtonPrivate;
+
     typedef struct _GtkTreeDragSource GtkTreeDragSource;
 
     typedef struct _GtkTreeDragDest GtkTreeDragDest;
@@ -895,8 +911,16 @@
 
     typedef struct _GtkGrid GtkGrid;
 
+    typedef struct _GtkGridPrivate GtkGridPrivate;
+
+    typedef struct _GtkGridClass GtkGridClass;
+
     typedef struct _GtkEntryBuffer GtkEntryBuffer;
 
+    typedef struct _GtkEntryBufferClass GtkEntryBufferClass;
+
+    typedef struct _GtkEntryBufferPrivate GtkEntryBufferPrivate;
+
     typedef struct _GtkRequestedSize GtkRequestedSize;
 
     typedef struct _GtkFileFilter GtkFileFilter;
@@ -915,6 +939,8 @@
 
     typedef struct _GtkThemingEngine GtkThemingEngine;
 
+    typedef struct _GtkThemingEngineClass GtkThemingEngineClass;
+
     typedef gboolean(*GtkFontFilterFunc) (const PangoFontFamily * family,
 					  const PangoFontFace * face,
 					  gpointer data);
@@ -923,10 +949,29 @@
 
     typedef struct _GtkAppChooserButton GtkAppChooserButton;
 
+    typedef struct _GtkAppChooserButtonClass GtkAppChooserButtonClass;
+
+    typedef struct _GtkAppChooserButtonPrivate GtkAppChooserButtonPrivate;
+
     typedef struct _GtkMountOperation GtkMountOperation;
 
+    typedef struct _GtkMountOperationClass GtkMountOperationClass;
+
+    typedef struct _GtkMountOperationPrivate GtkMountOperationPrivate;
+
+    typedef enum {
+	GTK_WIDGET_HELP_TOOLTIP,
+	GTK_WIDGET_HELP_WHATS_THIS
+    } GtkWidgetHelpType;
+
+    typedef struct _GtkWidgetPrivate GtkWidgetPrivate;
+
     typedef struct _GtkWidgetClass GtkWidgetClass;
 
+    typedef struct _GtkWidgetClassPrivate GtkWidgetClassPrivate;
+
+    typedef struct _GtkWidgetAuxInfo GtkWidgetAuxInfo;
+
     typedef struct _cairo_rectangle_int GtkAllocation;
 
     typedef void (*GtkCallback) (void);
@@ -953,8 +998,16 @@
 
     typedef struct _GtkMenuButton GtkMenuButton;
 
+    typedef struct _GtkMenuButtonClass GtkMenuButtonClass;
+
+    typedef struct _GtkMenuButtonPrivate GtkMenuButtonPrivate;
+
     typedef struct _GtkAppChooserDialog GtkAppChooserDialog;
 
+    typedef struct _GtkAppChooserDialogClass GtkAppChooserDialogClass;
+
+    typedef struct _GtkAppChooserDialogPrivate GtkAppChooserDialogPrivate;
+
     typedef struct _GtkColorButton GtkColorButton;
 
     typedef struct _GtkUIManager GtkUIManager;
@@ -977,6 +1030,10 @@
 
     typedef struct _GtkOverlay GtkOverlay;
 
+    typedef struct _GtkOverlayClass GtkOverlayClass;
+
+    typedef struct _GtkOverlayPrivate GtkOverlayPrivate;
+
     typedef enum {
 	GTK_TEXT_WINDOW_PRIVATE,
 	GTK_TEXT_WINDOW_WIDGET,
@@ -989,12 +1046,24 @@
 
     typedef struct _GtkTextView GtkTextView;
 
+    typedef struct _GtkInfoBarPrivate GtkInfoBarPrivate;
+
+    typedef struct _GtkInfoBarClass GtkInfoBarClass;
+
     typedef struct _GtkInfoBar GtkInfoBar;
 
     typedef struct _GtkRecentAction GtkRecentAction;
 
+    typedef struct _GtkRecentActionPrivate GtkRecentActionPrivate;
+
+    typedef struct _GtkRecentActionClass GtkRecentActionClass;
+
     typedef struct _GtkNumerableIcon GtkNumerableIcon;
 
+    typedef struct _GtkNumerableIconClass GtkNumerableIconClass;
+
+    typedef struct _GtkNumerableIconPrivate GtkNumerableIconPrivate;
+
     typedef void (*GtkTextTagTableForeach) (void);
 
     typedef struct _GtkRecentFilter GtkRecentFilter;
@@ -1016,6 +1085,10 @@
 
     typedef struct _GtkSwitch GtkSwitch;
 
+    typedef struct _GtkSwitchPrivate GtkSwitchPrivate;
+
+    typedef struct _GtkSwitchClass GtkSwitchClass;
+
     typedef enum {
 	GTK_CELL_RENDERER_SELECTED,
 	GTK_CELL_RENDERER_PRELIT,
@@ -1060,12 +1133,20 @@
 
     typedef struct _GtkCellAreaBox GtkCellAreaBox;
 
+    typedef struct _GtkCellAreaBoxClass GtkCellAreaBoxClass;
+
+    typedef struct _GtkCellAreaBoxPrivate GtkCellAreaBoxPrivate;
+
     typedef struct _GtkPrintOperationPreview GtkPrintOperationPreview;
 
     typedef struct _GtkToggleAction GtkToggleAction;
 
     typedef struct _GtkCssProvider GtkCssProvider;
 
+    typedef struct _GtkCssProviderClass GtkCssProviderClass;
+
+    typedef struct _GtkCssProviderPrivate GtkCssProviderPrivate;
+
     typedef gboolean(*GtkTreeModelFilterVisibleFunc) (GtkTreeModel * model,
 						      GtkTreeIter * iter,
 						      gpointer data);
@@ -1091,6 +1172,8 @@
 
     typedef struct _GtkOffscreenWindow GtkOffscreenWindow;
 
+    typedef struct _GtkOffscreenWindowClass GtkOffscreenWindowClass;
+
     typedef enum {
 	GTK_CSS_SECTION_DOCUMENT,
 	GTK_CSS_SECTION_IMPORT,
@@ -1167,6 +1250,10 @@
 
     typedef struct _GtkApplication GtkApplication;
 
+    typedef struct _GtkApplicationClass GtkApplicationClass;
+
+    typedef struct _GtkApplicationPrivate GtkApplicationPrivate;
+
     typedef enum {
 	GTK_APPLICATION_INHIBIT_LOGOUT,
 	GTK_APPLICATION_INHIBIT_SWITCH,
@@ -1176,6 +1263,10 @@
 
     typedef struct _GtkAccessible GtkAccessible;
 
+    typedef struct _GtkAccessiblePrivate GtkAccessiblePrivate;
+
+    typedef struct _GtkAccessibleClass GtkAccessibleClass;
+
     typedef struct _GtkMessageDialog GtkMessageDialog;
 
     typedef enum {
@@ -1191,6 +1282,10 @@
 
     typedef struct _GtkStyleProperties GtkStyleProperties;
 
+    typedef struct _GtkStylePropertiesClass GtkStylePropertiesClass;
+
+    typedef struct _GtkStylePropertiesPrivate GtkStylePropertiesPrivate;
+
     typedef struct _GtkSymbolicColor GtkSymbolicColor;
 
     typedef struct _GtkGradient GtkGradient;
@@ -1201,6 +1296,11 @@
 
     typedef struct _GtkStyleProvider GtkStyleProvider;
 
+    typedef struct _GtkApplicationWindowPrivate
+	GtkApplicationWindowPrivate;
+
+    typedef struct _GtkApplicationWindowClass GtkApplicationWindowClass;
+
     typedef struct _GtkApplicationWindow GtkApplicationWindow;
 
     typedef struct _GtkEntryCompletion GtkEntryCompletion;
@@ -1567,12 +1667,18 @@
 
     typedef struct _GtkAppChooserWidget GtkAppChooserWidget;
 
+    typedef struct _GtkAppChooserWidgetClass GtkAppChooserWidgetClass;
+
+    typedef struct _GtkAppChooserWidgetPrivate GtkAppChooserWidgetPrivate;
+
     typedef struct _GtkButtonBox GtkButtonBox;
 
     typedef struct _GtkCellArea GtkCellArea;
 
     typedef struct _GtkCellAreaClass GtkCellAreaClass;
 
+    typedef struct _GtkCellAreaPrivate GtkCellAreaPrivate;
+
     typedef struct _GtkCellAreaContext GtkCellAreaContext;
 
     typedef gboolean(*GtkCellCallback) (void);
@@ -1584,6 +1690,10 @@
 					     cell_background,
 					     gpointer data);
 
+    typedef struct _GtkCellAreaContextPrivate GtkCellAreaContextPrivate;
+
+    typedef struct _GtkCellAreaContextClass GtkCellAreaContextClass;
+
     typedef struct _GtkPrintOperation GtkPrintOperation;
 
     typedef enum {
@@ -1749,14 +1859,26 @@
     typedef void (*GtkMenuDetachFunc) (GtkWidget * attach_widget,
 				       GtkMenu * menu);
 
+    typedef struct _GtkLevelBarClass GtkLevelBarClass;
+
     typedef struct _GtkLevelBar GtkLevelBar;
 
+    typedef struct _GtkLevelBarPrivate GtkLevelBarPrivate;
+
     typedef struct _GtkComboBox GtkComboBox;
 
     typedef struct _GtkSpinner GtkSpinner;
 
+    typedef struct _GtkSpinnerClass GtkSpinnerClass;
+
+    typedef struct _GtkSpinnerPrivate GtkSpinnerPrivate;
+
     typedef struct _GtkToolPalette GtkToolPalette;
 
+    typedef struct _GtkToolPaletteClass GtkToolPaletteClass;
+
+    typedef struct _GtkToolPalettePrivate GtkToolPalettePrivate;
+
     typedef enum {
 	GTK_TOOL_PALETTE_DRAG_ITEMS,
 	GTK_TOOL_PALETTE_DRAG_GROUPS
@@ -1764,6 +1886,10 @@
 
     typedef struct _GtkBuilder GtkBuilder;
 
+    typedef struct _GtkBuilderClass GtkBuilderClass;
+
+    typedef struct _GtkBuilderPrivate GtkBuilderPrivate;
+
     typedef void (*GtkBuilderConnectFunc) (GtkBuilder * builder,
 					   GObject * object,
 					   const gchar * signal_name,
@@ -1808,6 +1934,10 @@
 
     typedef struct _GtkRecentChooserMenu GtkRecentChooserMenu;
 
+    typedef struct _GtkStyleContextClass GtkStyleContextClass;
+
+    typedef struct _GtkStyleContextPrivate GtkStyleContextPrivate;
+
     typedef struct _GtkSeparatorToolItem GtkSeparatorToolItem;
 
     typedef struct _GtkAspectFrame GtkAspectFrame;
@@ -1850,6 +1980,138 @@
 	GTK_ICON_VIEW_DROP_BELOW
     } GtkIconViewDropPosition;
 
+    struct _GtkScaleButton;
+
+    struct _GtkScaleButtonClass;
+
+    struct _GtkComboBoxText;
+
+    struct _GtkComboBoxTextClass;
+
+    struct _GtkToolItemGroup;
+
+    struct _GtkToolItemGroupClass;
+
+    struct _GtkStyleContext;
+
+    struct _GtkWidget;
+
+    struct _GtkLockButton;
+
+    struct _GtkLockButtonClass;
+
+    struct _GtkGrid;
+
+    struct _GtkGridClass;
+
+    struct _GtkEntryBuffer;
+
+    struct _GtkEntryBufferClass;
+
+    struct _GtkRequestedSize;
+
+    struct _GtkThemingEngine;
+
+    struct _GtkThemingEngineClass;
+
+    struct _GtkAppChooserButton;
+
+    struct _GtkAppChooserButtonClass;
+
+    struct _GtkMountOperation;
+
+    struct _GtkMountOperationClass;
+
+    struct _GtkWidgetClass;
+
+    struct _GtkWidgetAuxInfo;
+
+    struct _GtkMenuButton;
+
+    struct _GtkMenuButtonClass;
+
+    struct _GtkAppChooserDialog;
+
+    struct _GtkAppChooserDialogClass;
+
+    struct _GtkOverlay;
+
+    struct _GtkOverlayClass;
+
+    struct _GtkInfoBar;
+
+    struct _GtkInfoBarClass;
+
+    struct _GtkRecentAction;
+
+    struct _GtkRecentActionClass;
+
+    struct _GtkNumerableIcon;
+
+    struct _GtkNumerableIconClass;
+
+    struct _GtkSwitch;
+
+    struct _GtkSwitchClass;
+
+    struct _GtkCellAreaBox;
+
+    struct _GtkCellAreaBoxClass;
+
+    struct _GtkCssProvider;
+
+    struct _GtkCssProviderClass;
+
+    struct _GtkOffscreenWindow;
+
+    struct _GtkOffscreenWindowClass;
+
+    struct _GtkApplication;
+
+    struct _GtkApplicationClass;
+
+    struct _GtkAccessible;
+
+    struct _GtkAccessibleClass;
+
+    struct _GtkStyleProperties;
+
+    struct _GtkStylePropertiesClass;
+
+    struct _GtkApplicationWindow;
+
+    struct _GtkApplicationWindowClass;
+
+    struct _GtkAppChooserWidget;
+
+    struct _GtkAppChooserWidgetClass;
+
+    struct _GtkCellAreaContext;
+
+    struct _GtkCellArea;
+
+    struct _GtkCellAreaClass;
+
+    struct _GtkCellAreaContextClass;
+
+    struct _GtkLevelBar;
+
+    struct _GtkLevelBarClass;
+
+    struct _GtkSpinner;
+
+    struct _GtkSpinnerClass;
+
+    struct _GtkToolPalette;
+
+    struct _GtkToolPaletteClass;
+
+    struct _GtkBuilder;
+
+    struct _GtkBuilderClass;
+
+    struct _GtkStyleContextClass;
+
     struct _GtkBin {
 	GtkContainer container;
 	GtkBinPrivate *priv;

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-03-10 02:55:51 +0000
+++ b/package/Makefile	2014-03-13 17:42:25 +0000
@@ -46,11 +46,11 @@
 # Should have leading "."
 # a big number (80-99) is leading up to the next minor spec
 # build_env is version-independent so can wait till late to bump this
-SUB_VERSION=.73
+SUB_VERSION=.74
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=3
+RPM_PACKAGE_RELEASE=1
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)



More information about the lsb-messages mailing list