[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2245: turn on more gtk-3.0 types (bug 3943)

Mats Wichmann mats at linuxfoundation.org
Sat Mar 15 13:52:51 UTC 2014


------------------------------------------------------------
revno: 2245
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Sat 2014-03-15 07:52:51 -0600
message:
  turn on more 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-13 17:42:25 +0000
+++ b/headers/All/5.0/gtk-3.0/gtk/gtk.h.defs	2014-03-15 13:52:51 +0000
@@ -619,6 +619,9 @@
 typedef struct _GtkEventBox GtkEventBox;
 typedef struct _GtkActivatable GtkActivatable;
 typedef struct _GtkMisc GtkMisc;
+typedef struct _GtkColorChooserDialog GtkColorChooserDialog;
+typedef struct _GtkColorChooserDialogPrivate GtkColorChooserDialogPrivate;
+typedef struct _GtkColorChooserDialogClass GtkColorChooserDialogClass;
 typedef struct _GtkBin {
     GtkContainer container;
     GtkBinPrivate *priv;
@@ -651,9 +654,15 @@
 typedef struct _GtkToolShell GtkToolShell;
 typedef struct _GtkToggleButton GtkToggleButton;
 typedef struct _GtkMenuShell GtkMenuShell;
+typedef struct _GtkFileChooserDialog GtkFileChooserDialog;
+typedef struct _GtkFileChooserDialogPrivate GtkFileChooserDialogPrivate;
+typedef struct _GtkFileChooserDialogClass GtkFileChooserDialogClass;
 typedef struct _GtkRecentInfo GtkRecentInfo;
 typedef struct _GtkRecentData GtkRecentData;
 typedef struct _GtkRecentManager GtkRecentManager;
+typedef struct _GtkFileChooserWidget GtkFileChooserWidget;
+typedef struct _GtkFileChooserWidgetPrivate GtkFileChooserWidgetPrivate;
+typedef struct _GtkFileChooserWidgetClass GtkFileChooserWidgetClass;
 typedef struct _GtkIMContextSimple GtkIMContextSimple;
 typedef struct _GtkRadioButton GtkRadioButton;
 typedef struct _GtkPageSetup GtkPageSetup;
@@ -757,8 +766,17 @@
 typedef gint(*GtkRecentSortFunc) (GtkRecentInfo * a, GtkRecentInfo * b,
 				  gpointer user_data);
 typedef struct _GtkRecentChooser GtkRecentChooser;
+typedef struct _GtkRecentChooserIface GtkRecentChooserIface;
+typedef enum {
+    GTK_RECENT_CHOOSER_ERROR_NOT_FOUND,
+    GTK_RECENT_CHOOSER_ERROR_INVALID_URI
+} GtkRecentChooserError;
 typedef struct _GtkScrollable GtkScrollable;
 typedef struct _GtkRadioAction GtkRadioAction;
+typedef struct _GtkRecentChooserWidget GtkRecentChooserWidget;
+typedef struct _GtkRecentChooserWidgetClass GtkRecentChooserWidgetClass;
+typedef struct _GtkRecentChooserWidgetPrivate
+    GtkRecentChooserWidgetPrivate;
 typedef struct _GtkPlug GtkPlug;
 typedef void (*GtkClipboardReceivedFunc) (GtkClipboard * clipboard,
 					  GtkSelectionData *
@@ -816,9 +834,14 @@
 				      const PangoFontFace * face,
 				      gpointer data);
 typedef struct _GtkFontChooser GtkFontChooser;
+typedef struct _GtkFontChooserIface GtkFontChooserIface;
 typedef struct _GtkAppChooserButton GtkAppChooserButton;
 typedef struct _GtkAppChooserButtonClass GtkAppChooserButtonClass;
 typedef struct _GtkAppChooserButtonPrivate GtkAppChooserButtonPrivate;
+typedef struct _GtkCellRendererSpinner GtkCellRendererSpinner;
+typedef struct _GtkCellRendererSpinnerClass GtkCellRendererSpinnerClass;
+typedef struct _GtkCellRendererSpinnerPrivate
+    GtkCellRendererSpinnerPrivate;
 typedef struct _GtkMountOperation GtkMountOperation;
 typedef struct _GtkMountOperationClass GtkMountOperationClass;
 typedef struct _GtkMountOperationPrivate GtkMountOperationPrivate;
@@ -841,6 +864,7 @@
 } GtkEntryIconPosition;
 typedef struct _GtkEntry GtkEntry;
 typedef struct _GtkColorChooser GtkColorChooser;
+typedef struct _GtkColorChooserInterface GtkColorChooserInterface;
 typedef struct _GtkAccelLabel GtkAccelLabel;
 typedef struct _GtkAccelLabelClass GtkAccelLabelClass;
 typedef struct _GtkMenuButton GtkMenuButton;
@@ -929,11 +953,19 @@
 typedef gint(*GtkAssistantPageFunc) (gint current_page, gpointer data);
 typedef struct _GtkBorder GtkBorder;
 typedef struct _GtkToolItem GtkToolItem;
+typedef struct _GtkToolItemClass GtkToolItemClass;
+typedef struct _GtkToolItemPrivate GtkToolItemPrivate;
 typedef struct _GtkTextAttributes GtkTextAttributes;
+typedef struct _GtkCellRendererSpin GtkCellRendererSpin;
+typedef struct _GtkCellRendererSpinClass GtkCellRendererSpinClass;
+typedef struct _GtkCellRendererSpinPrivate GtkCellRendererSpinPrivate;
 typedef struct _GtkIMMulticontext GtkIMMulticontext;
 typedef struct _GtkCellAreaBox GtkCellAreaBox;
 typedef struct _GtkCellAreaBoxClass GtkCellAreaBoxClass;
 typedef struct _GtkCellAreaBoxPrivate GtkCellAreaBoxPrivate;
+typedef struct _GtkFontChooserDialog GtkFontChooserDialog;
+typedef struct _GtkFontChooserDialogPrivate GtkFontChooserDialogPrivate;
+typedef struct _GtkFontChooserDialogClass GtkFontChooserDialogClass;
 typedef struct _GtkPrintOperationPreview GtkPrintOperationPreview;
 typedef struct _GtkToggleAction GtkToggleAction;
 typedef struct _GtkCssProvider GtkCssProvider;
@@ -988,6 +1020,17 @@
     GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER,
     GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
 } GtkFileChooserAction;
