gdk3 3.2.5-x64-mingw32 → 3.2.6-x64-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 (175) hide show
  1. checksums.yaml +4 -4
  2. data/COPYING.LIB +502 -0
  3. data/README.md +25 -0
  4. data/Rakefile +6 -6
  5. data/gdk3.gemspec +41 -0
  6. data/lib/gdk3/cursor.rb +13 -0
  7. data/lib/gdk3/loader.rb +23 -5
  8. data/test/test-gdk-cursor.rb +17 -1
  9. data/vendor/local/bin/gtk-builder-tool.exe +0 -0
  10. data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
  11. data/vendor/local/bin/gtk-launch.exe +0 -0
  12. data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
  13. data/vendor/local/bin/gtk-query-settings.exe +0 -0
  14. data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
  15. data/vendor/local/bin/gtk3-demo-application.exe +0 -0
  16. data/vendor/local/bin/gtk3-demo.exe +0 -0
  17. data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
  18. data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
  19. data/vendor/local/bin/libepoxy-0.dll +0 -0
  20. data/vendor/local/bin/libgailutil-3-0.dll +0 -0
  21. data/vendor/local/bin/libgdk-3-0.dll +0 -0
  22. data/vendor/local/bin/libgtk-3-0.dll +0 -0
  23. data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
  24. data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +1 -1
  25. data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +1 -1
  26. data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +3 -3
  27. data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
  28. data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
  29. data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
  30. data/vendor/local/lib/libepoxy.dll.a +0 -0
  31. data/vendor/local/lib/libgailutil-3.dll.a +0 -0
  32. data/vendor/local/lib/libgailutil-3.la +1 -1
  33. data/vendor/local/lib/libgdk-3.dll.a +0 -0
  34. data/vendor/local/lib/libgdk-3.la +2 -2
  35. data/vendor/local/lib/libgtk-3.dll.a +0 -0
  36. data/vendor/local/lib/libgtk-3.la +2 -2
  37. data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
  38. data/vendor/local/lib/libgtkreftestprivate.la +1 -1
  39. data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
  40. data/vendor/local/lib/pkgconfig/gdk-3.0.pc +1 -1
  41. data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +1 -1
  42. data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +1 -1
  43. data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +1 -1
  44. data/vendor/local/share/aclocal/gtk-3.0.m4 +6 -13
  45. data/vendor/local/share/gir-1.0/Gdk-3.0.gir +14 -6
  46. data/vendor/local/share/gir-1.0/Gtk-3.0.gir +11 -11
  47. data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +1 -1
  48. data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +6 -6
  49. data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +1 -1
  50. data/vendor/local/share/gtk-doc/html/gdk3/index.html +1 -1
  51. data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +3 -3
  52. data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +2 -2
  53. data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +2 -2
  54. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +22 -22
  55. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +3 -3
  56. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +19 -19
  57. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +3 -3
  58. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +12 -12
  59. data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +8 -8
  60. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +16 -16
  61. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +9 -9
  62. data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +27 -27
  63. data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +3 -3
  64. data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +1 -1
  65. data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +2 -2
  66. data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +2 -2
  67. data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +6 -6
  68. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +2 -2
  69. data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +4 -4
  70. data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +22 -23
  71. data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +48 -48
  72. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +2 -2
  73. data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +4 -4
  74. data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +4 -4
  75. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +30 -30
  76. data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +6 -6
  77. data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +1 -1
  78. data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +1 -1
  79. data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +11 -11
  80. data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +4 -4
  81. data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +1 -1
  82. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +31 -31
  83. data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +1 -1
  84. data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +1 -1
  85. data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +1 -1
  86. data/vendor/local/share/gtk-doc/html/gtk3/GtkPadController.html +8 -8
  87. data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +3 -3
  88. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +5 -5
  89. data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +9 -9
  90. data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +4 -4
  91. data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +1 -1
  92. data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +1 -1
  93. data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +4 -4
  94. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +5 -5
  95. data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +4 -4
  96. data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +10 -10
  97. data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +3 -3
  98. data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +18 -18
  99. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +28 -28
  100. data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +40 -40
  101. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +29 -29
  102. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +30 -30
  103. data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +15 -15
  104. data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +8 -8
  105. data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +3 -3
  106. data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +4 -4
  107. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +13 -13
  108. data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +1 -1
  109. data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +6 -6
  110. data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +275 -275
  111. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +53 -53
  112. data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +2 -2
  113. data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +7 -1
  114. data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +13 -13
  115. data/vendor/local/share/gtk-doc/html/gtk3/ch26s02.html +35 -35
  116. data/vendor/local/share/gtk-doc/html/gtk3/ch32s05.html +2 -2
  117. data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +1 -1
  118. data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +37 -37
  119. data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +2 -2
  120. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +13 -13
  121. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +2 -2
  122. data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +1 -1
  123. data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +9 -9
  124. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +4 -4
  125. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +12 -12
  126. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +33 -33
  127. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +40 -40
  128. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +3 -3
  129. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +9 -9
  130. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +24 -24
  131. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +4 -4
  132. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +34 -34
  133. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +9 -9
  134. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +36 -36
  135. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +1 -1
  136. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +4 -4
  137. data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +3 -3
  138. data/vendor/local/share/gtk-doc/html/gtk3/index.html +1 -1
  139. data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
  140. data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
  141. data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
  142. data/vendor/local/share/locale/hr/LC_MESSAGES/gtk30-properties.mo +0 -0
  143. data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
  144. data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
  145. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
  146. data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
  147. data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
  148. data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
  149. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
  150. data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30.mo +0 -0
  151. data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
  152. data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
  153. data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
  154. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
  155. data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
  156. data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30-properties.mo +0 -0
  157. data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
  158. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
  159. data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
  160. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30-properties.mo +0 -0
  161. data/vendor/local/share/locale/zh_CN/LC_MESSAGES/gtk30.mo +0 -0
  162. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
  163. data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
  164. data/vendor/local/share/man/man1/broadwayd.1 +1 -1
  165. data/vendor/local/share/man/man1/gtk-builder-tool.1 +1 -1
  166. data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
  167. data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
  168. data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
  169. data/vendor/local/share/man/man1/gtk-query-settings.1 +1 -1
  170. data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
  171. data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
  172. data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
  173. data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
  174. data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
  175. metadata +7 -60
