[gtkmm] Gtk: Regenerate docs.xml and .defs files



commit 56650647ed35ed26d0cae50e902fa707f88baa11
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Thu Feb 7 10:50:51 2019 +0100

    Gtk: Regenerate docs.xml and .defs files
    
    and update gtk_docs_override.xml.

 gtk/src/gtk_docs.xml          | 427 ++----------------------------------------
 gtk/src/gtk_docs_override.xml |   1 -
 gtk/src/gtk_enums.defs        |  26 ---
 gtk/src/gtk_methods.defs      | 212 ---------------------
 gtk/src/gtk_signals.defs      |  68 +------
 5 files changed, 16 insertions(+), 718 deletions(-)
---
diff --git a/gtk/src/gtk_docs.xml b/gtk/src/gtk_docs.xml
index f9058d5b..40c5585d 100644
--- a/gtk/src/gtk_docs.xml
+++ b/gtk/src/gtk_docs.xml
@@ -1112,45 +1112,6 @@ Emitted when the button has been activated (pressed and released).
 <return></return>
 </signal>
 
-<enum name="GtkButtonBoxStyle">
-<description>
-Used to dictate the style that a #GtkButtonBox uses to layout the buttons it
-contains.
-
-</description>
-<parameters>
-<parameter name="GTK_BUTTONBOX_SPREAD">
-<parameter_description> Buttons are evenly spread across the box.
-</parameter_description>
-</parameter>
-<parameter name="GTK_BUTTONBOX_EDGE">
-<parameter_description> Buttons are placed at the edges of the box.
-</parameter_description>
-</parameter>
-<parameter name="GTK_BUTTONBOX_START">
-<parameter_description> Buttons are grouped towards the start of the box,
-(on the left for a HBox, or the top for a VBox).
-</parameter_description>
-</parameter>
-<parameter name="GTK_BUTTONBOX_END">
-<parameter_description> Buttons are grouped towards the end of the box,
-(on the right for a HBox, or the bottom for a VBox).
-</parameter_description>
-</parameter>
-<parameter name="GTK_BUTTONBOX_CENTER">
-<parameter_description> Buttons are centered in the box
-</parameter_description>
-</parameter>
-<parameter name="GTK_BUTTONBOX_EXPAND">
-<parameter_description> Buttons expand to fill the box. This entails giving
-buttons a &quot;linked&quot; appearance, making button sizes homogeneous, and
-setting spacing to 0 (same as calling gtk_box_set_homogeneous() and
-gtk_box_set_spacing() manually)
-</parameter_description>
-</parameter>
-</parameters>
-</enum>
-
 <enum name="GtkButtonRole">
 <description>
 The role specifies the desired appearance of a #GtkModelButton.
@@ -8685,8 +8646,7 @@ and menuitems contained in menubars.
 
 <enum name="GtkPackType">
 <description>
-Represents the packing location #GtkBox children. (See: #GtkVBox,
-#GtkHBox, and #GtkButtonBox).
+Represents the packing location #GtkBox children
 
 </description>
 <parameters>
@@ -11065,7 +11025,7 @@ in ascending order. When set to %TRUE, this order will be inverted.
 
 <property name="GtkSettings:gtk-application-prefer-dark-theme">
 <description>
-Whether the application prefers to use a dark theme. If a GTK+ theme
+Whether the application prefers to use a dark theme. If a GTK theme
 includes a dark variant, it will be used instead of the configured
 theme.
 
@@ -11129,7 +11089,7 @@ Also note that the setting can be overridden with the
 
 <property name="GtkSettings:gtk-dialogs-use-header">
 <description>
-Whether builtin GTK+ dialogs such as the file chooser, the
+Whether builtin GTK dialogs such as the file chooser, the
 color chooser or the font chooser will use a header bar at
 the top to show action widgets, or an action area at the bottom.
 
