gdk3 3.1.0-x86-mingw32 → 3.1.1-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -2
  3. data/lib/gdk3/rectangle.rb +5 -3
  4. data/test/run-test.rb +2 -1
  5. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  6. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  7. data/vendor/local/bin/gtk-launch.exe +0 -0
  8. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  9. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  10. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  11. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  12. data/vendor/local/bin/gtk3-demo.exe +0 -0
  13. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  14. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  15. data/vendor/local/bin/libepoxy-0.dll +0 -0
  16. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  17. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  18. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  19. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  20. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +1 -1
  21. data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +2 -2
  22. data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +1 -1
  23. data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +5 -0
  24. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +3 -3
  25. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  26. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  27. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  28. data/vendor/local/lib/libepoxy.dll.a +0 -0
  29. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  30. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  31. data/vendor/local/lib/libgdk-3.la +1 -1
  32. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  33. data/vendor/local/lib/libgtk-3.la +1 -1
  34. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  35. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  36. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
  37. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
  38. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
  39. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
  40. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +12 -3
  41. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +51 -18
  42. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
  43. data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +8 -0
  44. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +6 -0
  45. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +1 -1
  46. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +2 -0
  47. data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +2 -2
  48. data/vendor/local/share/gtk-doc/html/gdk3/index.html +1 -1
  49. data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +1 -2
  50. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +2 -6
  51. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +13 -9
  52. data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +54 -0
  53. data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +1 -1
  54. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +40 -0
  55. data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +1 -1
  56. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +1 -1
  57. data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +1 -1
  58. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +1 -1
  59. data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +1 -1
  60. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +1 -1
  61. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +8 -1
  62. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +2 -2
  63. data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +1 -1
  64. data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +27 -16
  65. data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-22.html +4 -0
  66. data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +4 -0
  67. data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +8 -0
  68. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +3 -3
  69. data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +17 -2
  70. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +5 -5
  71. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +3 -3
  72. data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +2 -0
  73. data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +1 -1
  74. data/vendor/local/share/gtk-doc/html/gtk3/index.html +2 -2
  75. data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
  76. data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
  77. data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
  78. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
  79. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
  80. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
  81. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  82. data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
  83. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
  84. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  85. data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
  86. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
  87. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  88. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
  89. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
  90. data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
  91. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
  92. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  93. data/vendor/local/share/man/man1/gtk-builder-tool.1 +12 -2
  94. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  95. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  96. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  97. data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
  98. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  99. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  100. data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
  101. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
  102. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  103. metadata +14 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 64a9ed5757d53521623c913a122cbc409ed903e0
4
- data.tar.gz: af9484c244655829074feba642fbe49add6e2e07
3
+ metadata.gz: 8ae1145fe44c6d63aaaeddb04491ba10d5d69674
4
+ data.tar.gz: fe797328c7dc9e7f7b9a790eb9645f663fd03ec1
5
5
  SHA512:
6
- metadata.gz: 748f5d6198b2aa65be855321a7a08def6401678159707789c120359810cf4f8119768c13451025853b2c886a8071c84026882cc47d76fc2b9d3432e67058b33f
7
- data.tar.gz: 7af559d0c02a0efe1d070a70845e810a6efe6b88f548a4f986500823fe463e2146f7739cb80d25489ea02c81aecbdb803b63fb6b2d1133fe09d39f714d96ee26
6
+ metadata.gz: d80f6cf93c120db9bfcb73d3042f06b2830114d444ae0f17ba70cc537ad087967eea03ba3ba1b29e75470e6023b26615599f97251dbf07bc289ac781cb4b1144
7
+ data.tar.gz: b4ef3d76ebf343b36ce9fda72db6d542e05e0b62487b8f4ba35d0c1bdf5e23549c78c26ac8b231f6bc4f05ee6d1842d44dbb48f7443aba67359f14569c0d3ab9
data/Rakefile CHANGED
@@ -59,7 +59,7 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
59
59
  :name => "gtk+",
60
60
  :download_site => :gnome,
61
61
  :label => "GTK+",
62
- :version => "3.22.3",
62
+ :version => "3.22.7",
63
63
  :compression_method => "xz",