+typedef enum {
+    GTK_FILE_CHOOSER_CONFIRMATION_CONFIRM,
+    GTK_FILE_CHOOSER_CONFIRMATION_ACCEPT_FILENAME,
+    GTK_FILE_CHOOSER_CONFIRMATION_SELECT_AGAIN
+} GtkFileChooserConfirmation;
+typedef enum {
+    GTK_FILE_CHOOSER_ERROR_NONEXISTENT,
+    GTK_FILE_CHOOSER_ERROR_BAD_FILENAME,
+    GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS,
+    GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME
+} GtkFileChooserError;
 typedef struct _GtkPaned GtkPaned;
 typedef struct _GtkEditable GtkEditable;
 typedef struct _GtkAction GtkAction;
@@ -1049,6 +1092,9 @@
 						gpointer user_data);
 typedef struct _GtkCellEditable GtkCellEditable;
 typedef struct _GtkCheckMenuItem GtkCheckMenuItem;
+typedef struct _GtkFontChooserWidget GtkFontChooserWidget;
+typedef struct _GtkFontChooserWidgetPrivate GtkFontChooserWidgetPrivate;
+typedef struct _GtkFontChooserWidgetClass GtkFontChooserWidgetClass;
 typedef struct _GtkFontButton GtkFontButton;
 typedef struct _GtkImageMenuItem GtkImageMenuItem;
 typedef struct _GtkAppChooser GtkAppChooser;
@@ -1504,6 +1550,8 @@
 typedef struct _GtkLevelBar GtkLevelBar;
 typedef struct _GtkLevelBarPrivate GtkLevelBarPrivate;
 typedef struct _GtkComboBox GtkComboBox;
+typedef struct _GtkComboBoxClass GtkComboBoxClass;
+typedef struct _GtkComboBoxPrivate GtkComboBoxPrivate;
 typedef struct _GtkSpinner GtkSpinner;
 typedef struct _GtkSpinnerClass GtkSpinnerClass;
 typedef struct _GtkSpinnerPrivate GtkSpinnerPrivate;
@@ -1514,6 +1562,10 @@
     GTK_TOOL_PALETTE_DRAG_ITEMS,
     GTK_TOOL_PALETTE_DRAG_GROUPS
 } GtkToolPaletteDragTargets;
