[gtkmm] Regenerate gtk_signals.defs and gtk_signals.defs.patch



commit e3d8eabedad46181a2807b78811f173f9e9021c5
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date:   Tue Jan 10 13:29:53 2017 +0100

    Regenerate gtk_signals.defs and gtk_signals.defs.patch

 gtk/src/gtk_signals.defs       |  120 +++++++++++++++++-----------------------
 gtk/src/gtk_signals.defs.patch |   46 ++++++----------
 2 files changed, 68 insertions(+), 98 deletions(-)
---
diff --git a/gtk/src/gtk_signals.defs b/gtk/src/gtk_signals.defs
index 3e2c42f..927f291 100644
--- a/gtk/src/gtk_signals.defs
+++ b/gtk/src/gtk_signals.defs
@@ -211,7 +211,7 @@
 (define-property action-name
   (of-object "GtkActionable")
   (prop-type "GParamString")
-  (docs "The name of the associated action, like 'app.quit'")
+  (docs "The name of the associated action, like “app.quit”")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -548,7 +548,7 @@
 (define-property obey-child
   (of-object "GtkAspectFrame")
   (prop-type "GParamBoolean")
-  (docs "Force aspect ratio to match that of the frame's child")
+  (docs "Force aspect ratio to match that of the frame’s child")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -859,7 +859,7 @@
 (define-property inconsistent
   (of-object "GtkCheckMenuItem")
   (prop-type "GParamBoolean")
-  (docs "Whether to display an 'inconsistent' state")
+  (docs "Whether to display an “inconsistent” state")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -1275,7 +1275,7 @@
 (define-property has-entry
   (of-object "GtkCellRendererCombo")
   (prop-type "GParamBoolean")
-  (docs "If FALSE, don't allow to enter strings other than the chosen ones")
+  (docs "If FALSE, don’t allow to enter strings other than the chosen ones")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -1304,7 +1304,7 @@
 (define-property pulse
   (of-object "GtkCellRendererProgress")
   (prop-type "GParamInt")
-  (docs "Set this to positive values to indicate that some progress is made, but you don't know how much.")
+  (docs "Set this to positive values to indicate that some progress is made, but you don’t know how much.")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -1469,7 +1469,7 @@
 (define-property font
   (of-object "GtkCellRendererText")
   (prop-type "GParamString")
-  (docs "Font description as a string, e.g. 'Sans Italic 12'")
+  (docs "Font description as a string, e.g. “Sans Italic 12”")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -1595,7 +1595,7 @@
 (define-property language
   (of-object "GtkCellRendererText")
   (prop-type "GParamString")
-  (docs "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. 
If you don't understand this parameter, you probably don't need it")
+  (docs "The language this text is in, as an ISO code. Pango can use this as a hint when rendering the text. 
If you don’t understand this parameter, you probably don’t need it")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -1907,7 +1907,7 @@
 (define-property pulse
   (of-object "GtkCellRendererProgress")
   (prop-type "GParamInt")
-  (docs "Set this to positive values to indicate that some progress is made, but you don't know how much.")
+  (docs "Set this to positive values to indicate that some progress is made, but you don’t know how much.")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -2188,7 +2188,7 @@
 (define-property popup-shown
   (of-object "GtkComboBox")
   (prop-type "GParamBoolean")
-  (docs "Whether the combo's dropdown is shown")
+  (docs "Whether the combo’s dropdown is shown")
   (readable #t)
   (writable #f)
   (construct-only #f)
@@ -2215,7 +2215,7 @@
 (define-property entry-text-column
   (of-object "GtkComboBox")
   (prop-type "GParamInt")
-  (docs "The column in the combo box's model to associate with strings from the entry if the combo was 
created with #GtkComboBox:has-entry = %TRUE")
+  (docs "The column in the combo box’s model to associate with strings from the entry if the combo was 
created with #GtkComboBox:has-entry = %TRUE")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -2224,7 +2224,7 @@
 (define-property popup-fixed-width
   (of-object "GtkComboBox")
   (prop-type "GParamBoolean")
-  (docs "Whether the popup's width should be a fixed width matching the allocated width of the combo box")
+  (docs "Whether the popup’s width should be a fixed width matching the allocated width of the combo box")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -2233,7 +2233,7 @@
 (define-property id-column
   (of-object "GtkComboBox")
   (prop-type "GParamInt")
-  (docs "The column in the combo box's model that provides string IDs for the values in the model")
+  (docs "The column in the combo box’s model that provides string IDs for the values in the model")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -2294,33 +2294,6 @@
 
 ;; From GtkCellView
 
-(define-property background
-  (of-object "GtkCellView")
-  (prop-type "GParamString")
-  (docs "Background color as a string")
-  (readable #f)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property background-rgba
-  (of-object "GtkCellView")
-  (prop-type "GParamBoxed")
-  (docs "Background color as a GdkRGBA")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
-(define-property background-set
-  (of-object "GtkCellView")
-  (prop-type "GParamBoolean")
-  (docs "Whether this tag affects the background color")
-  (readable #t)
-  (writable #t)
-  (construct-only #f)
-)
-
 (define-property model
   (of-object "GtkCellView")
   (prop-type "GParamObject")
@@ -2607,7 +2580,7 @@
 (define-property visibility
   (of-object "GtkEntry")
   (prop-type "GParamBoolean")
-  (docs "FALSE displays the 'invisible char' instead of the actual text (password mode)")
+  (docs "FALSE displays the “invisible char” instead of the actual text (password mode)")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -2625,7 +2598,7 @@
 (define-property invisible-char
   (of-object "GtkEntry")
   (prop-type "GParamUnichar")
-  (docs "The character to use when masking entry contents (in 'password mode')")
+  (docs "The character to use when masking entry contents (in “password mode”)")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -2733,7 +2706,7 @@
 (define-property progress-fraction
   (of-object "GtkEntry")
   (prop-type "GParamDouble")
-  (docs "The current fraction of the task that's been completed")
+  (docs "The current fraction of the task that’s been completed")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -2904,7 +2877,7 @@
 (define-property placeholder-text
   (of-object "GtkEntry")
   (prop-type "GParamString")
-  (docs "Show text in the entry when it's empty and unfocused")
+  (docs "Show text in the entry when it’s empty and unfocused")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -3201,7 +3174,7 @@
 (define-property label
   (of-object "GtkExpander")
   (prop-type "GParamString")
-  (docs "Text of the expander's label")
+  (docs "Text of the expander’s label")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -3720,7 +3693,7 @@
 (define-property font
   (of-object "GtkFontChooser")
   (prop-type "GParamString")
-  (docs "Font description as a string, e.g. 'Sans Italic 12'")
+  (docs "Font description as a string, e.g. “Sans Italic 12”")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -3762,7 +3735,7 @@
 (define-property label
   (of-object "GtkFrame")
   (prop-type "GParamString")
-  (docs "Text of the frame's label")
+  (docs "Text of the frame’s label")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -3789,7 +3762,7 @@
 (define-property shadow-type
   (of-object "GtkFrame")
   (prop-type "GParamEnum")
-  (docs "Appearance of the frame border")
+  (docs "Appearance of the frame")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -4747,7 +4720,7 @@
 (define-property mnemonic-widget
   (of-object "GtkLabel")
   (prop-type "GParamObject")
-  (docs "The widget to be activated when the label's mnemonic key is pressed")
+  (docs "The widget to be activated when the label’s mnemonic key is pressed")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -5534,7 +5507,7 @@
 (define-property message-area
   (of-object "GtkMessageDialog")
   (prop-type "GParamObject")
-  (docs "GtkBox that holds the dialog's primary and secondary labels")
+  (docs "GtkBox that holds the dialog’s primary and secondary labels")
   (readable #t)
   (writable #f)
   (construct-only #f)
@@ -5867,7 +5840,7 @@
 (define-property min-position
   (of-object "GtkPaned")
   (prop-type "GParamInt")
-  (docs "Smallest possible value for the 'position' property")
+  (docs "Smallest possible value for the “position” property")
   (readable #t)
   (writable #f)
   (construct-only #f)
@@ -5876,7 +5849,7 @@
 (define-property max-position
   (of-object "GtkPaned")
   (prop-type "GParamInt")
-  (docs "Largest possible value for the 'position' property")
+  (docs "Largest possible value for the “position” property")
   (readable #t)
   (writable #f)
   (construct-only #f)
@@ -5898,7 +5871,7 @@
   (return-type "void")
   (when "first")
   (parameters
-    '("GtkMenu*" "p0")
+    '("GtkWidget*" "p0")
     '("GFile*" "p1")
     '("GVolume*" "p2")
   )
@@ -6838,7 +6811,7 @@
 (define-property lower-stepper-sensitivity
   (of-object "GtkRange")
   (prop-type "GParamEnum")
-  (docs "The sensitivity policy for the stepper that points to the adjustment's lower side")
+  (docs "The sensitivity policy for the stepper that points to the adjustment’s lower side")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -6847,7 +6820,7 @@
 (define-property upper-stepper-sensitivity
   (of-object "GtkRange")
   (prop-type "GParamEnum")
-  (docs "The sensitivity policy for the stepper that points to the adjustment's upper side")
+  (docs "The sensitivity policy for the stepper that points to the adjustment’s upper side")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -7852,7 +7825,7 @@
 (define-property gtk-enable-primary-paste
   (of-object "GtkSettings")
   (prop-type "GParamBoolean")
-  (docs "Whether a middle click on a mouse should paste the 'PRIMARY' clipboard content at the cursor 
location.")
+  (docs "Whether a middle click on a mouse should paste the “PRIMARY” clipboard content at the cursor 
location.")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -8004,7 +7977,7 @@
 (define-property accelerator
   (of-object "GtkShortcutsShortcut")
   (prop-type "GParamString")
-  (docs "The accelerator keys for shortcuts of type 'Accelerator'")
+  (docs "The accelerator keys for shortcuts of type “Accelerator”")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -8013,7 +7986,7 @@
 (define-property icon
   (of-object "GtkShortcutsShortcut")
   (prop-type "GParamObject")
-  (docs "The icon to show for shortcuts of type 'Other Gesture'")
+  (docs "The icon to show for shortcuts of type “Other Gesture”")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -8222,7 +8195,7 @@
 (define-property snap-to-ticks
   (of-object "GtkSpinButton")
   (prop-type "GParamBoolean")
-  (docs "Whether erroneous values are automatically changed to a spin button's nearest step increment")
+  (docs "Whether erroneous values are automatically changed to a spin button’s nearest step increment")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -8492,7 +8465,7 @@
 (define-property inconsistent
   (of-object "GtkToggleButton")
   (prop-type "GParamBoolean")
-  (docs "If the toggle button is in an 'in between' state")
+  (docs "If the toggle button is in an “in between” state")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -8559,7 +8532,7 @@
 (define-property show-arrow
   (of-object "GtkToolbar")
   (prop-type "GParamBoolean")
-  (docs "If an arrow should be shown if the toolbar doesn't fit")
+  (docs "If an arrow should be shown if the toolbar doesn’t fit")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -9005,7 +8978,7 @@
 (define-property font
   (of-object "GtkTextTag")
   (prop-type "GParamString")
-  (docs "Font description as a string, e.g. 'Sans Italic 12'")
+  (docs "Font description as a string, e.g. “Sans Italic 12”")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -11132,7 +11105,7 @@
 (define-property parent
   (of-object "GtkWidget")
   (prop-type "GParamObject")
-  (docs "The parent widget of this widget. Must be a Container widget")
+  (docs "The parent widget of this widget.")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -11285,7 +11258,7 @@
 (define-property window
   (of-object "GtkWidget")
   (prop-type "GParamObject")
-  (docs "The widget's window if it is realized")
+  (docs "The widget’s window if it is realized")
   (readable #t)
   (writable #f)
   (construct-only #f)
@@ -11417,6 +11390,15 @@
   (construct-only #f)
 )
 
+(define-property css-name
+  (of-object "GtkWidget")
+  (prop-type "GParamString")
+  (docs "The name of this widget in the css tree")
+  (readable #t)
+  (writable #t)
+  (construct-only #t)
+)
+
 ;; From GtkWindow
 
 (define-signal keys-changed
@@ -11539,7 +11521,7 @@
 (define-property hide-titlebar-when-maximized
   (of-object "GtkWindow")
   (prop-type "GParamBoolean")
-  (docs "If this window's titlebar should be hidden when the window is maximized")
+  (docs "If this window’s titlebar should be hidden when the window is maximized")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -11602,7 +11584,7 @@
 (define-property urgency-hint
   (of-object "GtkWindow")
   (prop-type "GParamBoolean")
-  (docs "TRUE if the window should be brought to the user's attention.")
+  (docs "TRUE if the window should be brought to the user’s attention.")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -11881,7 +11863,7 @@
 (define-child-property tab-label
   (of-object "GtkNotebook")
   (prop-type "GParamString")
-  (docs "The string displayed on the child's tab label")
+  (docs "The string displayed on the child’s tab label")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -11890,7 +11872,7 @@
 (define-child-property menu-label
   (of-object "GtkNotebook")
   (prop-type "GParamString")
-  (docs "The string displayed in the child's menu entry")
+  (docs "The string displayed in the child’s menu entry")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -11908,7 +11890,7 @@
 (define-child-property tab-expand
   (of-object "GtkNotebook")
   (prop-type "GParamBoolean")
-  (docs "Whether to expand the child's tab")
+  (docs "Whether to expand the child’s tab")
   (readable #t)
   (writable #t)
   (construct-only #f)
@@ -11917,7 +11899,7 @@
 (define-child-property tab-fill
   (of-object "GtkNotebook")
   (prop-type "GParamBoolean")
-  (docs "Whether the child's tab should fill the allocated area")
+  (docs "Whether the child’s tab should fill the allocated area")
   (readable #t)
   (writable #t)
   (construct-only #f)
diff --git a/gtk/src/gtk_signals.defs.patch b/gtk/src/gtk_signals.defs.patch
index 9148f5a..e25aa7d 100644
--- a/gtk/src/gtk_signals.defs.patch
+++ b/gtk/src/gtk_signals.defs.patch
@@ -1,5 +1,5 @@
---- ./../../gtk/src/gtk_signals.defs.orig      2016-11-05 12:10:48.138488731 +0100
-+++ ./../../gtk/src/gtk_signals.defs   2016-11-05 12:18:17.944411939 +0100
+--- ./../../gtk/src/gtk_signals.defs.orig      2017-01-10 12:34:58.213473932 +0100
++++ ./../../gtk/src/gtk_signals.defs   2017-01-10 12:36:46.526281356 +0100
 @@ -1998,21 +1998,21 @@
    (construct-only #f)
  )
@@ -69,7 +69,7 @@
    (of-object "GtkComboBox")
    (prop-type "GParamObject")
    (docs "The model for the combo box")
-@@ -2367,21 +2367,21 @@
+@@ -2340,21 +2340,21 @@
  )
  
  ;; From GtkCssProvider
@@ -92,7 +92,7 @@
    (return-type "void")
    (when "last")
  )
-@@ -2520,31 +2520,31 @@
+@@ -2511,31 +2511,31 @@
      '("const-gchar*" "p0")
    )
  )
@@ -126,7 +126,7 @@
    (readable #t)
    (writable #t)
    (construct-only #f)
-@@ -5297,21 +5297,21 @@
+@@ -5288,21 +5288,21 @@
    (of-object "GtkMenuItem")
    (return-type "void")
    (when "first")
@@ -149,19 +149,7 @@
    (parameters
      '("gint" "p0")
    )
-@@ -5873,32 +5873,32 @@
-   (construct-only #f)
- )
- 
- ;; From GtkPlacesSidebar
- 
- (define-signal populate-popup
-   (of-object "GtkPlacesSidebar")
-   (return-type "void")
-   (when "first")
-   (parameters
--    '("GtkWidget*" "p0")
-+    '("GtkMenu*" "p0")
+@@ -5875,21 +5875,21 @@
      '("GFile*" "p1")
      '("GVolume*" "p2")
    )
@@ -184,7 +172,7 @@
    (when "first")
    (parameters
      '("const-gchar*" "p0")
-@@ -5911,41 +5911,41 @@
+@@ -5902,41 +5902,41 @@
    (return-type "void")
    (when "first")
  )
@@ -230,7 +218,7 @@
    (when "first")
    (parameters
      '("GtkPlacesOpenFlags" "p0")
-@@ -6338,21 +6338,21 @@
+@@ -6329,21 +6329,21 @@
  )
  
  (define-signal status-changed
@@ -253,7 +241,7 @@
    (parameters
      '("GtkWidget*" "p0")
      '("GtkPageSetup*" "p1")
-@@ -7051,21 +7051,21 @@
+@@ -7042,21 +7042,21 @@
    (docs "Whether the child is revealed and the animation target reached")
    (readable #t)
    (writable #f)
@@ -276,7 +264,7 @@
    (of-object "GtkScale")
    (prop-type "GParamInt")
    (docs "The number of decimal places that are displayed in the value")
-@@ -8142,21 +8142,21 @@
+@@ -8133,21 +8133,21 @@
    (of-object "GtkSpinButton")
    (return-type "void")
    (when "last")
@@ -299,7 +287,7 @@
  )
  
  (define-signal wrapped
-@@ -8788,53 +8788,53 @@
+@@ -8779,53 +8779,53 @@
    (of-object "GtkTextBuffer")
    (return-type "void")
    (when "last")
@@ -358,7 +346,7 @@
  )
  
  (define-signal end-user-action
-@@ -8928,21 +8928,21 @@
+@@ -8919,21 +8919,21 @@
  
  ;; From GtkTextTag
  
@@ -381,7 +369,7 @@
    (readable #t)
    (writable #t)
    (construct-only #t)
-@@ -9997,21 +9997,21 @@
+@@ -9988,21 +9988,21 @@
    )
  )
  
@@ -404,7 +392,7 @@
    (return-type "void")
    (when "first")
  )
-@@ -10646,30 +10646,30 @@
+@@ -10637,30 +10637,30 @@
    (parameters
      '("gboolean" "p0")
    )
@@ -437,7 +425,7 @@
    (parameters
      '("gboolean" "p0")
    )
-@@ -10724,192 +10724,192 @@
+@@ -10715,192 +10715,192 @@
    (parameters
      '("GdkEvent*" "p0")
    )
@@ -650,7 +638,7 @@
    (parameters
      '("GtkSelectionData*" "p0")
      '("guint" "p1")
-@@ -10925,30 +10925,30 @@
+@@ -10916,30 +10916,30 @@
      '("guint" "p1")
      '("guint" "p2")
    )
@@ -683,7 +671,7 @@
    (parameters
      '("GdkDragContext*" "p0")
      '("guint" "p1")
-@@ -11040,30 +11040,30 @@
+@@ -11031,30 +11031,30 @@
      '("guint" "p4")
      '("guint" "p5")
    )


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