@@ -11154,7 +11114,7 @@ Whether to play any event sounds at all.
 See the [Sound Theme Specifications](http://www.freedesktop.org/wiki/Specifications/sound-theme-spec)
 for more information on event sounds and sound themes.
 
-GTK+ itself does not support event sounds, you have to use a loadable
+GTK itself does not support event sounds, you have to use a loadable
 module like the one that comes with libcanberra.
 
 </description>
@@ -11167,7 +11127,7 @@ Whether to play event sounds as feedback to user input.
 See the [Sound Theme Specifications](http://www.freedesktop.org/wiki/Specifications/sound-theme-spec)
 for more information on event sounds and sound themes.
 
-GTK+ itself does not support event sounds, you have to use a loadable
+GTK itself does not support event sounds, you have to use a loadable
 module like the one that comes with libcanberra.
 
 </description>
@@ -11203,7 +11163,7 @@ window or similar visual effects.
 
 <property name="GtkSettings:gtk-font-name">
 <description>
-The default font to use. GTK+ uses the family name and size from this string.
+The default font to use. GTK uses the family name and size from this string.
 
 </description>
 </property>
@@ -11213,7 +11173,7 @@ The default font to use. GTK+ uses the family name and size from this string.
 Which IM (input method) module should be used by default. This is the
 input method that will be used if the user has not explicitly chosen
 another input method from the IM context menu.
-This also can be a colon-separated list of input methods, which GTK+
+This also can be a colon-separated list of input methods, which GTK
 will try in turn until it finds one available on the system.
 
 See #GtkIMContext.
@@ -11223,7 +11183,7 @@ See #GtkIMContext.
 
 <property name="GtkSettings:gtk-keynav-use-caret">
 <description>
-Whether GTK+ should make sure that text can be navigated with
+Whether GTK should make sure that text can be navigated with
 a caret, even if it is not editable. This is useful when using
 a screen reader.
 
@@ -11245,7 +11205,7 @@ the point that you clicked. If it is %FALSE, a primary click will cause the
 slider/value to move by the range’s page-size towards the point clicked.
 
 Whichever action you choose for the primary button, the other action will
-be available by holding Shift and primary-clicking, or (since GTK+ 3.22.25)
+be available by holding Shift and primary-clicking, or (since GTK 3.22.25)
 clicking the middle mouse button.
 
 </description>
@@ -11254,7 +11214,7 @@ clicking the middle mouse button.
 <property name="GtkSettings:gtk-print-backends">
 <description>
 A comma-separated list of print backends to use in the print
-dialog. Available print backends depend on the GTK+ installation,
+dialog. Available print backends depend on the GTK installation,
 and may include &quot;file&quot;, &quot;cups&quot;, &quot;lpr&quot; or &quot;papi&quot;.
 
 </description>
@@ -11277,7 +11237,7 @@ and the print settings file when it is done.
 
 <property name="GtkSettings:gtk-recent-files-enabled">
 <description>
-Whether GTK+ should keep track of items inside the recently used
+Whether GTK should keep track of items inside the recently used
 resources list. If set to %FALSE, the list will always be empty.
 
 </description>
@@ -11300,7 +11260,7 @@ The XDG sound theme to use for event sounds.
 See the [Sound Theme Specifications](http://www.freedesktop.org/wiki/Specifications/sound-theme-spec)
 for more information on event sounds and sound themes.
 
-GTK+ itself does not support event sounds, you have to use a loadable
+GTK itself does not support event sounds, you have to use a loadable
 module like the one that comes with libcanberra.
 
 </description>
@@ -21753,153 +21713,6 @@ Upon errors %FALSE will be returned and @error will be assigned a
 </return>
 </function>
 
-<function name="gtk_button_box_get_child_non_homogeneous">
-<description>
-Returns whether the child is exempted from homogeneous
-sizing.
-
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> a #GtkButtonBox
-</parameter_description>
-</parameter>
-<parameter name="child">
-<parameter_description> a child of @widget
-</parameter_description>
-</parameter>
-</parameters>
-<return> %TRUE if the child is not subject to homogeneous sizing
-</return>
-</function>
-
-<function name="gtk_button_box_get_child_secondary">
-<description>
-Returns whether @child should appear in a secondary group of children.
-
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> a #GtkButtonBox
-</parameter_description>
-</parameter>
-<parameter name="child">
-<parameter_description> a child of @widget
-</parameter_description>
-</parameter>
-</parameters>
-<return> whether @child should appear in a secondary group of children.
-</return>
-</function>
-
-<function name="gtk_button_box_get_layout">
-<description>
-Retrieves the method being used to arrange the buttons in a button box.
-
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> a #GtkButtonBox
-</parameter_description>
-</parameter>
-</parameters>
-<return> the method used to lay out buttons in @widget.
-</return>
-</function>
-
-<function name="gtk_button_box_new">
-<description>
-Creates a new #GtkButtonBox.
-
-
-</description>
-<parameters>
-<parameter name="orientation">
-<parameter_description> the box's orientation.
-</parameter_description>
-</parameter>
-</parameters>
-<return> a new #GtkButtonBox.
-</return>
-</function>
-
-<function name="gtk_button_box_set_child_non_homogeneous">
-<description>
-Sets whether the child is exempted from homogeneous sizing.
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> a #GtkButtonBox
-</parameter_description>
-</parameter>
-<parameter name="child">
-<parameter_description> a child of @widget
-</parameter_description>
-</parameter>
-<parameter name="non_homogeneous">
-<parameter_description> the new value
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-<function name="gtk_button_box_set_child_secondary">
-<description>
-Sets whether @child should appear in a secondary group of children.
-A typical use of a secondary child is the help button in a dialog.
-
-This group appears after the other children if the style
-is %GTK_BUTTONBOX_START, %GTK_BUTTONBOX_SPREAD or
-%GTK_BUTTONBOX_EDGE, and before the other children if the style
-is %GTK_BUTTONBOX_END. For horizontal button boxes, the definition
-of before/after depends on direction of the widget (see
-gtk_widget_set_direction()). If the style is %GTK_BUTTONBOX_START
-or %GTK_BUTTONBOX_END, then the secondary children are aligned at
-the other end of the button box from the main children. For the
-other styles, they appear immediately next to the main children.
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> a #GtkButtonBox
-</parameter_description>
-</parameter>
-<parameter name="child">
-<parameter_description> a child of @widget
-</parameter_description>
-</parameter>
-<parameter name="is_secondary">
-<parameter_description> if %TRUE, the @child appears in a secondary group of the
-button box.
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-<function name="gtk_button_box_set_layout">
-<description>
-Changes the way buttons are arranged in their container.
-
-</description>
-<parameters>
-<parameter name="widget">
-<parameter_description> a #GtkButtonBox
-</parameter_description>
-</parameter>
-<parameter name="layout_style">
-<parameter_description> the new layout style
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
 <function name="gtk_button_clicked">
 <description>
 Emits a #GtkButton::clicked signal to the given #GtkButton.
@@ -51035,7 +50848,7 @@ depends on the current locale.
 <parameters>
 </parameters>
 <return> the name of the default paper size. The string
-is owned by GTK+ and should not be modified.
+is owned by GTK and should not be modified.
 </return>
 </function>
 
@@ -85304,21 +85117,6 @@ such as a title bar via gtk_window_set_decorated().
 </return>
 </function>
 
-<function name="gtk_window_get_default_icon_list">
-<description>
-Gets the value set by gtk_window_set_default_icon_list().
-The list is a copy and should be freed with g_list_free(),
-but the surfaces in the list have not had their reference count
-incremented.
-
-
-</description>
-<parameters>
-</parameters>
-<return> copy of default icon list 
-</return>
-</function>
-
 <function name="gtk_window_get_default_icon_name">
 <description>
 Returns the fallback icon name for windows that has been set
@@ -85518,42 +85316,6 @@ Returns whether the window will be hidden when the close button is clicked.
 </return>
 </function>
 
-<function name="gtk_window_get_icon">
-<description>
-Gets the value set by gtk_window_set_icon() (or if you've
-called gtk_window_set_icon_list(), gets the first icon in
-the icon list).
-
-
-</description>
-<parameters>
-<parameter name="window">
-<parameter_description> a #GtkWindow
-</parameter_description>
-</parameter>
-</parameters>
-<return> icon for window or %NULL if none
-</return>
-</function>
-
-<function name="gtk_window_get_icon_list">
-<description>
-Retrieves the list of icons set by gtk_window_set_icon_list().
-The list is copied, but the reference count on each
-member won’t be incremented.
-
-
-</description>
-<parameters>
-<parameter name="window">
-<parameter_description> a #GtkWindow
-</parameter_description>
-</parameter>
-</parameters>
-<return> copy of window’s icon list
-</return>
-</function>
-
 <function name="gtk_window_get_icon_name">
 <description>
 Returns the name of the themed icon for the window,
@@ -86628,63 +86390,6 @@ to unset the default widget for the toplevel
 <return></return>
 </function>
 
-<function name="gtk_window_set_default_icon">
-<description>
-Sets an icon to be used as fallback for windows that haven't
-had gtk_window_set_icon() called on them from a surface.
-
-</description>
-<parameters>
-<parameter name="icon">
-<parameter_description> the icon
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-<function name="gtk_window_set_default_icon_from_file">
-<description>
-Sets an icon to be used as fallback for windows that haven't
-had gtk_window_set_icon_list() called on them from a file
-on disk. Warns on failure if @err is %NULL.
-
-
-</description>
-<parameters>
-<parameter name="filename">
-<parameter_description> location of icon file
-</parameter_description>
-</parameter>
-<parameter name="err">
-<parameter_description> location to store error, or %NULL.
-</parameter_description>
-</parameter>
-</parameters>
-<return> %TRUE if setting the icon succeeded.
-</return>
-</function>
-
-<function name="gtk_window_set_default_icon_list">
-<description>
-Sets an icon list to be used as fallback for windows that haven't
-had gtk_window_set_icon_list() called on them to set up a
-window-specific icon list. This function allows you to set up the
-icon for all windows in your app at once.
-
-See gtk_window_set_icon_list() for more details.
-
-
-</description>
-<parameters>
-<parameter name="list">
-<parameter_description> a list of #GdkTextures
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
 <function name="gtk_window_set_default_icon_name">
 <description>
 Sets an icon to be used as fallback for windows that haven't
@@ -86945,112 +86650,6 @@ will not destroy it, but only hide it.
 <return></return>
 </function>
 
-<function name="gtk_window_set_icon">
-<description>
-Sets up the icon representing a #GtkWindow. This icon is used when
-the window is minimized (also known as iconified).  Some window
-managers or desktop environments may also place it in the window
-frame, or display it in other contexts. On others, the icon is not
-used at all, so your mileage may vary.
-
-The icon should be provided in whatever size it was naturally
-drawn; that is, don’t scale the image before passing it to
-GTK+. Scaling is postponed until the last minute, when the desired
-final size is known, to allow best quality.
-
-If you have your icon hand-drawn in multiple sizes, use
-gtk_window_set_icon_list(). Then the best size will be used.
-
-This function is equivalent to calling gtk_window_set_icon_list()
-with a 1-element list.
-
-See also gtk_window_set_default_icon_list() to set the icon
-for all windows in your application in one go.
-
-</description>
-<parameters>
-<parameter name="window">
-<parameter_description> a #GtkWindow
-</parameter_description>
-</parameter>
-<parameter name="icon">
-<parameter_description> icon image, or %NULL
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
-<function name="gtk_window_set_icon_from_file">
-<description>
-Sets the icon for @window.
-Warns on failure if @err is %NULL.
-
-This function is equivalent to calling gtk_window_set_icon()
-with a surface created by loading the image from @filename.
-
-
-</description>
-<parameters>
-<parameter name="window">
-<parameter_description> a #GtkWindow
-</parameter_description>
-</parameter>
-<parameter name="filename">
-<parameter_description> location of icon file
-</parameter_description>
-</parameter>
-<parameter name="err">
-<parameter_description> location to store error, or %NULL.
-</parameter_description>
-</parameter>
-</parameters>
-<return> %TRUE if setting the icon succeeded.
-</return>
-</function>
-
-<function name="gtk_window_set_icon_list">
-<description>
-Sets up the icon representing a #GtkWindow. The icon is used when
-the window is minimized (also known as iconified).  Some window
-managers or desktop environments may also place it in the window
-frame, or display it in other contexts. On others, the icon is not
-used at all, so your mileage may vary.
-
-gtk_window_set_icon_list() allows you to pass in the same icon in
-several hand-drawn sizes. The list should contain the natural sizes
-your icon is available in; that is, don’t scale the image before
-passing it to GTK+. Scaling is postponed until the last minute,
-when the desired final size is known, to allow best quality.
-
-By passing several sizes, you may improve the final image quality
-of the icon, by reducing or eliminating automatic image scaling.
-
-Recommended sizes to provide: 16x16, 32x32, 48x48 at minimum, and
-larger images (64x64, 128x128) if you have them.
-
-See also gtk_window_set_default_icon_list() to set the icon
-for all windows in your application in one go.
-
-Note that transient windows (those who have been set transient for another
-window using gtk_window_set_transient_for()) will inherit their
-icon from their transient parent. So there’s no need to explicitly
-set the icon on transient windows.
-
-</description>
-<parameters>
-<parameter name="window">
-<parameter_description> a #GtkWindow
-</parameter_description>
-</parameter>
-<parameter name="list">
-<parameter_description> list of image surfaces
-</parameter_description>
-</parameter>
-</parameters>
-<return></return>
-</function>
-
 <function name="gtk_window_set_icon_name">
 <description>
 Sets the icon for the window from a named themed icon.
diff --git a/gtk/src/gtk_docs_override.xml b/gtk/src/gtk_docs_override.xml
index 2b8d0464..649882c1 100644
--- a/gtk/src/gtk_docs_override.xml
+++ b/gtk/src/gtk_docs_override.xml
@@ -52,7 +52,6 @@
 <substitute_enumerator_name from_prefix="GTK_PACK_DIRECTION_" to_prefix="Gtk::PackDirection::" />
 <substitute_enumerator_name from_prefix="GTK_RELIEF_" to_prefix="Gtk::ReliefStyle::" />
 <substitute_enumerator_name from_prefix="GTK_ICON_SIZE_" to_prefix="Gtk::IconSize::" />
-<substitute_enumerator_name from_prefix="GTK_BUTTONBOX_" to_prefix="Gtk::ButtonBoxStyle::" />
 <substitute_enumerator_name from_prefix="GTK_CELL_RENDERER_MODE_" to_prefix="Gtk::CellRendererMode::" />
 <substitute_enumerator_name from_prefix="PANGO_ELLIPSIZE_" to_prefix="Pango::EllipsizeMode::" />
 <substitute_enumerator_name from_prefix="GTK_SENSITIVITY_" to_prefix="Gtk::SensitivityType::" />
diff --git a/gtk/src/gtk_enums.defs b/gtk/src/gtk_enums.defs
index dca7497e..c87383a1 100644
--- a/gtk/src/gtk_enums.defs
+++ b/gtk/src/gtk_enums.defs
@@ -115,32 +115,6 @@
   )
 )
 
-;; From gtkbbox.h
-
-;; Original typedef:
-;; typedef enum
-;; {
-;;   GTK_BUTTONBOX_SPREAD = 1,
-;;   GTK_BUTTONBOX_EDGE,
-;;   GTK_BUTTONBOX_START,
-;;   GTK_BUTTONBOX_END,
-;;   GTK_BUTTONBOX_CENTER,
-;;   GTK_BUTTONBOX_EXPAND
-;; } GtkButtonBoxStyle;
-
-(define-enum-extended ButtonBoxStyle
-  (in-module "Gtk")
-  (c-name "GtkButtonBoxStyle")
-  (values
-    '("spread" "GTK_BUTTONBOX_SPREAD" "1")
-    '("edge" "GTK_BUTTONBOX_EDGE" "2")
-    '("start" "GTK_BUTTONBOX_START" "3")
-    '("end" "GTK_BUTTONBOX_END" "4")
-    '("center" "GTK_BUTTONBOX_CENTER" "5")
-    '("expand" "GTK_BUTTONBOX_EXPAND" "6")
-  )
-)
-
 ;; From gtkbuilder.h
 
 ;; Original typedef:
diff --git a/gtk/src/gtk_methods.defs b/gtk/src/gtk_methods.defs
index 16e3829c..ff9f6b94 100644
--- a/gtk/src/gtk_methods.defs
+++ b/gtk/src/gtk_methods.defs
@@ -506,13 +506,6 @@
   (gtype-id "GTK_TYPE_LABEL")
 )
 