+typedef struct _GtkRecentChooserDialog GtkRecentChooserDialog;
+typedef struct _GtkRecentChooserDialogClass GtkRecentChooserDialogClass;
+typedef struct _GtkRecentChooserDialogPrivate
+    GtkRecentChooserDialogPrivate;
 typedef struct _GtkBuilder GtkBuilder;
 typedef struct _GtkBuilderClass GtkBuilderClass;
 typedef struct _GtkBuilderPrivate GtkBuilderPrivate;
@@ -1546,9 +1598,13 @@
 typedef struct _GtkInvisible GtkInvisible;
 typedef struct _GtkExpander GtkExpander;
 typedef struct _GtkRecentChooserMenu GtkRecentChooserMenu;
+typedef struct _GtkRecentChooserMenuClass GtkRecentChooserMenuClass;
+typedef struct _GtkRecentChooserMenuPrivate GtkRecentChooserMenuPrivate;
 typedef struct _GtkStyleContextClass GtkStyleContextClass;
 typedef struct _GtkStyleContextPrivate GtkStyleContextPrivate;
 typedef struct _GtkSeparatorToolItem GtkSeparatorToolItem;
+typedef struct _GtkSeparatorToolItemClass GtkSeparatorToolItemClass;
+typedef struct _GtkSeparatorToolItemPrivate GtkSeparatorToolItemPrivate;
 typedef struct _GtkAspectFrame GtkAspectFrame;
 typedef struct _GtkLabel GtkLabel;
 typedef struct _GtkTreeSortable GtkTreeSortable;
@@ -1556,6 +1612,8 @@
 				       GtkTreeIter * a, GtkTreeIter * b,
 				       gpointer user_data);
 typedef struct _GtkFileChooserButton GtkFileChooserButton;
+typedef struct _GtkFileChooserButtonPrivate GtkFileChooserButtonPrivate;
+typedef struct _GtkFileChooserButtonClass GtkFileChooserButtonClass;
 typedef struct _GtkAccelMap GtkAccelMap;
 typedef void (*GtkAccelMapForeach) (void);
 typedef struct _GtkProgressBar GtkProgressBar;

=== 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-13 17:42:25 +0000
+++ b/headers/All/5.1/gtk-3.0/gtk/gtk.h.defs	2014-03-15 13:52:51 +0000
@@ -619,6 +619,9 @@
 typedef struct _GtkEventBox GtkEventBox;
 typedef struct _GtkActivatable GtkActivatable;
 typedef struct _GtkMisc GtkMisc;