@@ -882,7 +882,7 @@ no longer needed</p></td>
882
882
  <td class="struct_member_annotations"> </td>
883
883
  </tr>
884
884
  <tr>
885
- <td class="struct_member_name"><p><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> <em class="structfield"><code><a name="GtkStockItem.modifier"></a>modifier</code></em>;</p></td>
885
+ <td class="struct_member_name"><p><span class="type">GdkModifierType</span> <em class="structfield"><code><a name="GtkStockItem.modifier"></a>modifier</code></em>;</p></td>
886
886
  <td class="struct_member_description"><p>Modifier type for keyboard accelerator</p></td>
887
887
  <td class="struct_member_annotations"> </td>
888
888
  </tr>
@@ -773,7 +773,7 @@ GtkEditable (entry and text widgets) or GtkTextView.</p>
773
773
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
774
774
  gtk_test_widget_click (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
775
775
  <em class="parameter"><code><span class="type">guint</span> button</code></em>,
776
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);</pre>
776
+ <em class="parameter"><code><span class="type">GdkModifierType</span> modifiers</code></em>);</pre>
777
777
  <div class="warning">
778
778
  <p><code class="literal">gtk_test_widget_click</code> has been deprecated since version 3.20 and should not be used in newly-written code.</p>
779
779
  <p>This testing infrastructure is phased out in favor of reftests.</p>
@@ -788,7 +788,7 @@ For windowless widgets like <a class="link" href="GtkButton.html" title="GtkButt
788
788
  input-only event window. For other widgets, this is usually widget-&gt;window.
789
789
  Certain caveats should be considered when using this function, in
790
790
  particular because the mouse pointer is warped to the button click
791
- location, see <a href="../html/gdk3-Testing.html#gdk-test-simulate-button"><code class="function">gdk_test_simulate_button()</code></a> for details.</p>
791
+ location, see <code class="function">gdk_test_simulate_button()</code> for details.</p>
792
792
  <div class="refsect3">
793
793
  <a name="gtk-test-widget-click.parameters"></a><h4>Parameters</h4>