-(define-object Invisible
-  (in-module "Gtk")
-  (parent "GtkWidget")
-  (c-name "GtkInvisible")
-  (gtype-id "GTK_TYPE_INVISIBLE")
-)
-
 (define-object Image
   (in-module "Gtk")
   (parent "GtkWidget")
@@ -982,13 +975,6 @@
   (gtype-id "GTK_TYPE_INFO_BAR")
 )
 
-(define-object ButtonBox
-  (in-module "Gtk")
-  (parent "GtkBox")
-  (c-name "GtkButtonBox")
-  (gtype-id "GTK_TYPE_BUTTON_BOX")
-)
-
 (define-object ColorChooserWidget
   (in-module "Gtk")
   (parent "GtkBox")
@@ -1205,20 +1191,6 @@
   )
 )
 
-(define-enum ButtonBoxStyle
-  (in-module "Gtk")
-  (c-name "GtkButtonBoxStyle")
-  (gtype-id "GTK_TYPE_BUTTON_BOX_STYLE")
-  (values
-    '("spread" "GTK_BUTTONBOX_SPREAD")
-    '("edge" "GTK_BUTTONBOX_EDGE")
-    '("start" "GTK_BUTTONBOX_START")
-    '("end" "GTK_BUTTONBOX_END")
-    '("center" "GTK_BUTTONBOX_CENTER")
-    '("expand" "GTK_BUTTONBOX_EXPAND")
-  )
-)
-
 (define-enum BuilderError
   (in-module "Gtk")
   (c-name "GtkBuilderError")
@@ -4462,77 +4434,6 @@
 
 
 
-;; From gtkbbox.h
-
-(define-function gtk_button_box_get_type
-  (c-name "gtk_button_box_get_type")
-  (return-type "GType")
-)
-
-(define-function gtk_button_box_new
-  (c-name "gtk_button_box_new")
-  (is-constructor-of "GtkButtonBox")
-  (return-type "GtkWidget*")
-  (parameters
-    '("GtkOrientation" "orientation")
-  )
-)
-
-(define-method get_layout
-  (of-object "GtkButtonBox")
-  (c-name "gtk_button_box_get_layout")
-  (return-type "GtkButtonBoxStyle")
-)
-
-(define-method set_layout
-  (of-object "GtkButtonBox")
-  (c-name "gtk_button_box_set_layout")
-  (return-type "none")
-  (parameters
-    '("GtkButtonBoxStyle" "layout_style")
-  )
-)
-
-(define-method get_child_secondary
-  (of-object "GtkButtonBox")
-  (c-name "gtk_button_box_get_child_secondary")
-  (return-type "gboolean")
-  (parameters
-    '("GtkWidget*" "child")
-  )
-)
-
-(define-method set_child_secondary
-  (of-object "GtkButtonBox")
-  (c-name "gtk_button_box_set_child_secondary")
-  (return-type "none")
-  (parameters
-    '("GtkWidget*" "child")
-    '("gboolean" "is_secondary")
-  )
-)
-
-(define-method get_child_non_homogeneous
-  (of-object "GtkButtonBox")
-  (c-name "gtk_button_box_get_child_non_homogeneous")
-  (return-type "gboolean")
-  (parameters
-    '("GtkWidget*" "child")
-  )
-)
-
-(define-method set_child_non_homogeneous
-  (of-object "GtkButtonBox")
-  (c-name "gtk_button_box_set_child_non_homogeneous")
-  (return-type "none")
-  (parameters
-    '("GtkWidget*" "child")
-    '("gboolean" "non_homogeneous")
-  )
-)
-
-
-
 ;; From gtkbindings.h
 
 (define-function gtk_binding_set_new
@@ -13540,44 +13441,6 @@
 
 
 
-;; From gtkinvisible.h
-
-(define-function gtk_invisible_get_type
-  (c-name "gtk_invisible_get_type")
-  (return-type "GType")
-)
-
-(define-function gtk_invisible_new
-  (c-name "gtk_invisible_new")
-  (is-constructor-of "GtkInvisible")
-  (return-type "GtkWidget*")
-)
-
-(define-function gtk_invisible_new_for_display
-  (c-name "gtk_invisible_new_for_display")
-  (return-type "GtkWidget*")
-  (parameters
-    '("GdkDisplay*" "display")
-  )
-)
-
-(define-method set_display
-  (of-object "GtkInvisible")
-  (c-name "gtk_invisible_set_display")
-  (return-type "none")
-  (parameters
-    '("GdkDisplay*" "display")
-  )
-)
-
-(define-method get_display
-  (of-object "GtkInvisible")
-  (c-name "gtk_invisible_get_display")
-  (return-type "GdkDisplay*")
-)
-
-
-
 ;; From gtkkeyhash.h
 
 
@@ -31643,30 +31506,6 @@
   (return-type "gboolean")
 )
 
-(define-method set_icon_list
-  (of-object "GtkWindow")
-  (c-name "gtk_window_set_icon_list")
-  (return-type "none")
-  (parameters
-    '("GList*" "list")
-  )
-)
-
-(define-method get_icon_list
-  (of-object "GtkWindow")
-  (c-name "gtk_window_get_icon_list")
-  (return-type "GList*")
-)
-
-(define-method set_icon
-  (of-object "GtkWindow")
-  (c-name "gtk_window_set_icon")
-  (return-type "none")
-  (parameters
-    '("GdkTexture*" "icon")
-  )
-)
-
 (define-method set_icon_name
   (of-object "GtkWindow")
   (c-name "gtk_window_set_icon_name")
@@ -31676,49 +31515,12 @@
   )
 )
 