+typedef struct _GtkColorChooserDialog GtkColorChooserDialog;
+typedef struct _GtkColorChooserDialogPrivate GtkColorChooserDialogPrivate;
+typedef struct _GtkColorChooserDialogClass GtkColorChooserDialogClass;
 typedef struct _GtkBin {
     GtkContainer container;
     GtkBinPrivate *priv;
@@ -651,9 +654,15 @@
 typedef struct _GtkToolShell GtkToolShell;
 typedef struct _GtkToggleButton GtkToggleButton;
 typedef struct _GtkMenuShell GtkMenuShell;
+typedef struct _GtkFileChooserDialog GtkFileChooserDialog;
+typedef struct _GtkFileChooserDialogPrivate GtkFileChooserDialogPrivate;
+typedef struct _GtkFileChooserDialogClass GtkFileChooserDialogClass;
 typedef struct _GtkRecentInfo GtkRecentInfo;
 typedef struct _GtkRecentData GtkRecentData;
 typedef struct _GtkRecentManager GtkRecentManager;
+typedef struct _GtkFileChooserWidget GtkFileChooserWidget;
+typedef struct _GtkFileChooserWidgetPrivate GtkFileChooserWidgetPrivate;
+typedef struct _GtkFileChooserWidgetClass GtkFileChooserWidgetClass;
 typedef struct _GtkIMContextSimple GtkIMContextSimple;
 typedef struct _GtkRadioButton GtkRadioButton;
 typedef struct _GtkPageSetup GtkPageSetup;
@@ -757,8 +766,17 @@
 typedef gint(*GtkRecentSortFunc) (GtkRecentInfo * a, GtkRecentInfo * b,
 				  gpointer user_data);
 typedef struct _GtkRecentChooser GtkRecentChooser;
+typedef struct _GtkRecentChooserIface GtkRecentChooserIface;
+typedef enum {
+    GTK_RECENT_CHOOSER_ERROR_NOT_FOUND,
+    GTK_RECENT_CHOOSER_ERROR_INVALID_URI
+} GtkRecentChooserError;
 typedef struct _GtkScrollable GtkScrollable;
 typedef struct _GtkRadioAction GtkRadioAction;
+typedef struct _GtkRecentChooserWidget GtkRecentChooserWidget;
+typedef struct _GtkRecentChooserWidgetClass GtkRecentChooserWidgetClass;
+typedef struct _GtkRecentChooserWidgetPrivate
+    GtkRecentChooserWidgetPrivate;
 typedef struct _GtkPlug GtkPlug;
 typedef void (*GtkClipboardReceivedFunc) (GtkClipboard * clipboard,
 					  GtkSelectionData *
@@ -816,9 +834,14 @@
 				      const PangoFontFace * face,
 				      gpointer data);
 typedef struct _GtkFontChooser GtkFontChooser;
+typedef struct _GtkFontChooserIface GtkFontChooserIface;
 typedef struct _GtkAppChooserButton GtkAppChooserButton;
 typedef struct _GtkAppChooserButtonClass GtkAppChooserButtonClass;
 typedef struct _GtkAppChooserButtonPrivate GtkAppChooserButtonPrivate;
+typedef struct _GtkCellRendererSpinner GtkCellRendererSpinner;
+typedef struct _GtkCellRendererSpinnerClass GtkCellRendererSpinnerClass;
+typedef struct _GtkCellRendererSpinnerPrivate
+    GtkCellRendererSpinnerPrivate;
 typedef struct _GtkMountOperation GtkMountOperation;
 typedef struct _GtkMountOperationClass GtkMountOperationClass;
 typedef struct _GtkMountOperationPrivate GtkMountOperationPrivate;
@@ -841,6 +864,7 @@
 } GtkEntryIconPosition;
 typedef struct _GtkEntry GtkEntry;
 typedef struct _GtkColorChooser GtkColorChooser;
+typedef struct _GtkColorChooserInterface GtkColorChooserInterface;
 typedef struct _GtkAccelLabel GtkAccelLabel;
 typedef struct _GtkAccelLabelClass GtkAccelLabelClass;
 typedef struct _GtkMenuButton GtkMenuButton;
@@ -929,11 +953,19 @@
 typedef gint(*GtkAssistantPageFunc) (gint current_page, gpointer data);
 typedef struct _GtkBorder GtkBorder;
 typedef struct _GtkToolItem GtkToolItem;
+typedef struct _GtkToolItemClass GtkToolItemClass;
+typedef struct _GtkToolItemPrivate GtkToolItemPrivate;
 typedef struct _GtkTextAttributes GtkTextAttributes;
+typedef struct _GtkCellRendererSpin GtkCellRendererSpin;
+typedef struct _GtkCellRendererSpinClass GtkCellRendererSpinClass;
+typedef struct _GtkCellRendererSpinPrivate GtkCellRendererSpinPrivate;
 typedef struct _GtkIMMulticontext GtkIMMulticontext;
 typedef struct _GtkCellAreaBox GtkCellAreaBox;
 typedef struct _GtkCellAreaBoxClass GtkCellAreaBoxClass;
 typedef struct _GtkCellAreaBoxPrivate GtkCellAreaBoxPrivate;
+typedef struct _GtkFontChooserDialog GtkFontChooserDialog;
+typedef struct _GtkFontChooserDialogPrivate GtkFontChooserDialogPrivate;
+typedef struct _GtkFontChooserDialogClass GtkFontChooserDialogClass;
 typedef struct _GtkPrintOperationPreview GtkPrintOperationPreview;
 typedef struct _GtkToggleAction GtkToggleAction;
 typedef struct _GtkCssProvider GtkCssProvider;
@@ -988,6 +1020,17 @@
     GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER,
     GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
 } GtkFileChooserAction;