64
64
  :windows => {
65
65
  :configure_args => [
@@ -67,7 +67,6 @@ package_task = GNOME2::Rake::PackageTask.new do |package|
67
67
  "--with-included-immodules",
68
68
  ],
69
69
  :patches => [
70
- "gtk+-3.22.3-add-missing-win32-winnt.diff",
71
70
  ],
72
71
  :need_autoreconf => true,
73
72
  :build_concurrently => false,
@@ -46,9 +46,11 @@ module Gdk
46
46
  [x, y, width, height]
47
47
  end
48
48
 
49
- def ==(other)
50
- other.is_a?(self.class) and
51
- self.to_a == other.to_a
49
+ unless instance_method(:==).owner == self
50
+ def ==(other)
51
+ other.is_a?(self.class) and
52
+ self.to_a == other.to_a
53
+ end
52
54
  end
53
55
  end
54
56
  end
@@ -35,7 +35,8 @@ gdk3_base = File.join(ruby_gnome2_base, "gdk3")
35
35
  [gdk_pixbuf_base, "gdk_pixbuf2"],
36
36
  [gobject_introspection_base, "gobject-introspection"]
37
37
  ].each do |target, module_name|
38
- if system("which make > /dev/null")
38
+ if File.exist?(File.join(target, "Makefile")) and
39
+ system("which make > /dev/null")
39
40
  `make -C #{target.dump} > /dev/null` or exit(false)
40
41
  end
41
42
  $LOAD_PATH.unshift(File.join(target, "ext", module_name))
@@ -26,7 +26,7 @@
26
26
 
27
27
  #define GDK_MAJOR_VERSION (3)
28
28
  #define GDK_MINOR_VERSION (22)
29
- #define GDK_MICRO_VERSION (3)
29
+ #define GDK_MICRO_VERSION (7)
30
30
 
31
31
  #ifndef _GDK_EXTERN
32
32
  #define _GDK_EXTERN extern
@@ -1054,9 +1054,9 @@ void gdk_window_freeze_toplevel_updates_libgtk_only (GdkWindow *window);
1054
1054
  GDK_DEPRECATED_IN_3_16
1055
1055
  void gdk_window_thaw_toplevel_updates_libgtk_only (GdkWindow *window);
1056
1056
 
1057
- GDK_AVAILABLE_IN_ALL
1057
+ GDK_DEPRECATED_IN_3_22
1058
1058
  void gdk_window_process_all_updates (void);
1059
- GDK_AVAILABLE_IN_ALL
1059
+ GDK_DEPRECATED_IN_3_22
1060
1060
  void gdk_window_process_updates (GdkWindow *window,
1061
1061
  gboolean update_children);
1062
1062
 
@@ -63,7 +63,7 @@ struct _GtkComboBoxClass
63
63
  /* signals */
64
64
  void (* changed) (GtkComboBox *combo_box);
65
65
  gchar *(* format_entry_text) (GtkComboBox *combo_box,
66
- const gchar *path);
66
+ const gchar *path);
67
67
 
68
68
  /*< private >*/
69
69
 
@@ -181,6 +181,11 @@ GDK_AVAILABLE_IN_3_12
181
181
  GtkFlowBoxChild *gtk_flow_box_get_child_at_index (GtkFlowBox *box,
182
182
  gint idx);
183
183
 
184
+ GDK_AVAILABLE_IN_3_22
185
+ GtkFlowBoxChild *gtk_flow_box_get_child_at_pos (GtkFlowBox *box,
186
+ gint x,
187
+ gint y);
188
+
184
189
  typedef void (* GtkFlowBoxForeachFunc) (GtkFlowBox *box,
185
190
  GtkFlowBoxChild *child,
186
191
  gpointer user_data);
@@ -64,7 +64,7 @@
64
64
  * application compile time, rather than from the library linked
65
65
  * against at application run time.
66
66
  */
67
- #define GTK_MICRO_VERSION (3)
67
+ #define GTK_MICRO_VERSION (7)
68
68
 
69
69
  /**
70
70
  * GTK_BINARY_AGE:
@@ -73,7 +73,7 @@
73
73
  * application compile time, rather than from the library linked
74
74
  * against at application run time.
75
75
  */
76
- #define GTK_BINARY_AGE (2203)
76
+ #define GTK_BINARY_AGE (2207)
77
77
 