-(define-method set_icon_from_file
-  (of-object "GtkWindow")
-  (c-name "gtk_window_set_icon_from_file")
-  (return-type "gboolean")
-  (parameters
-    '("const-gchar*" "filename")
-    '("GError**" "err")
-  )
-)
-
-(define-method get_icon
-  (of-object "GtkWindow")
-  (c-name "gtk_window_get_icon")
-  (return-type "GdkTexture*")
-)
-
 (define-method get_icon_name
   (of-object "GtkWindow")
   (c-name "gtk_window_get_icon_name")
   (return-type "const-gchar*")
 )
 
-(define-function gtk_window_set_default_icon_list
-  (c-name "gtk_window_set_default_icon_list")
-  (return-type "none")
-  (parameters
-    '("GList*" "list")
-  )
-)
-
-(define-function gtk_window_get_default_icon_list
-  (c-name "gtk_window_get_default_icon_list")
-  (return-type "GList*")
-)
-
-(define-function gtk_window_set_default_icon
-  (c-name "gtk_window_set_default_icon")
-  (return-type "none")
-  (parameters
-    '("GdkTexture*" "icon")
-  )
-)
-
 (define-function gtk_window_set_default_icon_name
   (c-name "gtk_window_set_default_icon_name")
   (return-type "none")
@@ -31732,15 +31534,6 @@
   (return-type "const-gchar*")
 )
 