+typedef enum {
+    GTK_FILE_CHOOSER_CONFIRMATION_CONFIRM,
+    GTK_FILE_CHOOSER_CONFIRMATION_ACCEPT_FILENAME,
+    GTK_FILE_CHOOSER_CONFIRMATION_SELECT_AGAIN
+} GtkFileChooserConfirmation;
+typedef enum {
+    GTK_FILE_CHOOSER_ERROR_NONEXISTENT,
+    GTK_FILE_CHOOSER_ERROR_BAD_FILENAME,
+    GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS,
+    GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME
+} GtkFileChooserError;
 typedef struct _GtkPaned GtkPaned;
 typedef struct _GtkEditable GtkEditable;
 typedef struct _GtkAction GtkAction;
@@ -1049,6 +1092,9 @@
 						gpointer user_data);
 typedef struct _GtkCellEditable GtkCellEditable;
 typedef struct _GtkCheckMenuItem GtkCheckMenuItem;
+typedef struct _GtkFontChooserWidget GtkFontChooserWidget;
+typedef struct _GtkFontChooserWidgetPrivate GtkFontChooserWidgetPrivate;
+typedef struct _GtkFontChooserWidgetClass GtkFontChooserWidgetClass;
 typedef struct _GtkFontButton GtkFontButton;
 typedef struct _GtkImageMenuItem GtkImageMenuItem;
 typedef struct _GtkAppChooser GtkAppChooser;
@@ -1504,6 +1550,8 @@
 typedef struct _GtkLevelBar GtkLevelBar;
 typedef struct _GtkLevelBarPrivate GtkLevelBarPrivate;
 typedef struct _GtkComboBox GtkComboBox;
+typedef struct _GtkComboBoxClass GtkComboBoxClass;
+typedef struct _GtkComboBoxPrivate GtkComboBoxPrivate;
 typedef struct _GtkSpinner GtkSpinner;
 typedef struct _GtkSpinnerClass GtkSpinnerClass;
 typedef struct _GtkSpinnerPrivate GtkSpinnerPrivate;
@@ -1514,6 +1562,10 @@
     GTK_TOOL_PALETTE_DRAG_ITEMS,
     GTK_TOOL_PALETTE_DRAG_GROUPS
 } GtkToolPaletteDragTargets;
+typedef struct _GtkRecentChooserDialog GtkRecentChooserDialog;
+typedef struct _GtkRecentChooserDialogClass GtkRecentChooserDialogClass;
+typedef struct _GtkRecentChooserDialogPrivate
+    GtkRecentChooserDialogPrivate;
 typedef struct _GtkBuilder GtkBuilder;
 typedef struct _GtkBuilderClass GtkBuilderClass;
 typedef struct _GtkBuilderPrivate GtkBuilderPrivate;
@@ -1546,9 +1598,13 @@
 typedef struct _GtkInvisible GtkInvisible;
 typedef struct _GtkExpander GtkExpander;
 typedef struct _GtkRecentChooserMenu GtkRecentChooserMenu;
+typedef struct _GtkRecentChooserMenuClass GtkRecentChooserMenuClass;
+typedef struct _GtkRecentChooserMenuPrivate GtkRecentChooserMenuPrivate;
 typedef struct _GtkStyleContextClass GtkStyleContextClass;
 typedef struct _GtkStyleContextPrivate GtkStyleContextPrivate;
 typedef struct _GtkSeparatorToolItem GtkSeparatorToolItem;
+typedef struct _GtkSeparatorToolItemClass GtkSeparatorToolItemClass;
+typedef struct _GtkSeparatorToolItemPrivate GtkSeparatorToolItemPrivate;
 typedef struct _GtkAspectFrame GtkAspectFrame;
 typedef struct _GtkLabel GtkLabel;
 typedef struct _GtkTreeSortable GtkTreeSortable;
@@ -1556,6 +1612,8 @@
 				       GtkTreeIter * a, GtkTreeIter * b,
 				       gpointer user_data);
 typedef struct _GtkFileChooserButton GtkFileChooserButton;
+typedef struct _GtkFileChooserButtonPrivate GtkFileChooserButtonPrivate;
+typedef struct _GtkFileChooserButtonClass GtkFileChooserButtonClass;
 typedef struct _GtkAccelMap GtkAccelMap;
 typedef void (*GtkAccelMapForeach) (void);
 typedef struct _GtkProgressBar GtkProgressBar;