78
78
  /**
79
79
  * GTK_INTERFACE_AGE:
@@ -82,7 +82,7 @@
82
82
  * application compile time, rather than from the library linked
83
83
  * against at application run time.
84
84
  */
85
- #define GTK_INTERFACE_AGE (3)
85
+ #define GTK_INTERFACE_AGE (7)
86
86
 
87
87
  /**
88
88
  * GTK_CHECK_VERSION:
@@ -1,6 +1,6 @@
1
1
  # GTK+ Input Method Modules file
2
2
  # Automatically generated file, do not edit
3
- # Created by Z:/home/vagrant/ruby-gnome2.win32/gdk3/tmp/windows/gtk+/gtk+-3.22.3/gtk/.libs/gtk-query-immodules-3.0.exe from gtk+-3.22.3
3
+ # Created by Z:/home/vagrant/ruby-gnome2.win32/gdk3/tmp/windows/gtk+/gtk+-3.22.7/gtk/.libs/gtk-query-immodules-3.0.exe from gtk+-3.22.7
4
4
  #
5
5
  # ModulesPath = /home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/gtk-3.0/3.0.0/i686-w64-mingw32/immodules;/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/gtk-3.0/3.0.0/immodules;/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/gtk-3.0/i686-w64-mingw32/immodules;/home/vagrant/ruby-gnome2.win32/gdk3/vendor/local/lib/gtk-3.0/immodules
6
6
  #
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libgdk-3.
26
26
  current=2200
27
27
  age=2200
28
- revision=3
28
+ revision=7
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
@@ -25,7 +25,7 @@ weak_library_names=''
25
25
  # Version information for libgtk-3.
26
26
  current=2200
27
27
  age=2200
28
- revision=3
28
+ revision=7
29
29
 
30
30
  # Is this an already installed library?
31
31
  installed=yes
@@ -5,7 +5,7 @@ includedir=${prefix}/include
5
5
 
6
6
  Name: Gail
7
7
  Description: GNOME Accessibility Implementation Library
8
- Version: 3.22.3
8
+ Version: 3.22.7
9
9
  Requires: atk gtk+-3.0
10
10
  Libs: -L${libdir} -lgailutil-3
11
11
  Cflags: -I${includedir}/gail-3.0
@@ -6,7 +6,7 @@ targets=win32
6
6
 
7
7
  Name: GDK
8
8
  Description: GTK+ Drawing Kit
9
- Version: 3.22.3
9
+ Version: 3.22.7
10
10
  Requires: pangowin32 pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.14.0 cairo-gobject >= 1.14.0
11
11
  Requires.private: gio-2.0 >= 2.49.4 cairo-win32 epoxy >= 1.0
12
12
  Libs: -L${libdir} -lgdk-3 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lwinmm -ldwmapi -lsetupapi -lcfgmgr32
@@ -6,7 +6,7 @@ targets=win32
6
6
 
7
7
  Name: GDK
8
8
  Description: GTK+ Drawing Kit
9
- Version: 3.22.3
9
+ Version: 3.22.7
10
10
  Requires: pangowin32 pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.14.0 cairo-gobject >= 1.14.0
11
11
  Requires.private: gio-2.0 >= 2.49.4 cairo-win32 epoxy >= 1.0
12
12
  Libs: -L${libdir} -lgdk-3 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lwinmm -ldwmapi -lsetupapi -lcfgmgr32
@@ -9,7 +9,7 @@ gtk_host=i686-w64-mingw32
9
9
 
10
10
  Name: GTK+
11
11
  Description: GTK+ Graphical UI Library
12
- Version: 3.22.3
12
+ Version: 3.22.7
13
13
  Requires: gdk-3.0 atk >= 2.15.1 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0 gio-2.0 >= 2.49.4
14
14
  Requires.private: atk epoxy >= 1.0
15
15
  Libs: -L${libdir} -lgtk-3
@@ -9,7 +9,7 @@ gtk_host=i686-w64-mingw32
9
9
 
10
10
  Name: GTK+
11
11
  Description: GTK+ Graphical UI Library
12
- Version: 3.22.3
12
+ Version: 3.22.7
13
13
  Requires: gdk-3.0 atk >= 2.15.1 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0 gio-2.0 >= 2.49.4
14
14
  Requires.private: atk epoxy >= 1.0
15
15
  Libs: -L${libdir} -lgtk-3
@@ -21313,7 +21313,9 @@ set of geometry hints (such as minimum and maximum size).</doc>
21313
21313
  </parameters>
21314
21314
  </function>
21315
21315
  <function name="process_all_updates"
21316
- c:identifier="gdk_window_process_all_updates">
21316
+ c:identifier="gdk_window_process_all_updates"
21317
+ deprecated="1"
21318
+ deprecated-version="3.22">
21317
21319
  <doc xml:space="preserve">Calls gdk_window_process_updates() for all windows (see #GdkWindow)
21318
21320
  in the application.</doc>
21319
21321
  <return-value transfer-ownership="none">
@@ -21934,7 +21936,11 @@ use:
21934
21936
  format,
21935
21937
  width, height,
21936
21938
  scale);
21937
- ]|</doc>
21939
+ ]|
21940
+
21941
+ Note that unlike cairo_surface_create_similar_image(), the new
21942
+ surface's device scale is set to @scale, or to the scale factor of
21943
+ @window if @scale is 0.</doc>
21938
21944
  <return-value transfer-ownership="full">
21939
21945
  <doc xml:space="preserve">a pointer to the newly allocated surface. The caller
21940
21946
  owns the surface and should call cairo_surface_destroy() when done
@@ -23836,7 +23842,10 @@ children, so the list does not need to be freed.</doc>
23836
23842
  </instance-parameter>
23837
23843
  </parameters>
23838
23844
  </method>
23839
- <method name="process_updates" c:identifier="gdk_window_process_updates">
23845
+ <method name="process_updates"
23846
+ c:identifier="gdk_window_process_updates"
23847
+ deprecated="1"
23848
+ deprecated-version="3.22">
23840
23849
  <doc xml:space="preserve">Sends one or more expose events to @window. The areas in each
23841
23850
  expose event will cover the entire update area for the window (see
23842
23851
  gdk_window_invalidate_region() for details). Normally GDK calls
@@ -45,7 +45,7 @@ when a user clicks one. The behaviour can be overridden with the
45
45
  #GtkAboutDialog::activate-link signal.
46
46
 
47
47
  To specify a person with an email address, use a string like
48
- "Edgar Allan Poe &lt;edgar@poe.com&gt;". To specify a website with a title,
48
+ "Edgar Allan Poe &lt;edgar\@poe.com&gt;". To specify a website with a title,
49
49
  use a string like "GTK+ team http://www.gtk.org".
50
50
 
51
51
  To make constructing a GtkAboutDialog as convenient as possible, you can
@@ -10169,7 +10169,7 @@ container that has been allocated.</doc>
10169
10169
  <doc xml:space="preserve">the widget should fill the space allocated to it.</doc>
10170
10170
  </member>
10171
10171
  </bitfield>
10172
- <constant name="BINARY_AGE" value="2203" c:type="GTK_BINARY_AGE">
10172
+ <constant name="BINARY_AGE" value="2207" c:type="GTK_BINARY_AGE">
10173
10173
  <doc xml:space="preserve">Like gtk_get_binary_age(), but from the headers used at
10174
10174
  application compile time, rather than from the library linked
10175
10175
  against at application run time.</doc>
@@ -28954,7 +28954,7 @@ format_entry_text_callback (GtkComboBox *combo,
28954
28954
  GtkTreeIter iter;
28955
28955
  GtkTreeModel model;
28956
28956
  gdouble value;
28957
-
28957
+
28958
28958
  model = gtk_combo_box_get_model (combo);
28959
28959
 
28960
28960
  gtk_tree_model_get_iter_from_string (model, &amp;iter, path);
@@ -34944,10 +34944,9 @@ See gtk_text_view_reset_im_context() for an example of use.</doc>
34944
34944
  </method>
34945
34945
  <method name="layout_index_to_text_index"
34946
34946
  c:identifier="gtk_entry_layout_index_to_text_index">
34947
- <doc xml:space="preserve">Converts from a position in the entry contents (returned
34948
- by gtk_entry_get_text()) to a position in the
34949
- entry’s #PangoLayout (returned by gtk_entry_get_layout(),
34950
- with text retrieved via pango_layout_get_text()).</doc>
34947
+ <doc xml:space="preserve">Converts from a position in the entry’s #PangoLayout (returned by
34948
+ gtk_entry_get_layout()) to a position in the entry contents
34949
+ (returned by gtk_entry_get_text()).</doc>
34951
34950
  <return-value transfer-ownership="none">
34952
34951
  <doc xml:space="preserve">byte index into the entry contents</doc>
34953
34952
  <type name="gint" c:type="gint"/>
@@ -35729,9 +35728,10 @@ size reverts to the default entry size.</doc>
35729
35728
  </method>
35730
35729
  <method name="text_index_to_layout_index"
35731
35730
  c:identifier="gtk_entry_text_index_to_layout_index">
35732
- <doc xml:space="preserve">Converts from a position in the entry’s #PangoLayout (returned by
35733
- gtk_entry_get_layout()) to a position in the entry contents
35734
- (returned by gtk_entry_get_text()).</doc>
35731
+ <doc xml:space="preserve">Converts from a position in the entry contents (returned
35732
+ by gtk_entry_get_text()) to a position in the
35733
+ entry’s #PangoLayout (returned by gtk_entry_get_layout(),
35734
+ with text retrieved via pango_layout_get_text()).</doc>
35735
35735
  <return-value transfer-ownership="none">
35736
35736
  <doc xml:space="preserve">byte index into the entry layout text</doc>
35737
35737
  <type name="gint" c:type="gint"/>
@@ -35774,7 +35774,10 @@ default invisible char is used again.</doc>
35774
35774
  transfer-ownership="none">
35775
35775
  <doc xml:space="preserve">A list of Pango attributes to apply to the text of the entry.
35776
35776
 
35777
- This is mainly useful to change the size or weight of the text.</doc>
35777
+ This is mainly useful to change the size or weight of the text.
35778
+
35779
+ The #PangoAttribute's @start_index and @end_index must refer to the
35780
+ #GtkEntryBuffer text, i.e. without the preedit string.</doc>
35778
35781
  <type name="Pango.AttrList"/>
35779
35782
  </property>
35780
35783
  <property name="buffer"
@@ -36337,7 +36340,7 @@ type of @widget.</doc>
36337
36340
  <type name="none" c:type="void"/>
36338
36341
  </return-value>
36339
36342
  <parameters>
36340
- <parameter name="popup" transfer-ownership="none">
36343
+ <parameter name="widget" transfer-ownership="none">
36341
36344
  <doc xml:space="preserve">the container that is being populated</doc>
36342
36345
  <type name="Widget"/>
36343
36346
  </parameter>
@@ -42881,6 +42884,31 @@ should be implemented by the model.</doc>
42881
42884
  </parameter>
42882
42885
  </parameters>
42883
42886
  </method>
42887
+ <method name="get_child_at_pos"
42888
+ c:identifier="gtk_flow_box_get_child_at_pos"
42889
+ version="3.22.6">
42890
+ <doc xml:space="preserve">Gets the child in the (@x, @y) position.</doc>
42891
+ <return-value transfer-ownership="none" nullable="1">
42892
+ <doc xml:space="preserve">the child widget, which will
42893
+ always be a #GtkFlowBoxChild or %NULL in case no child widget
42894
+ exists for the given x and y coordinates.</doc>
42895
+ <type name="FlowBoxChild" c:type="GtkFlowBoxChild*"/>
42896
+ </return-value>
42897
+ <parameters>
42898
+ <instance-parameter name="box" transfer-ownership="none">
42899
+ <doc xml:space="preserve">a #GtkFlowBox</doc>
42900
+ <type name="FlowBox" c:type="GtkFlowBox*"/>
42901
+ </instance-parameter>
42902
+ <parameter name="x" transfer-ownership="none">
42903
+ <doc xml:space="preserve">the x coordinate of the child</doc>
42904
+ <type name="gint" c:type="gint"/>
42905
+ </parameter>
42906
+ <parameter name="y" transfer-ownership="none">
42907
+ <doc xml:space="preserve">the y coordinate of the child</doc>
42908
+ <type name="gint" c:type="gint"/>
42909
+ </parameter>
42910
+ </parameters>
42911
+ </method>
42884
42912
  <method name="get_column_spacing"
42885
42913
  c:identifier="gtk_flow_box_get_column_spacing"
42886
42914
  version="3.12">
@@ -51913,7 +51941,7 @@ replaced by the slave corresponding to the new context id.</doc>
51913
51941
  signal in case of conversion failure.</doc>
51914
51942
  <type name="gint" c:type="gint"/>
51915
51943
  </constant>
51916
- <constant name="INTERFACE_AGE" value="3" c:type="GTK_INTERFACE_AGE">
51944
+ <constant name="INTERFACE_AGE" value="7" c:type="GTK_INTERFACE_AGE">
51917
51945
  <doc xml:space="preserve">Like gtk_get_interface_age(), but from the headers used at
51918
51946
  application compile time, rather than from the library linked
51919
51947
  against at application run time.</doc>
@@ -64759,7 +64787,7 @@ against at application run time.</doc>
64759
64787
  <doc xml:space="preserve">The maximum length of sequences in compose tables.</doc>
64760
64788
  <type name="gint" c:type="gint"/>
64761
64789
  </constant>
64762
- <constant name="MICRO_VERSION" value="3" c:type="GTK_MICRO_VERSION">
64790
+ <constant name="MICRO_VERSION" value="7" c:type="GTK_MICRO_VERSION">
64763
64791
  <doc xml:space="preserve">Like gtk_get_micro_version(), but from the headers used at
64764
64792
  application compile time, rather than from the library linked
64765
64793
  against at application run time.</doc>
@@ -65110,15 +65138,20 @@ See gtk_menu_set_tearoff_state().</doc>
65110
65138
  </instance-parameter>
65111
65139
  </parameters>
65112
65140
  </method>
65113
- <method name="place_on_monitor" c:identifier="gtk_menu_place_on_monitor">
65141
+ <method name="place_on_monitor"
65142
+ c:identifier="gtk_menu_place_on_monitor"
65143
+ version="3.22">
65144
+ <doc xml:space="preserve">Places @menu on the given monitor.</doc>
65114
65145
  <return-value transfer-ownership="none">
65115
65146
  <type name="none" c:type="void"/>
65116
65147
  </return-value>
65117
65148
  <parameters>
65118
65149
  <instance-parameter name="menu" transfer-ownership="none">
65150
+ <doc xml:space="preserve">a #GtkMenu</doc>
65119
65151
  <type name="Menu" c:type="GtkMenu*"/>
65120
65152
  </instance-parameter>
65121
65153
  <parameter name="monitor" transfer-ownership="none">
65154
+ <doc xml:space="preserve">the monitor to place the menu on</doc>
65122
65155
  <type name="Gdk.Monitor" c:type="GdkMonitor*"/>
65123
65156
  </parameter>
65124
65157
  </parameters>
@@ -80820,7 +80853,7 @@ step size used in activity mode can be set.
80820
80853
 
80821
80854
  |[&lt;!-- language="plain" --&gt;
80822
80855
  progressbar[.osd]
80823
- ╰── trough
80856
+ ╰── trough[.empty][.full]
80824
80857
  ├── [text]
80825
80858
  ╰── progress[.pulse]
80826
80859
  ]|
@@ -87895,7 +87928,7 @@ The GtkRevealer widget was added in GTK+ 3.10.</doc>
87895
87928
  <method name="get_child_revealed"
87896
87929
  c:identifier="gtk_revealer_get_child_revealed"
87897
87930
  version="3.10">
87898
- <doc xml:space="preserve">Returns whether the child is fully revealed, ie wether
87931
+ <doc xml:space="preserve">Returns whether the child is fully revealed, in other words whether
87899
87932
  the transition to the revealed state is completed.</doc>
87900
87933
  <return-value transfer-ownership="none">
87901
87934
  <doc xml:space="preserve">%TRUE if the child is fully revealed</doc>
@@ -91923,7 +91956,7 @@ vertical scrollbar to the child widget’s vertical scroll functionality.</doc>
91923
91956
  <method name="set_capture_button_press"
91924
91957
  c:identifier="gtk_scrolled_window_set_capture_button_press"
91925
91958
  version="3.4">
91926
- <doc xml:space="preserve">Changes the behaviour of @scrolled_window wrt. to the initial
91959
+ <doc xml:space="preserve">Changes the behaviour of @scrolled_window with regard to the initial
91927
91960
  event that possibly starts kinetic scrolling. When @capture_button_press
91928
91961
  is set to %TRUE, the event is captured by the scrolled window, and
91929
91962
  then later replayed if it is meant to go to the child widget.