794
794
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -828,7 +828,7 @@ location, see <a href="../html/gdk3-Testing.html#gdk-test-simulate-button"><code
828
828
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
829
829
  gtk_test_widget_send_key (<em class="parameter"><code><a class="link" href="GtkWidget.html" title="GtkWidget"><span class="type">GtkWidget</span></a> *widget</code></em>,
830
830
  <em class="parameter"><code><span class="type">guint</span> keyval</code></em>,
831
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkModifierType"><span class="type">GdkModifierType</span></a> modifiers</code></em>);</pre>
831
+ <em class="parameter"><code><span class="type">GdkModifierType</span> modifiers</code></em>);</pre>
832
832
  <p>This function will generate keyboard press and release events in
833
833
  the middle of the first GdkWindow found that belongs to <em class="parameter"><code>widget</code></em>
834
834
  .
@@ -837,7 +837,7 @@ For windowless widgets like <a class="link" href="GtkButton.html" title="GtkButt
837
837
  input-only event window. For other widgets, this is usually widget-&gt;window.
838
838
  Certain caveats should be considered when using this function, in
839
839
  particular because the mouse pointer is warped to the key press
840
- location, see <a href="../html/gdk3-Testing.html#gdk-test-simulate-key"><code class="function">gdk_test_simulate_key()</code></a> for details.</p>
840
+ location, see <code class="function">gdk_test_simulate_key()</code> for details.</p>
841
841
  <div class="refsect3">
842
842
  <a name="gtk-test-widget-send-key.parameters"></a><h4>Parameters</h4>
843
843
  <div class="informaltable"><table class="informaltable" width="100%" border="0">
@@ -1048,7 +1048,7 @@ means render at the size of the source and don’t scale. </p></td>
1048
1048
  <td class="parameter_name"><p>widget</p></td>
1049
1049
  <td class="parameter_description"><p>widget that will display the icon, or <code class="literal">NULL</code>.
1050
1050
  The only use that is typically made of this
1051
- is to determine the appropriate <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>. </p></td>
1051
+ is to determine the appropriate <span class="type">GdkScreen</span>. </p></td>
1052
1052
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1053
1053
  </tr>
1054
1054
  <tr>
@@ -1127,7 +1127,7 @@ gtk_icon_set_render_icon_surface (<em class="parameter"><code><a class="link" hr
1127
1127
  <em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
1128
1128
  <em class="parameter"><code><a class="link" href="gtk3-Themeable-Stock-Images.html#GtkIconSize" title="enum GtkIconSize"><span class="type">GtkIconSize</span></a> size</code></em>,
1129
1129
  <em class="parameter"><code><span class="type">int</span> scale</code></em>,
1130
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *for_window</code></em>);</pre>
1130
+ <em class="parameter"><code><span class="type">GdkWindow</span> *for_window</code></em>);</pre>
1131
1131
  <div class="warning">
1132
1132
  <p><code class="literal">gtk_icon_set_render_icon_surface</code> has been deprecated since version 3.10 and should not be used in newly-written code.</p>
1133
1133
  <p>Use <a class="link" href="GtkIconTheme.html" title="GtkIconTheme"><span class="type">GtkIconTheme</span></a> instead.</p>
@@ -1169,7 +1169,7 @@ means render at the size of the source and don’t scale. </p></td>
1169
1169
  </tr>
1170
1170
  <tr>
1171
1171
  <td class="parameter_name"><p>for_window</p></td>