=== modified file 'headers/gtk-3.0/gtk/gtk.h'
--- a/headers/gtk-3.0/gtk/gtk.h	2014-03-13 17:42:25 +0000
+++ b/headers/gtk-3.0/gtk/gtk.h	2014-03-15 13:52:51 +0000
@@ -661,6 +661,13 @@
 
     typedef struct _GtkMisc GtkMisc;
 
+    typedef struct _GtkColorChooserDialog GtkColorChooserDialog;
+
+    typedef struct _GtkColorChooserDialogPrivate
+	GtkColorChooserDialogPrivate;
+
+    typedef struct _GtkColorChooserDialogClass GtkColorChooserDialogClass;
+
     typedef struct _GtkBin GtkBin;
 
     typedef struct _GtkBinPrivate GtkBinPrivate;
@@ -696,12 +703,26 @@
 
     typedef struct _GtkMenuShell GtkMenuShell;
 
+    typedef struct _GtkFileChooserDialog GtkFileChooserDialog;
+
+    typedef struct _GtkFileChooserDialogPrivate
+	GtkFileChooserDialogPrivate;
+
+    typedef struct _GtkFileChooserDialogClass GtkFileChooserDialogClass;
+
     typedef struct _GtkRecentInfo GtkRecentInfo;
 
     typedef struct _GtkRecentData GtkRecentData;
 
     typedef struct _GtkRecentManager GtkRecentManager;
 
+    typedef struct _GtkFileChooserWidget GtkFileChooserWidget;
+
+    typedef struct _GtkFileChooserWidgetPrivate
+	GtkFileChooserWidgetPrivate;
+
+    typedef struct _GtkFileChooserWidgetClass GtkFileChooserWidgetClass;
+
     typedef struct _GtkIMContextSimple GtkIMContextSimple;
 
     typedef struct _GtkRadioButton GtkRadioButton;
@@ -850,10 +871,25 @@
 
     typedef struct _GtkRecentChooser GtkRecentChooser;
 
+    typedef struct _GtkRecentChooserIface GtkRecentChooserIface;
+
+    typedef enum {
+	GTK_RECENT_CHOOSER_ERROR_NOT_FOUND,
+	GTK_RECENT_CHOOSER_ERROR_INVALID_URI
+    } GtkRecentChooserError;
+
     typedef struct _GtkScrollable GtkScrollable;
 
     typedef struct _GtkRadioAction GtkRadioAction;
 
+    typedef struct _GtkRecentChooserWidget GtkRecentChooserWidget;
+
+    typedef struct _GtkRecentChooserWidgetClass
+	GtkRecentChooserWidgetClass;
+
+    typedef struct _GtkRecentChooserWidgetPrivate
+	GtkRecentChooserWidgetPrivate;
+
     typedef struct _GtkPlug GtkPlug;
 
     typedef void (*GtkClipboardReceivedFunc) (GtkClipboard * clipboard,
@@ -947,12 +983,22 @@
 
     typedef struct _GtkFontChooser GtkFontChooser;
 
+    typedef struct _GtkFontChooserIface GtkFontChooserIface;
+
     typedef struct _GtkAppChooserButton GtkAppChooserButton;
 
     typedef struct _GtkAppChooserButtonClass GtkAppChooserButtonClass;
 
     typedef struct _GtkAppChooserButtonPrivate GtkAppChooserButtonPrivate;
 
+    typedef struct _GtkCellRendererSpinner GtkCellRendererSpinner;
+
+    typedef struct _GtkCellRendererSpinnerClass
+	GtkCellRendererSpinnerClass;
+
+    typedef struct _GtkCellRendererSpinnerPrivate
+	GtkCellRendererSpinnerPrivate;
+
     typedef struct _GtkMountOperation GtkMountOperation;
 
     typedef struct _GtkMountOperationClass GtkMountOperationClass;
@@ -992,6 +1038,8 @@
 
     typedef struct _GtkColorChooser GtkColorChooser;
 
+    typedef struct _GtkColorChooserInterface GtkColorChooserInterface;
+
     typedef struct _GtkAccelLabel GtkAccelLabel;
 
     typedef struct _GtkAccelLabelClass GtkAccelLabelClass;
@@ -1127,8 +1175,18 @@
 
     typedef struct _GtkToolItem GtkToolItem;
 
+    typedef struct _GtkToolItemClass GtkToolItemClass;
+
+    typedef struct _GtkToolItemPrivate GtkToolItemPrivate;
+
     typedef struct _GtkTextAttributes GtkTextAttributes;
 
+    typedef struct _GtkCellRendererSpin GtkCellRendererSpin;
+
+    typedef struct _GtkCellRendererSpinClass GtkCellRendererSpinClass;
+
+    typedef struct _GtkCellRendererSpinPrivate GtkCellRendererSpinPrivate;
+
     typedef struct _GtkIMMulticontext GtkIMMulticontext;
 
     typedef struct _GtkCellAreaBox GtkCellAreaBox;
@@ -1137,6 +1195,13 @@
 
     typedef struct _GtkCellAreaBoxPrivate GtkCellAreaBoxPrivate;
 
+    typedef struct _GtkFontChooserDialog GtkFontChooserDialog;
+
+    typedef struct _GtkFontChooserDialogPrivate
+	GtkFontChooserDialogPrivate;
+
+    typedef struct _GtkFontChooserDialogClass GtkFontChooserDialogClass;
+
     typedef struct _GtkPrintOperationPreview GtkPrintOperationPreview;
 
     typedef struct _GtkToggleAction GtkToggleAction;
@@ -1216,6 +1281,19 @@
 	GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER
     } GtkFileChooserAction;
 
