gdk3 3.2.5-x86-mingw32 → 3.2.6-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 (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
@@ -115,7 +115,7 @@
115
115
  </tr>
116
116
  <tr>
117
117
  <td class="function_type">
118
- <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="returnvalue">GdkScreen</span></a> *
118
+ <span class="returnvalue">GdkScreen</span> *
119
119
  </td>
120
120
  <td class="function_name">
121
121
  <a class="link" href="GtkStyleContext.html#gtk-style-context-get-screen" title="gtk_style_context_get_screen ()">gtk_style_context_get_screen</a> <span class="c_punctuation">()</span>
@@ -123,7 +123,7 @@
123
123
  </tr>
124
124
  <tr>
125
125
  <td class="function_type">
126
- <a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="returnvalue">GdkFrameClock</span></a> *
126
+ <span class="returnvalue">GdkFrameClock</span> *
127
127
  </td>
128
128
  <td class="function_name">
129
129
  <a class="link" href="GtkStyleContext.html#gtk-style-context-get-frame-clock" title="gtk_style_context_get_frame_clock ()">gtk_style_context_get_frame_clock</a> <span class="c_punctuation">()</span>
@@ -691,7 +691,7 @@
691
691
  </tr>
692
692
  <tr>
693
693
  <td class="property_type">
694
- <a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a> *</td>
694
+ <span class="type">GdkFrameClock</span> *</td>
695
695
  <td class="property_name"><a class="link" href="GtkStyleContext.html#GtkStyleContext--paint-clock" title="The “paint-clock” property">paint-clock</a></td>
696
696
  <td class="property_flags">Read / Write</td>
697
697
  </tr>
@@ -703,7 +703,7 @@
703
703
  </tr>
704
704
  <tr>
705
705
  <td class="property_type">
706
- <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *</td>
706
+ <span class="type">GdkScreen</span> *</td>
707
707
  <td class="property_name"><a class="link" href="GtkStyleContext.html#GtkStyleContext--screen" title="The “screen” property">screen</a></td>
708
708
  <td class="property_flags">Read / Write</td>
709
709
  </tr>
@@ -1177,7 +1177,7 @@ can be either attached explicitly to the context through
1177
1177
  combination of all providers’ information in priority order.</p>
1178
1178
  <p>For GTK+ widgets, any <a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> returned by
1179
1179
  <a class="link" href="GtkWidget.html#gtk-widget-get-style-context" title="gtk_widget_get_style_context ()"><code class="function">gtk_widget_get_style_context()</code></a> will already have a <a class="link" href="gtk3-GtkWidgetPath.html#GtkWidgetPath" title="GtkWidgetPath"><span class="type">GtkWidgetPath</span></a>, a
1180
- <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> and RTL/LTR information set. The style context will also be
1180
+ <span class="type">GdkScreen</span> and RTL/LTR information set. The style context will also be
1181
1181
  updated automatically if any of these settings change on the widget.</p>
1182
1182
  <p>If you are using the theming layer standalone, you will need to set a
1183
1183
  widget path and a screen yourself to the created style context through
@@ -1293,7 +1293,7 @@ between <a class="link" href="GtkStyleProvider.html#GTK-STYLE-PROVIDER-PRIORITY-
1293
1293
  <a name="gtk-style-context-add-provider-for-screen"></a><h3>gtk_style_context_add_provider_for_screen ()</h3>
1294
1294
  <pre class="programlisting"><span class="returnvalue">void</span>
1295
1295
  gtk_style_context_add_provider_for_screen
1296
- (<em class="parameter"><code><a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>,
1296
+ (<em class="parameter"><code><span class="type">GdkScreen</span> *screen</code></em>,
1297
1297
  <em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>,
1298
1298
  <em class="parameter"><code><span class="type">guint</span> priority</code></em>);</pre>
1299
1299
  <p>Adds a global style provider to <em class="parameter"><code>screen</code></em>
@@ -1316,7 +1316,7 @@ over another added through this function.</p>
1316
1316
  <tbody>
1317
1317
  <tr>
1318
1318
  <td class="parameter_name"><p>screen</p></td>
1319
- <td class="parameter_description"><p>a <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a></p></td>
1319
+ <td class="parameter_description"><p>a <span class="type">GdkScreen</span></p></td>
1320
1320
  <td class="parameter_annotations"> </td>
1321
1321
  </tr>
1322
1322
  <tr>
@@ -1553,9 +1553,9 @@ to free any allocated memory.</p>
1553
1553
  <hr>
1554
1554
  <div class="refsect2">
1555
1555
  <a name="gtk-style-context-get-screen"></a><h3>gtk_style_context_get_screen ()</h3>
1556
- <pre class="programlisting"><a href="../html/GdkScreen.html#GdkScreen-struct"><span class="returnvalue">GdkScreen</span></a> *
1556
+ <pre class="programlisting"><span class="returnvalue">GdkScreen</span> *
1557
1557
  gtk_style_context_get_screen (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
1558
- <p>Returns the <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> to which <em class="parameter"><code>context</code></em>
1558
+ <p>Returns the <span class="type">GdkScreen</span> to which <em class="parameter"><code>context</code></em>
1559
1559
  is attached.</p>
1560
1560
  <div class="refsect3">
1561
1561
  <a name="gtk-style-context-get-screen.parameters"></a><h4>Parameters</h4>
@@ -1574,16 +1574,16 @@ gtk_style_context_get_screen (<em class="parameter"><code><a class="link" href="
1574
1574
  </div>
1575
1575
  <div class="refsect3">
1576
1576
  <a name="gtk-style-context-get-screen.returns"></a><h4>Returns</h4>
1577
- <p>a <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>. </p>
1577
+ <p>a <span class="type">GdkScreen</span>. </p>
1578
1578
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
1579
1579
  </div>
1580
1580
  </div>
1581
1581
  <hr>
1582
1582
  <div class="refsect2">
1583
1583
  <a name="gtk-style-context-get-frame-clock"></a><h3>gtk_style_context_get_frame_clock ()</h3>
1584
- <pre class="programlisting"><a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="returnvalue">GdkFrameClock</span></a> *
1584
+ <pre class="programlisting"><span class="returnvalue">GdkFrameClock</span> *
1585
1585
  gtk_style_context_get_frame_clock (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>);</pre>
1586
- <p>Returns the <a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a> to which <em class="parameter"><code>context</code></em>
1586
+ <p>Returns the <span class="type">GdkFrameClock</span> to which <em class="parameter"><code>context</code></em>
1587
1587
  is attached.</p>
1588
1588
  <div class="refsect3">
1589
1589
  <a name="gtk-style-context-get-frame-clock.parameters"></a><h4>Parameters</h4>
@@ -1602,7 +1602,7 @@ gtk_style_context_get_frame_clock (<em class="parameter"><code><a class="link" h
1602
1602
  </div>
1603
1603
  <div class="refsect3">
1604
1604
  <a name="gtk-style-context-get-frame-clock.returns"></a><h4>Returns</h4>
1605
- <p>a <a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a>, or <code class="literal">NULL</code>
1605
+ <p>a <span class="type">GdkFrameClock</span>, or <code class="literal">NULL</code>
1606
1606
  if <em class="parameter"><code>context</code></em>
1607
1607
  does not have an attached frame clock. </p>
1608
1608
  <p><span class="annotation">[<acronym title="NULL may be passed as the value in, out, in-out; or as a return value."><span class="acronym">nullable</span></acronym>][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
@@ -1839,7 +1839,7 @@ was defined. </p>
1839
1839
  <pre class="programlisting"><span class="returnvalue">void</span>
1840
1840
  gtk_style_context_get_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
1841
1841
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
1842
- <em class="parameter"><code><a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
1842
+ <em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>);</pre>
1843
1843
  <p>Gets the foreground color for a given state.</p>
1844
1844
  <p>See <a class="link" href="GtkStyleContext.html#gtk-style-context-get-property" title="gtk_style_context_get_property ()"><code class="function">gtk_style_context_get_property()</code></a> and
1845
1845
  <a class="link" href="GtkStyleContext.html#GTK-STYLE-PROPERTY-COLOR:CAPS" title="GTK_STYLE_PROPERTY_COLOR"><span class="type">GTK_STYLE_PROPERTY_COLOR</span></a> for details.</p>
@@ -1879,7 +1879,7 @@ gtk_style_context_get_color (<em class="parameter"><code><a class="link" href="G
1879
1879
  gtk_style_context_get_background_color
1880
1880
  (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
1881
1881
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
1882
- <em class="parameter"><code><a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
1882
+ <em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>);</pre>
1883
1883
  <div class="warning">
1884
1884
  <p><code class="literal">gtk_style_context_get_background_color</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
1885
1885
  <p>Use <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> instead.</p>
@@ -1927,7 +1927,7 @@ style classes to modify the color to be rendered.</p>
1927
1927
  <pre class="programlisting"><span class="returnvalue">void</span>
1928
1928
  gtk_style_context_get_border_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
1929
1929
  <em class="parameter"><code><a class="link" href="gtk3-Standard-Enumerations.html#GtkStateFlags" title="enum GtkStateFlags"><span class="type">GtkStateFlags</span></a> state</code></em>,
1930
- <em class="parameter"><code><a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
1930
+ <em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>);</pre>
1931
1931
  <div class="warning">
1932
1932
  <p><code class="literal">gtk_style_context_get_border_color</code> has been deprecated since version 3.16 and should not be used in newly-written code.</p>
1933
1933
  <p>Use <a class="link" href="GtkStyleContext.html#gtk-render-frame" title="gtk_render_frame ()"><code class="function">gtk_render_frame()</code></a> instead.</p>
@@ -2215,7 +2215,7 @@ it’s being unset.</p>
2215
2215
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
2216
2216
  gtk_style_context_lookup_color (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
2217
2217
  <em class="parameter"><code>const <span class="type">gchar</span> *color_name</code></em>,
2218
- <em class="parameter"><code><a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a> *color</code></em>);</pre>
2218
+ <em class="parameter"><code><span class="type">GdkRGBA</span> *color</code></em>);</pre>
2219
2219
  <p>Looks up and resolves a color name in the <em class="parameter"><code>context</code></em>
2220
2220
  color map.</p>
2221
2221
  <div class="refsect3">
@@ -2299,7 +2299,7 @@ the default icon factory, returning an icon set if found, otherwise
2299
2299
  <a name="gtk-style-context-notify-state-change"></a><h3>gtk_style_context_notify_state_change ()</h3>
2300
2300
  <pre class="programlisting"><span class="returnvalue">void</span>
2301
2301
  gtk_style_context_notify_state_change (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
2302
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>,
2302
+ <em class="parameter"><code><span class="type">GdkWindow</span> *window</code></em>,
2303
2303
  <em class="parameter"><code><span class="type">gpointer</span> region_id</code></em>,
2304
2304
  <em class="parameter"><code><a class="link" href="GtkWidget.html#GtkStateType" title="enum GtkStateType"><span class="type">GtkStateType</span></a> state</code></em>,
2305
2305
  <em class="parameter"><code><span class="type">gboolean</span> state_value</code></em>);</pre>
@@ -2394,7 +2394,7 @@ is why the style places the transition under the :hover pseudo-class.</p>
2394
2394
  </tr>
2395
2395
  <tr>
2396
2396
  <td class="parameter_name"><p>window</p></td>
2397
- <td class="parameter_description"><p>a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a></p></td>
2397
+ <td class="parameter_description"><p>a <span class="type">GdkWindow</span></p></td>
2398
2398
  <td class="parameter_annotations"> </td>
2399
2399
  </tr>
2400
2400
  <tr>
@@ -2546,14 +2546,14 @@ See <a class="link" href="GtkStyleContext.html#gtk-style-context-push-animatable
2546
2546
  <a name="gtk-style-context-scroll-animations"></a><h3>gtk_style_context_scroll_animations ()</h3>
2547
2547
  <pre class="programlisting"><span class="returnvalue">void</span>
2548
2548
  gtk_style_context_scroll_animations (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
2549
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>,
2549
+ <em class="parameter"><code><span class="type">GdkWindow</span> *window</code></em>,
2550
2550
  <em class="parameter"><code><span class="type">gint</span> dx</code></em>,
2551
2551
  <em class="parameter"><code><span class="type">gint</span> dy</code></em>);</pre>
2552
2552
  <div class="warning">
2553
2553
  <p><code class="literal">gtk_style_context_scroll_animations</code> has been deprecated since version 3.6 and should not be used in newly-written code.</p>
2554
2554
  <p>This function does nothing.</p>
2555
2555
  </div>
2556
- <p>This function is analogous to <a href="../html/gdk3-Windows.html#gdk-window-scroll"><code class="function">gdk_window_scroll()</code></a>, and
2556
+ <p>This function is analogous to <code class="function">gdk_window_scroll()</code>, and
2557
2557
  should be called together with it so the invalidation
2558
2558
  areas for any ongoing animation are scrolled together
2559
2559
  with it.</p>
@@ -2573,7 +2573,7 @@ with it.</p>
2573
2573
  </tr>
2574
2574
  <tr>
2575
2575
  <td class="parameter_name"><p>window</p></td>
2576
- <td class="parameter_description"><p>a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> used previously in
2576
+ <td class="parameter_description"><p>a <span class="type">GdkWindow</span> used previously in
2577
2577
  <a class="link" href="GtkStyleContext.html#gtk-style-context-notify-state-change" title="gtk_style_context_notify_state_change ()"><code class="function">gtk_style_context_notify_state_change()</code></a></p></td>
2578
2578
  <td class="parameter_annotations"> </td>
2579
2579
  </tr>
@@ -2630,7 +2630,7 @@ gtk_style_context_remove_provider (<em class="parameter"><code><a class="link" h
2630
2630
  <a name="gtk-style-context-remove-provider-for-screen"></a><h3>gtk_style_context_remove_provider_for_screen ()</h3>
2631
2631
  <pre class="programlisting"><span class="returnvalue">void</span>
2632
2632
  gtk_style_context_remove_provider_for_screen
2633
- (<em class="parameter"><code><a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>,
2633
+ (<em class="parameter"><code><span class="type">GdkScreen</span> *screen</code></em>,
2634
2634
  <em class="parameter"><code><a class="link" href="GtkStyleProvider.html" title="GtkStyleProvider"><span class="type">GtkStyleProvider</span></a> *provider</code></em>);</pre>
2635
2635
  <p>Removes <em class="parameter"><code>provider</code></em>
2636
2636
  from the global style providers list in <em class="parameter"><code>screen</code></em>
@@ -2646,7 +2646,7 @@ gtk_style_context_remove_provider_for_screen
2646
2646
  <tbody>
2647
2647
  <tr>
2648
2648
  <td class="parameter_name"><p>screen</p></td>
2649
- <td class="parameter_description"><p>a <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a></p></td>
2649
+ <td class="parameter_description"><p>a <span class="type">GdkScreen</span></p></td>
2650
2650
  <td class="parameter_annotations"> </td>
2651
2651
  </tr>
2652
2652
  <tr>
@@ -2663,9 +2663,9 @@ gtk_style_context_remove_provider_for_screen
2663
2663
  <div class="refsect2">
2664
2664
  <a name="gtk-style-context-reset-widgets"></a><h3>gtk_style_context_reset_widgets ()</h3>
2665
2665
  <pre class="programlisting"><span class="returnvalue">void</span>
2666
- gtk_style_context_reset_widgets (<em class="parameter"><code><a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
2666
+ gtk_style_context_reset_widgets (<em class="parameter"><code><span class="type">GdkScreen</span> *screen</code></em>);</pre>
2667
2667
  <p>This function recomputes the styles for all widgets under a particular
2668
- <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a>. This is useful when some global parameter has changed that
2668
+ <span class="type">GdkScreen</span>. This is useful when some global parameter has changed that
2669
2669
  affects the appearance of all widgets, because when a widget gets a new
2670
2670
  style, it will both redraw and recompute any cached information about
2671
2671
  its appearance. As an example, it is used when the color scheme changes
@@ -2680,7 +2680,7 @@ in the related <a class="link" href="GtkSettings.html" title="Settings"><span cl
2680
2680
  </colgroup>
2681
2681
  <tbody><tr>
2682
2682
  <td class="parameter_name"><p>screen</p></td>
2683
- <td class="parameter_description"><p>a <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a></p></td>
2683
+ <td class="parameter_description"><p>a <span class="type">GdkScreen</span></p></td>
2684
2684
  <td class="parameter_annotations"> </td>
2685
2685
  </tr></tbody>
2686
2686
  </table></div>
@@ -2692,7 +2692,7 @@ in the related <a class="link" href="GtkSettings.html" title="Settings"><span cl
2692
2692
  <a name="gtk-style-context-set-background"></a><h3>gtk_style_context_set_background ()</h3>
2693
2693
  <pre class="programlisting"><span class="returnvalue">void</span>
2694
2694
  gtk_style_context_set_background (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
2695
- <em class="parameter"><code><a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a> *window</code></em>);</pre>
2695
+ <em class="parameter"><code><span class="type">GdkWindow</span> *window</code></em>);</pre>
2696
2696
  <div class="warning">
2697
2697
  <p><code class="literal">gtk_style_context_set_background</code> has been deprecated since version 3.18 and should not be used in newly-written code.</p>
2698
2698
  <p>Use <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> instead.
@@ -2720,7 +2720,7 @@ color specified in <em class="parameter"><code>context</code></em>
2720
2720
  </tr>
2721
2721
  <tr>
2722
2722
  <td class="parameter_name"><p>window</p></td>
2723
- <td class="parameter_description"><p>a <a href="../html/gdk3-Windows.html#GdkWindow-struct"><span class="type">GdkWindow</span></a></p></td>
2723
+ <td class="parameter_description"><p>a <span class="type">GdkWindow</span></p></td>
2724
2724
  <td class="parameter_annotations"> </td>
2725
2725
  </tr>
2726
2726
  </tbody>
@@ -3291,7 +3291,7 @@ itself with <code class="function">g_list_free()</code> when you are done with i
3291
3291
  <a name="gtk-style-context-set-screen"></a><h3>gtk_style_context_set_screen ()</h3>
3292
3292
  <pre class="programlisting"><span class="returnvalue">void</span>
3293
3293
  gtk_style_context_set_screen (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
3294
- <em class="parameter"><code><a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *screen</code></em>);</pre>
3294
+ <em class="parameter"><code><span class="type">GdkScreen</span> *screen</code></em>);</pre>
3295
3295
  <p>Attaches <em class="parameter"><code>context</code></em>
3296
3296
  to the given screen.</p>
3297
3297
  <p>The screen is used to add style information from “global” style
@@ -3315,7 +3315,7 @@ call this yourself.</p>
3315
3315
  </tr>
3316
3316
  <tr>
3317
3317
  <td class="parameter_name"><p>screen</p></td>
3318
- <td class="parameter_description"><p>a <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a></p></td>
3318
+ <td class="parameter_description"><p>a <span class="type">GdkScreen</span></p></td>
3319
3319
  <td class="parameter_annotations"> </td>
3320
3320
  </tr>
3321
3321
  </tbody>
@@ -3328,7 +3328,7 @@ call this yourself.</p>
3328
3328
  <a name="gtk-style-context-set-frame-clock"></a><h3>gtk_style_context_set_frame_clock ()</h3>
3329
3329
  <pre class="programlisting"><span class="returnvalue">void</span>
3330
3330
  gtk_style_context_set_frame_clock (<em class="parameter"><code><a class="link" href="GtkStyleContext.html" title="GtkStyleContext"><span class="type">GtkStyleContext</span></a> *context</code></em>,
3331
- <em class="parameter"><code><a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a> *frame_clock</code></em>);</pre>
3331
+ <em class="parameter"><code><span class="type">GdkFrameClock</span> *frame_clock</code></em>);</pre>
3332
3332
  <p>Attaches <em class="parameter"><code>context</code></em>
3333
3333
  to the given frame clock.</p>
3334
3334
  <p>The frame clock is used for the timing of animations.</p>
@@ -3346,12 +3346,12 @@ call this yourself.</p>
3346
3346
  <tbody>
3347
3347
  <tr>
3348
3348
  <td class="parameter_name"><p>context</p></td>
3349
- <td class="parameter_description"><p>a <a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a></p></td>
3349
+ <td class="parameter_description"><p>a <span class="type">GdkFrameClock</span></p></td>
3350
3350
  <td class="parameter_annotations"> </td>
3351
3351
  </tr>
3352
3352
  <tr>
3353
3353
  <td class="parameter_name"><p>frame_clock</p></td>
3354
- <td class="parameter_description"><p>a <a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a></p></td>
3354
+ <td class="parameter_description"><p>a <span class="type">GdkFrameClock</span></p></td>
3355
3355
  <td class="parameter_annotations"> </td>
3356
3356
  </tr>
3357
3357
  </tbody>
@@ -3681,7 +3681,7 @@ gtk_render_background_get_clip (<em class="parameter"><code><a class="link" href
3681
3681
  <em class="parameter"><code><span class="type">gdouble</span> y</code></em>,
3682
3682
  <em class="parameter"><code><span class="type">gdouble</span> width</code></em>,
3683
3683
  <em class="parameter"><code><span class="type">gdouble</span> height</code></em>,
3684
- <em class="parameter"><code><a href="../html/gdk3-Points-Rectangles-and-Regions.html#GdkRectangle"><span class="type">GdkRectangle</span></a> *out_clip</code></em>);</pre>
3684
+ <em class="parameter"><code><span class="type">GdkRectangle</span> *out_clip</code></em>);</pre>
3685
3685
  <p>Returns the area that will be affected (i.e. drawn to) when
3686
3686
  calling <a class="link" href="GtkStyleContext.html#gtk-render-background" title="gtk_render_background ()"><code class="function">gtk_render_background()</code></a> for the given <em class="parameter"><code>context</code></em>
3687
3687
  and
@@ -4723,14 +4723,14 @@ gtk_render_insertion_cursor (<em class="parameter"><code><a class="link" href="G
4723
4723
  <a name="GTK-STYLE-PROPERTY-BACKGROUND-COLOR:CAPS"></a><h3>GTK_STYLE_PROPERTY_BACKGROUND_COLOR</h3>
4724
4724
  <pre class="programlisting">#define GTK_STYLE_PROPERTY_BACKGROUND_COLOR "background-color"
4725
4725
  </pre>
4726
- <p>A property holding the background color of rendered elements as a <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p>
4726
+ <p>A property holding the background color of rendered elements as a <span class="type">GdkRGBA</span>.</p>
4727
4727
  </div>
4728
4728
  <hr>
4729
4729
  <div class="refsect2">
4730
4730
  <a name="GTK-STYLE-PROPERTY-COLOR:CAPS"></a><h3>GTK_STYLE_PROPERTY_COLOR</h3>
4731
4731
  <pre class="programlisting">#define GTK_STYLE_PROPERTY_COLOR "color"
4732
4732
  </pre>
4733
- <p>A property holding the foreground color of rendered elements as a <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p>
4733
+ <p>A property holding the foreground color of rendered elements as a <span class="type">GdkRGBA</span>.</p>
4734
4734
  </div>
4735
4735
  <hr>
4736
4736
  <div class="refsect2">
@@ -4792,7 +4792,7 @@ requesting size</p>
4792
4792
  <a name="GTK-STYLE-PROPERTY-BORDER-COLOR:CAPS"></a><h3>GTK_STYLE_PROPERTY_BORDER_COLOR</h3>
4793
4793
  <pre class="programlisting">#define GTK_STYLE_PROPERTY_BORDER_COLOR "border-color"
4794
4794
  </pre>
4795
- <p>A property holding the element’s border color as a <a href="../html/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>.</p>
4795
+ <p>A property holding the element’s border color as a <span class="type">GdkRGBA</span>.</p>
4796
4796
  </div>
4797
4797
  <hr>
4798
4798
  <div class="refsect2">
@@ -5901,7 +5901,7 @@ that can be of different width on each side.</p>
5901
5901
  <hr>
5902
5902
  <div class="refsect2">
5903
5903
  <a name="GtkStyleContext--paint-clock"></a><h3>The <code class="literal">“paint-clock”</code> property</h3>
5904
- <pre class="programlisting"> “paint-clock” <a href="../html/GdkFrameClock.html#GdkFrameClock-struct"><span class="type">GdkFrameClock</span></a> *</pre>
5904
+ <pre class="programlisting"> “paint-clock” <span class="type">GdkFrameClock</span> *</pre>
5905
5905
  <p>The associated GdkFrameClock.</p>
5906
5906
  <p>Flags: Read / Write</p>
5907
5907
  </div>
@@ -5917,7 +5917,7 @@ for details.</p>
5917
5917
  <hr>
5918
5918
  <div class="refsect2">
5919
5919
  <a name="GtkStyleContext--screen"></a><h3>The <code class="literal">“screen”</code> property</h3>
5920
- <pre class="programlisting"> “screen” <a href="../html/GdkScreen.html#GdkScreen-struct"><span class="type">GdkScreen</span></a> *</pre>
5920
+ <pre class="programlisting"> “screen” <span class="type">GdkScreen</span> *</pre>
5921
5921
  <p>The associated GdkScreen.</p>
5922
5922
  <p>Flags: Read / Write</p>
5923
5923
  </div>
@@ -564,7 +564,7 @@
564
564
  </tr>
565
565
  <tr>
566
566
  <td class="function_type">
567
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> *
567
+ <span class="returnvalue">GdkAtom</span> *
568
568
  </td>
569
569
  <td class="function_name">
570
570
  <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-deserialize-formats" title="gtk_text_buffer_get_deserialize_formats ()">gtk_text_buffer_get_deserialize_formats</a> <span class="c_punctuation">()</span>
@@ -580,7 +580,7 @@
580
580
  </tr>
581
581
  <tr>
582
582
  <td class="function_type">
583
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> *
583
+ <span class="returnvalue">GdkAtom</span> *
584
584
  </td>
585
585
  <td class="function_name">
586
586
  <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-get-serialize-formats" title="gtk_text_buffer_get_serialize_formats ()">gtk_text_buffer_get_serialize_formats</a> <span class="c_punctuation">()</span>
@@ -588,7 +588,7 @@
588
588
  </tr>
589
589
  <tr>
590
590
  <td class="function_type">
591
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
591
+ <span class="returnvalue">GdkAtom</span>
592
592
  </td>
593
593
  <td class="function_name">
594
594
  <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-deserialize-format" title="gtk_text_buffer_register_deserialize_format ()">gtk_text_buffer_register_deserialize_format</a> <span class="c_punctuation">()</span>
@@ -596,7 +596,7 @@
596
596
  </tr>
597
597
  <tr>
598
598
  <td class="function_type">
599
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
599
+ <span class="returnvalue">GdkAtom</span>
600
600
  </td>
601
601
  <td class="function_name">
602
602
  <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-deserialize-tagset" title="gtk_text_buffer_register_deserialize_tagset ()">gtk_text_buffer_register_deserialize_tagset</a> <span class="c_punctuation">()</span>
@@ -604,7 +604,7 @@
604
604
  </tr>
605
605
  <tr>
606
606
  <td class="function_type">
607
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
607
+ <span class="returnvalue">GdkAtom</span>
608
608
  </td>
609
609
  <td class="function_name">
610
610
  <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-serialize-format" title="gtk_text_buffer_register_serialize_format ()">gtk_text_buffer_register_serialize_format</a> <span class="c_punctuation">()</span>
@@ -612,7 +612,7 @@
612
612
  </tr>
613
613
  <tr>
614
614
  <td class="function_type">
615
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
615
+ <span class="returnvalue">GdkAtom</span>
616
616
  </td>
617
617
  <td class="function_name">
618
618
  <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-serialize-tagset" title="gtk_text_buffer_register_serialize_tagset ()">gtk_text_buffer_register_serialize_tagset</a> <span class="c_punctuation">()</span>
@@ -3355,7 +3355,7 @@ gtk_text_buffer_add_selection_clipboard
3355
3355
  contents of <em class="parameter"><code>buffer</code></em>
3356
3356
  are available. In most cases, <em class="parameter"><code>clipboard</code></em>
3357
3357
  will be
3358
- the <a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> of type <a href="../html/gdk3-Selections.html#GDK-SELECTION-PRIMARY:CAPS"><code class="literal">GDK_SELECTION_PRIMARY</code></a> for a view of <em class="parameter"><code>buffer</code></em>
3358
+ the <a class="link" href="gtk3-Clipboards.html#GtkClipboard"><span class="type">GtkClipboard</span></a> of type <code class="literal">GDK_SELECTION_PRIMARY</code> for a view of <em class="parameter"><code>buffer</code></em>
3359
3359
  .</p>
3360
3360
  <div class="refsect3">
3361
3361
  <a name="gtk-text-buffer-add-selection-clipboard.parameters"></a><h4>Parameters</h4>
@@ -3493,7 +3493,7 @@ serialized with <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-seriali
3493
3493
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
3494
3494
  gtk_text_buffer_deserialize (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
3495
3495
  <em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
3496
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
3496
+ <em class="parameter"><code><span class="type">GdkAtom</span> format</code></em>,
3497
3497
  <em class="parameter"><code><a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *iter</code></em>,
3498
3498
  <em class="parameter"><code>const <span class="type">guint8</span> *data</code></em>,
3499
3499
  <em class="parameter"><code><span class="type">gsize</span> length</code></em>,
@@ -3567,7 +3567,7 @@ is registered with</p></td>
3567
3567
  <pre class="programlisting"><span class="returnvalue">gboolean</span>
3568
3568
  gtk_text_buffer_deserialize_get_can_create_tags
3569
3569
  (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
3570
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>);</pre>
3570
+ <em class="parameter"><code><span class="type">GdkAtom</span> format</code></em>);</pre>
3571
3571
  <p>This functions returns the value set with
3572
3572
  <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-deserialize-set-can-create-tags" title="gtk_text_buffer_deserialize_set_can_create_tags ()"><code class="function">gtk_text_buffer_deserialize_set_can_create_tags()</code></a></p>
3573
3573
  <div class="refsect3">
@@ -3586,7 +3586,7 @@ gtk_text_buffer_deserialize_get_can_create_tags
3586
3586
  </tr>
3587
3587
  <tr>
3588
3588
  <td class="parameter_name"><p>format</p></td>
3589
- <td class="parameter_description"><p>a <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format</p></td>
3589
+ <td class="parameter_description"><p>a <span class="type">GdkAtom</span> representing a registered rich text format</p></td>
3590
3590
  <td class="parameter_annotations"> </td>
3591
3591
  </tr>
3592
3592
  </tbody>
@@ -3604,7 +3604,7 @@ gtk_text_buffer_deserialize_get_can_create_tags
3604
3604
  <pre class="programlisting"><span class="returnvalue">void</span>
3605
3605
  gtk_text_buffer_deserialize_set_can_create_tags
3606
3606
  (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
3607
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
3607
+ <em class="parameter"><code><span class="type">GdkAtom</span> format</code></em>,
3608
3608
  <em class="parameter"><code><span class="type">gboolean</span> can_create_tags</code></em>);</pre>
3609
3609
  <p>Use this function to allow a rich text deserialization function to
3610
3610
  create new tags in the receiving buffer. Note that using this
@@ -3637,7 +3637,7 @@ handle the newly created tags.</p>
3637
3637
  </tr>
3638
3638
  <tr>
3639
3639
  <td class="parameter_name"><p>format</p></td>
3640
- <td class="parameter_description"><p>a <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format</p></td>
3640
+ <td class="parameter_description"><p>a <span class="type">GdkAtom</span> representing a registered rich text format</p></td>
3641
3641
  <td class="parameter_annotations"> </td>
3642
3642
  </tr>
3643
3643
  <tr>
@@ -3686,7 +3686,7 @@ using <a class="link" href="gtk3-Selections.html#gtk-target-list-add-rich-text-t
3686
3686
  <hr>
3687
3687
  <div class="refsect2">
3688
3688
  <a name="gtk-text-buffer-get-deserialize-formats"></a><h3>gtk_text_buffer_get_deserialize_formats ()</h3>
3689
- <pre class="programlisting"><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> *
3689
+ <pre class="programlisting"><span class="returnvalue">GdkAtom</span> *
3690
3690
  gtk_text_buffer_get_deserialize_formats
3691
3691
  (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
3692
3692
  <em class="parameter"><code><span class="type">gint</span> *n_formats</code></em>);</pre>
@@ -3719,7 +3719,7 @@ with <em class="parameter"><code>buffer</code></em>
3719
3719
  <div class="refsect3">
3720
3720
  <a name="gtk-text-buffer-get-deserialize-formats.returns"></a><h4>Returns</h4>
3721
3721
  <p>an array of
3722
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a> representing the registered formats. </p>
3722
+ <span class="type">GdkAtoms</span> representing the registered formats. </p>
3723
3723
  <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_formats][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
3724
3724
  </div>
3725
3725
  <p class="since">Since: 2.10</p>
@@ -3760,7 +3760,7 @@ using <a class="link" href="gtk3-Selections.html#gtk-target-list-add-rich-text-t
3760
3760
  <hr>
3761
3761
  <div class="refsect2">
3762
3762
  <a name="gtk-text-buffer-get-serialize-formats"></a><h3>gtk_text_buffer_get_serialize_formats ()</h3>
3763
- <pre class="programlisting"><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a> *
3763
+ <pre class="programlisting"><span class="returnvalue">GdkAtom</span> *
3764
3764
  gtk_text_buffer_get_serialize_formats (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
3765
3765
  <em class="parameter"><code><span class="type">gint</span> *n_formats</code></em>);</pre>
3766
3766
  <p>This function returns the rich text serialize formats registered
@@ -3792,7 +3792,7 @@ with <em class="parameter"><code>buffer</code></em>
3792
3792
  <div class="refsect3">
3793
3793
  <a name="gtk-text-buffer-get-serialize-formats.returns"></a><h4>Returns</h4>
3794
3794
  <p>an array of
3795
- <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtoms</span></a> representing the registered formats. </p>
3795
+ <span class="type">GdkAtoms</span> representing the registered formats. </p>
3796
3796
  <p><span class="annotation">[<acronym title="Parameter points to an array of items."><span class="acronym">array</span></acronym> length=n_formats][<acronym title="Free data container after the code is done."><span class="acronym">transfer container</span></acronym>]</span></p>
3797
3797
  </div>
3798
3798
  <p class="since">Since: 2.10</p>
@@ -3800,7 +3800,7 @@ with <em class="parameter"><code>buffer</code></em>
3800
3800
  <hr>
3801
3801
  <div class="refsect2">
3802
3802
  <a name="gtk-text-buffer-register-deserialize-format"></a><h3>gtk_text_buffer_register_deserialize_format ()</h3>
3803
- <pre class="programlisting"><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
3803
+ <pre class="programlisting"><span class="returnvalue">GdkAtom</span>
3804
3804
  gtk_text_buffer_register_deserialize_format
3805
3805
  (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
3806
3806
  <em class="parameter"><code>const <span class="type">gchar</span> *mime_type</code></em>,
@@ -3853,7 +3853,7 @@ is no longer needed</p></td>
3853
3853
  </div>
3854
3854
  <div class="refsect3">
3855
3855
  <a name="gtk-text-buffer-register-deserialize-format.returns"></a><h4>Returns</h4>
3856
- <p>the <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
3856
+ <p>the <span class="type">GdkAtom</span> that corresponds to the
3857
3857
  newly registered format’s mime-type. </p>
3858
3858
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
3859
3859
  </div>
@@ -3862,7 +3862,7 @@ newly registered format’s mime-type. </p>
3862
3862
  <hr>
3863
3863
  <div class="refsect2">
3864
3864
  <a name="gtk-text-buffer-register-deserialize-tagset"></a><h3>gtk_text_buffer_register_deserialize_tagset ()</h3>
3865
- <pre class="programlisting"><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
3865
+ <pre class="programlisting"><span class="returnvalue">GdkAtom</span>
3866
3866
  gtk_text_buffer_register_deserialize_tagset
3867
3867
  (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
3868
3868
  <em class="parameter"><code>const <span class="type">gchar</span> *tagset_name</code></em>);</pre>
@@ -3894,7 +3894,7 @@ format with the passed <em class="parameter"><code>buffer</code></em>
3894
3894
  </div>
3895
3895
  <div class="refsect3">
3896
3896
  <a name="gtk-text-buffer-register-deserialize-tagset.returns"></a><h4>Returns</h4>
3897
- <p>the <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
3897
+ <p>the <span class="type">GdkAtom</span> that corresponds to the
3898
3898
  newly registered format’s mime-type. </p>
3899
3899
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
3900
3900
  </div>
@@ -3903,7 +3903,7 @@ newly registered format’s mime-type. </p>
3903
3903
  <hr>
3904
3904
  <div class="refsect2">
3905
3905
  <a name="gtk-text-buffer-register-serialize-format"></a><h3>gtk_text_buffer_register_serialize_format ()</h3>
3906
- <pre class="programlisting"><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
3906
+ <pre class="programlisting"><span class="returnvalue">GdkAtom</span>
3907
3907
  gtk_text_buffer_register_serialize_format
3908
3908
  (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
3909
3909
  <em class="parameter"><code>const <span class="type">gchar</span> *mime_type</code></em>,
@@ -3956,7 +3956,7 @@ is no longer needed</p></td>
3956
3956
  </div>
3957
3957
  <div class="refsect3">
3958
3958
  <a name="gtk-text-buffer-register-serialize-format.returns"></a><h4>Returns</h4>
3959
- <p>the <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
3959
+ <p>the <span class="type">GdkAtom</span> that corresponds to the
3960
3960
  newly registered format’s mime-type. </p>
3961
3961
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
3962
3962
  </div>
@@ -3965,7 +3965,7 @@ newly registered format’s mime-type. </p>
3965
3965
  <hr>
3966
3966
  <div class="refsect2">
3967
3967
  <a name="gtk-text-buffer-register-serialize-tagset"></a><h3>gtk_text_buffer_register_serialize_tagset ()</h3>
3968
- <pre class="programlisting"><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="returnvalue">GdkAtom</span></a>
3968
+ <pre class="programlisting"><span class="returnvalue">GdkAtom</span>
3969
3969
  gtk_text_buffer_register_serialize_tagset
3970
3970
  (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
3971
3971
  <em class="parameter"><code>const <span class="type">gchar</span> *tagset_name</code></em>);</pre>
@@ -4012,7 +4012,7 @@ receiving buffer to deal with with pasting of arbitrary tags.</p>
4012
4012
  </div>
4013
4013
  <div class="refsect3">
4014
4014
  <a name="gtk-text-buffer-register-serialize-tagset.returns"></a><h4>Returns</h4>
4015
- <p>the <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> that corresponds to the
4015
+ <p>the <span class="type">GdkAtom</span> that corresponds to the
4016
4016
  newly registered format’s mime-type. </p>
4017
4017
  <p><span class="annotation">[<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span></p>
4018
4018
  </div>
@@ -4085,7 +4085,7 @@ the serialized data, or <code class="literal">NULL</code> if an error occurred.
4085
4085
  <pre class="programlisting"><span class="returnvalue">guint8</span> *
4086
4086
  gtk_text_buffer_serialize (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *register_buffer</code></em>,
4087
4087
  <em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *content_buffer</code></em>,
4088
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>,
4088
+ <em class="parameter"><code><span class="type">GdkAtom</span> format</code></em>,
4089
4089
  <em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *start</code></em>,
4090
4090
  <em class="parameter"><code>const <a class="link" href="GtkTextIter.html" title="GtkTextIter"><span class="type">GtkTextIter</span></a> *end</code></em>,
4091
4091
  <em class="parameter"><code><span class="type">gsize</span> *length</code></em>);</pre>
@@ -4156,7 +4156,7 @@ data, encoded as <em class="parameter"><code>format</code></em>
4156
4156
  <pre class="programlisting"><span class="returnvalue">void</span>
4157
4157
  gtk_text_buffer_unregister_deserialize_format
4158
4158
  (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
4159
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>);</pre>
4159
+ <em class="parameter"><code><span class="type">GdkAtom</span> format</code></em>);</pre>
4160
4160
  <p>This function unregisters a rich text format that was previously
4161
4161
  registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-deserialize-format" title="gtk_text_buffer_register_deserialize_format ()"><code class="function">gtk_text_buffer_register_deserialize_format()</code></a> or
4162
4162
  <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-deserialize-tagset" title="gtk_text_buffer_register_deserialize_tagset ()"><code class="function">gtk_text_buffer_register_deserialize_tagset()</code></a>.</p>
@@ -4176,7 +4176,7 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
4176
4176
  </tr>
4177
4177
  <tr>
4178
4178
  <td class="parameter_name"><p>format</p></td>
4179
- <td class="parameter_description"><p>a <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format.</p></td>
4179
+ <td class="parameter_description"><p>a <span class="type">GdkAtom</span> representing a registered rich text format.</p></td>
4180
4180
  <td class="parameter_annotations"> </td>
4181
4181
  </tr>
4182
4182
  </tbody>
@@ -4190,7 +4190,7 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
4190
4190
  <pre class="programlisting"><span class="returnvalue">void</span>
4191
4191
  gtk_text_buffer_unregister_serialize_format
4192
4192
  (<em class="parameter"><code><a class="link" href="GtkTextBuffer.html" title="GtkTextBuffer"><span class="type">GtkTextBuffer</span></a> *buffer</code></em>,
4193
- <em class="parameter"><code><a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> format</code></em>);</pre>
4193
+ <em class="parameter"><code><span class="type">GdkAtom</span> format</code></em>);</pre>
4194
4194
  <p>This function unregisters a rich text format that was previously
4195
4195
  registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-serialize-format" title="gtk_text_buffer_register_serialize_format ()"><code class="function">gtk_text_buffer_register_serialize_format()</code></a> or
4196
4196
  <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-register-serialize-tagset" title="gtk_text_buffer_register_serialize_tagset ()"><code class="function">gtk_text_buffer_register_serialize_tagset()</code></a></p>
@@ -4210,7 +4210,7 @@ registered using <a class="link" href="GtkTextBuffer.html#gtk-text-buffer-regist
4210
4210
  </tr>
4211
4211
  <tr>
4212
4212
  <td class="parameter_name"><p>format</p></td>
4213
- <td class="parameter_description"><p>a <a href="../html/gdk3-Properties-and-Atoms.html#GdkAtom"><span class="type">GdkAtom</span></a> representing a registered rich text format.</p></td>
4213
+ <td class="parameter_description"><p>a <span class="type">GdkAtom</span> representing a registered rich text format.</p></td>
4214
4214
  <td class="parameter_annotations"> </td>
4215
4215
  </tr>
4216
4216
  </tbody>