1172
- <td class="parameter_description"><p><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> to optimize drawing for, or <code class="literal">NULL</code>. </p></td>
1172
+ <td class="parameter_description"><p><span class="type">GdkWindow</span> to optimize drawing for, or <code class="literal">NULL</code>. </p></td>
1173
1173
  <td class="parameter_annotations"><span class="annotation">[<acronym title="NULL is OK, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span></td>
1174
1174
  </tr>
1175
1175
  </tbody>
@@ -15,7 +15,7 @@
15
15
  <div>
16
16
  <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GTK+ 3 Reference Manual</p></th></tr></table></div>
17
17
  <div><p class="releaseinfo">
18
- This document is for the GTK+ 3 library, version 3.22.29
18
+ This document is for the GTK+ 3 library, version 3.22.30
19
19
  .
20
20
  The latest versions can be found online at
21
21
  <a class="ulink" href="https://developer.gnome.org/gtk3/" target="_top">https://developer.gnome.org/gtk3/</a>.
@@ -2,7 +2,7 @@
2
2
  .\" Title: broadwayd
3
3
  .\" Author: Alexander Larsson
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-builder-tool
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-encode-symbolic-svg
3
3
  .\" Author: Alexander Larsson
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-launch
3
3
  .\" Author: Tomáš Bžatek <tbzatek@redhat.com>
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-query-immodules-3.0
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-query-settings
3
3
  .\" Author: Timm Bäder
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk-update-icon-cache
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk3-demo-application
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk3-demo
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk3-icon-browser
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
@@ -2,7 +2,7 @@
2
2
  .\" Title: gtk3-widget-factory
3
3
  .\" Author: Matthias Clasen
4
4
  .\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
5
- .\" Date: 03/12/2018
5
+ .\" Date: 04/16/2018
6
6
  .\" Manual: User Commands
7
7
  .\" Source: GTK+
8
8
  .\" Language: English
metadata CHANGED
@@ -1,79 +1,26 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gdk3
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.5
4
+ version: 3.2.6
5
5
  platform: x64-mingw32
6
6
  authors:
7
7
  - The Ruby-GNOME2 Project Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-02 00:00:00.000000000 Z
12
- dependencies:
13
- - !ruby/object:Gem::Dependency
14
- name: pango
15
- requirement: !ruby/object:Gem::Requirement
16
- requirements:
17
- - - '='
18
- - !ruby/object:Gem::Version
19
- version: 3.2.5
20
- type: :runtime
21
- prerelease: false
22
- version_requirements: !ruby/object:Gem::Requirement
23
- requirements:
24
- - - '='
25
- - !ruby/object:Gem::Version
26
- version: 3.2.5
27
- - !ruby/object:Gem::Dependency
28
- name: gdk_pixbuf2
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - '='
32
- - !ruby/object:Gem::Version
33
- version: 3.2.5
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - '='
39
- - !ruby/object:Gem::Version
40
- version: 3.2.5
41
- - !ruby/object:Gem::Dependency
42
- name: cairo-gobject
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - '='
46
- - !ruby/object:Gem::Version
47
- version: 3.2.5
48
- type: :runtime
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - '='
53
- - !ruby/object:Gem::Version
54
- version: 3.2.5
55
- - !ruby/object:Gem::Dependency
56
- name: gobject-introspection
57
- requirement: !ruby/object:Gem::Requirement
58
- requirements:
59
- - - '='
60
- - !ruby/object:Gem::Version
61
- version: 3.2.5
62
- type: :runtime
63
- prerelease: false
64
- version_requirements: !ruby/object:Gem::Requirement
65
- requirements:
66
- - - '='
67
- - !ruby/object:Gem::Version
68
- version: 3.2.5
11
+ date: 2018-06-06 00:00:00.000000000 Z
12
+ dependencies: []
69
13
  description: Ruby/GDK3 is a Ruby binding of GDK-3.x.
70
14
  email: ruby-gnome2-devel-en@lists.sourceforge.net
71
15
  executables: []
72
16
  extensions: []
73
17
  extra_rdoc_files: []
74
18
  files:
19
+ - COPYING.LIB
20
+ - README.md
75
21
  - Rakefile
76
22
  - dependency-check/Rakefile
23
+ - gdk3.gemspec
77
24
  - lib/gdk3.rb
78
25
  - lib/gdk3/atom.rb
79
26
  - lib/gdk3/cairo.rb
@@ -7035,7 +6982,7 @@ files:
7035
6982
  - vendor/local/share/pkgconfig/adwaita-icon-theme.pc
7036
6983
  - vendor/local/share/themes/Default/gtk-3.0/gtk-keys.css
7037
6984
  - vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css
7038
- homepage: http://ruby-gnome2.sourceforge.jp/
6985
+ homepage: https://ruby-gnome2.osdn.jp/
7039
6986
  licenses:
7040
6987
  - LGPL-2.1+
7041
6988
  metadata: {}