+    typedef enum {
+	GTK_FILE_CHOOSER_CONFIRMATION_CONFIRM,
+	GTK_FILE_CHOOSER_CONFIRMATION_ACCEPT_FILENAME,
+	GTK_FILE_CHOOSER_CONFIRMATION_SELECT_AGAIN
+    } GtkFileChooserConfirmation;
+
+    typedef enum {
+	GTK_FILE_CHOOSER_ERROR_NONEXISTENT,
+	GTK_FILE_CHOOSER_ERROR_BAD_FILENAME,
+	GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS,
+	GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME
+    } GtkFileChooserError;
+
     typedef struct _GtkPaned GtkPaned;
 
     typedef struct _GtkEditable GtkEditable;
@@ -1315,6 +1393,13 @@
 
     typedef struct _GtkCheckMenuItem GtkCheckMenuItem;
 
+    typedef struct _GtkFontChooserWidget GtkFontChooserWidget;
+
+    typedef struct _GtkFontChooserWidgetPrivate
+	GtkFontChooserWidgetPrivate;
+
+    typedef struct _GtkFontChooserWidgetClass GtkFontChooserWidgetClass;
+
     typedef struct _GtkFontButton GtkFontButton;
 
     typedef struct _GtkImageMenuItem GtkImageMenuItem;
@@ -1867,6 +1952,10 @@
 
     typedef struct _GtkComboBox GtkComboBox;
 
+    typedef struct _GtkComboBoxClass GtkComboBoxClass;
+
+    typedef struct _GtkComboBoxPrivate GtkComboBoxPrivate;
+
     typedef struct _GtkSpinner GtkSpinner;
 
     typedef struct _GtkSpinnerClass GtkSpinnerClass;
@@ -1884,6 +1973,14 @@
 	GTK_TOOL_PALETTE_DRAG_GROUPS
     } GtkToolPaletteDragTargets;
 
+    typedef struct _GtkRecentChooserDialog GtkRecentChooserDialog;
+
+    typedef struct _GtkRecentChooserDialogClass
+	GtkRecentChooserDialogClass;
+
+    typedef struct _GtkRecentChooserDialogPrivate
+	GtkRecentChooserDialogPrivate;
+
     typedef struct _GtkBuilder GtkBuilder;
 
     typedef struct _GtkBuilderClass GtkBuilderClass;
@@ -1934,12 +2031,22 @@
 
     typedef struct _GtkRecentChooserMenu GtkRecentChooserMenu;
 
+    typedef struct _GtkRecentChooserMenuClass GtkRecentChooserMenuClass;
+
+    typedef struct _GtkRecentChooserMenuPrivate
+	GtkRecentChooserMenuPrivate;
+
     typedef struct _GtkStyleContextClass GtkStyleContextClass;
 
     typedef struct _GtkStyleContextPrivate GtkStyleContextPrivate;
 
     typedef struct _GtkSeparatorToolItem GtkSeparatorToolItem;
 