-(define-function gtk_window_set_default_icon_from_file
-  (c-name "gtk_window_set_default_icon_from_file")
-  (return-type "gboolean")
-  (parameters
-    '("const-gchar*" "filename")
-    '("GError**" "err")
-  )
-)
-
 (define-function gtk_window_set_auto_startup_notification
   (c-name "gtk_window_set_auto_startup_notification")
   (return-type "none")
@@ -32181,11 +31974,6 @@
   (return-type "GType")
 )
 
-(define-function gtk_button_box_style_get_type
-  (c-name "gtk_button_box_style_get_type")
-  (return-type "GType")
-)
-
 (define-function gtk_builder_error_get_type
   (c-name "gtk_builder_error_get_type")
   (return-type "GType")
diff --git a/gtk/src/gtk_signals.defs b/gtk/src/gtk_signals.defs
index 9c2f5bc6..b8933fca 100644
--- a/gtk/src/gtk_signals.defs
+++ b/gtk/src/gtk_signals.defs
@@ -129,7 +129,7 @@
 (define-property logo
   (of-object "GtkAboutDialog")
   (prop-type "GParamObject")
-  (docs "A logo for the about box. If this is not set, it defaults to gtk_window_get_default_icon_list()")
+  (docs "A logo for the about box.")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -797,18 +797,6 @@
   (default-value "")
 )
 
-;; From GtkButtonBox
-
-(define-property layout-style
-  (of-object "GtkButtonBox")
-  (prop-type "GParamEnum")
-  (docs "How to lay out the buttons in the box. Possible values are: spread, edge, start and end")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-  (default-value "GTK_BUTTONBOX_EDGE")
-)
-
 ;; From GtkCalendar
 
 (define-signal month-changed
@@ -4861,17 +4849,6 @@
   (default-value "TRUE")
 )
 
-;; From GtkInvisible
-
-(define-property display
-  (of-object "GtkInvisible")
-  (prop-type "GParamObject")
-  (docs "The display where this window will be displayed")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
 ;; From GtkIconView
 
 (define-signal move-cursor
@@ -8477,7 +8454,7 @@
 (define-property gtk-dialogs-use-header
   (of-object "GtkSettings")
   (prop-type "GParamBoolean")
-  (docs "Whether builtin GTK+ dialogs should use a header bar instead of an action area.")
+  (docs "Whether builtin GTK dialogs should use a header bar instead of an action area.")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -8497,7 +8474,7 @@
 (define-property gtk-recent-files-enabled
   (of-object "GtkSettings")
   (prop-type "GParamBoolean")
-  (docs "Whether GTK+ remembers recent files")
+  (docs "Whether GTK remembers recent files")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -12075,15 +12052,6 @@
   (default-value "FALSE")
 )
 
-(define-property icon
-  (of-object "GtkWindow")
-  (prop-type "GParamObject")
-  (docs "Icon for this window")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
 (define-property icon-name
   (of-object "GtkWindow")
   (prop-type "GParamString")
@@ -12320,26 +12288,6 @@
   (default-value "TRUE")
 )
 
-(define-child-property secondary
-  (of-object "GtkButtonBox")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the child appears in a secondary group of children, suitable for, e.g., help buttons")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-  (default-value "FALSE")
-)
-
-(define-child-property non-homogeneous
-  (of-object "GtkButtonBox")
-  (prop-type "GParamBoolean")
-  (docs "If TRUE, the child will not be subject to homogeneous sizing")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-  (default-value "FALSE")
-)
-
 (define-child-property x
   (of-object "GtkFixed")
   (prop-type "GParamInt")
@@ -12580,16 +12528,6 @@
   (default-value "")
 )
 
-(define-child-property position
-  (of-object "GtkPopoverMenu")
-  (prop-type "GParamInt")
-  (docs "The index of the child in the parent")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-  (default-value "0")
-)
-
 (define-child-property name
   (of-object "GtkStack")
   (prop-type "GParamString")


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]