+    typedef struct _GtkSeparatorToolItemClass GtkSeparatorToolItemClass;
+
+    typedef struct _GtkSeparatorToolItemPrivate
+	GtkSeparatorToolItemPrivate;
+
     typedef struct _GtkAspectFrame GtkAspectFrame;
 
     typedef struct _GtkLabel GtkLabel;
@@ -1953,6 +2060,11 @@
 
     typedef struct _GtkFileChooserButton GtkFileChooserButton;
 
+    typedef struct _GtkFileChooserButtonPrivate
+	GtkFileChooserButtonPrivate;
+
+    typedef struct _GtkFileChooserButtonClass GtkFileChooserButtonClass;
+
     typedef struct _GtkAccelMap GtkAccelMap;
 
     typedef void (*GtkAccelMapForeach) (void);
@@ -1992,10 +2104,28 @@
 
     struct _GtkToolItemGroupClass;
 
+    struct _GtkColorChooserDialog;
+
+    struct _GtkColorChooserDialogClass;
+
+    struct _GtkFileChooserDialog;
+
+    struct _GtkFileChooserDialogClass;
+
+    struct _GtkFileChooserWidget;
+
+    struct _GtkFileChooserWidgetClass;
+
     struct _GtkStyleContext;
 
     struct _GtkWidget;
 
+    struct _GtkRecentChooserIface;
+
+    struct _GtkRecentChooserWidget;
+
+    struct _GtkRecentChooserWidgetClass;
+
     struct _GtkLockButton;
 
     struct _GtkLockButtonClass;
@@ -2014,10 +2144,16 @@
 
     struct _GtkThemingEngineClass;
 
+    struct _GtkFontChooserIface;
+
     struct _GtkAppChooserButton;
 
     struct _GtkAppChooserButtonClass;
 
+    struct _GtkCellRendererSpinner;
+
+    struct _GtkCellRendererSpinnerClass;
+
     struct _GtkMountOperation;
 
     struct _GtkMountOperationClass;
@@ -2026,6 +2162,8 @@
 
     struct _GtkWidgetAuxInfo;
 
+    struct _GtkColorChooserInterface;
+
     struct _GtkMenuButton;
 
     struct _GtkMenuButtonClass;
@@ -2054,10 +2192,22 @@
 
     struct _GtkSwitchClass;
 
+    struct _GtkToolItem;
+
+    struct _GtkToolItemClass;
+
+    struct _GtkCellRendererSpin;
+
+    struct _GtkCellRendererSpinClass;
+
     struct _GtkCellAreaBox;
 
     struct _GtkCellAreaBoxClass;
 
+    struct _GtkFontChooserDialog;
+
+    struct _GtkFontChooserDialogClass;
+
     struct _GtkCssProvider;
 
     struct _GtkCssProviderClass;
@@ -2082,6 +2232,10 @@
 
     struct _GtkApplicationWindowClass;
 
+    struct _GtkFontChooserWidget;
+
+    struct _GtkFontChooserWidgetClass;
+
     struct _GtkAppChooserWidget;
 
     struct _GtkAppChooserWidgetClass;
@@ -2098,6 +2252,10 @@
 
     struct _GtkLevelBarClass;
 
+    struct _GtkComboBox;
+
+    struct _GtkComboBoxClass;
+
     struct _GtkSpinner;
 
     struct _GtkSpinnerClass;
@@ -2106,12 +2264,28 @@
 
     struct _GtkToolPaletteClass;
 
+    struct _GtkRecentChooserDialog;
+
+    struct _GtkRecentChooserDialogClass;
+
     struct _GtkBuilder;
 
     struct _GtkBuilderClass;
 
+    struct _GtkRecentChooserMenu;
+
+    struct _GtkRecentChooserMenuClass;
+
     struct _GtkStyleContextClass;
 
+    struct _GtkSeparatorToolItem;
+
+    struct _GtkSeparatorToolItemClass;
+
+    struct _GtkFileChooserButton;
+
+    struct _GtkFileChooserButtonClass;
+
     struct _GtkBin {
 	GtkContainer container;
 	GtkBinPrivate *priv;

=== modified file 'package/Makefile'
--- a/package/Makefile	2014-03-13 17:42:25 +0000
+++ b/package/Makefile	2014-03-15 13:52:51 +0000
@@ -50,7 +50,7 @@
 
 # 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=1
+RPM_PACKAGE_RELEASE=2
 
 # 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