gdk3 2.2.5-x64-mingw32 → 3.0.0-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.
- checksums.yaml +4 -4
- data/Rakefile +18 -3
- data/lib/gdk3.rb +3 -0
- data/lib/gdk3/cursor.rb +31 -0
- data/lib/gdk3/deprecated.rb +41 -11
- data/lib/gdk3/loader.rb +39 -9
- data/lib/gdk3/rectangle.rb +17 -1
- data/lib/gdk3/rgba.rb +26 -5
- data/lib/gdk3/screen.rb +40 -0
- data/test/fixture/ruby-gnome2-logo.png +0 -0
- data/test/gdk-test-utils.rb +13 -0
- data/test/test-gdk-atom.rb +24 -0
- data/test/test-gdk-cursor.rb +44 -0
- data/test/test-gdk-event-mask.rb +21 -0
- data/test/test-gdk-keyval.rb +8 -4
- data/test/test-gdk-rectangle.rb +20 -1
- data/test/test-gdk-rgba.rb +65 -0
- data/test/test-gdk-selection.rb +29 -0
- data/vendor/local/bin/gtk-encode-symbolic-svg.exe +0 -0
- data/vendor/local/bin/gtk-launch.exe +0 -0
- data/vendor/local/bin/gtk-query-immodules-3.0.exe +0 -0
- data/vendor/local/bin/gtk-update-icon-cache.exe +0 -0
- data/vendor/local/bin/gtk3-demo-application.exe +0 -0
- data/vendor/local/bin/gtk3-demo.exe +0 -0
- data/vendor/local/bin/gtk3-icon-browser.exe +0 -0
- data/vendor/local/bin/gtk3-widget-factory.exe +0 -0
- data/vendor/local/bin/libepoxy-0.dll +0 -0
- data/vendor/local/bin/libgailutil-3-0.dll +0 -0
- data/vendor/local/bin/libgdk-3-0.dll +0 -0
- data/vendor/local/bin/libgtk-3-0.dll +0 -0
- data/vendor/local/bin/libgtkreftestprivate-0.dll +0 -0
- data/vendor/local/include/epoxy/gl.h +104 -0
- data/vendor/local/include/epoxy/gl_generated.h +18690 -0
- data/vendor/local/include/epoxy/wgl.h +64 -0
- data/vendor/local/include/epoxy/wgl_generated.h +896 -0
- data/vendor/local/include/gtk-3.0/gdk/deprecated/gdkcolor.h +7 -7
- data/vendor/local/include/gtk-3.0/gdk/gdk-autocleanup.h +42 -0
- data/vendor/local/include/gtk-3.0/gdk/gdk.h +3 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcairo.h +11 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +87 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkmain.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +27 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +25 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +12 -5
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32glcontext.h +49 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtk-a11y-autocleanups.h +75 -0
- data/vendor/local/include/gtk-3.0/gtk/a11y/gtkcellaccessible.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkgradient.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstock.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/{gtkstyleproperties.h → deprecated/gtkstyleproperties.h} +11 -11
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtksymboliccolor.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkthemingengine.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtk-a11y.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +222 -0
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +8 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkclipboard.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkcssprovider.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkentry.h +47 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkgesturezoom.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkglarea.h +136 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +21 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmodelbutton.h +61 -0
- data/vendor/local/include/gtk-3.0/gtk/gtknotebook.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpaned.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpapersize.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +7 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkpopovermenu.h +62 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +155 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrollable.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkscrolledwindow.h +16 -8
- data/vendor/local/include/gtk-3.0/gtk/gtksearchentry.h +7 -5
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +6 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +14 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstacksidebar.h +73 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstackswitcher.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +75 -121
- data/vendor/local/include/gtk-3.0/gtk/gtkstyleprovider.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkswitch.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +12 -18
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +62 -38
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktogglebutton.h +0 -3
- data/vendor/local/include/gtk-3.0/gtk/gtktooltip.h +0 -12
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +12 -5
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkx-autocleanups.h +31 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkx.h +2 -0
- data/vendor/local/lib/gdk-win32-3.0.def +25 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/Gtk-3.0.typelib +0 -0
- data/vendor/local/lib/gtk-3.0/3.0.0/immodules.cache +1 -1
- data/vendor/local/lib/gtk-win32-3.0.def +7 -7
- data/vendor/local/lib/libepoxy.dll.a +0 -0
- data/vendor/local/lib/libepoxy.la +41 -0
- data/vendor/local/lib/libgailutil-3.dll.a +0 -0
- data/vendor/local/lib/libgailutil-3.la +3 -3
- data/vendor/local/lib/libgdk-3.dll.a +0 -0
- data/vendor/local/lib/libgdk-3.la +5 -5
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +5 -5
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +6 -6
- data/vendor/local/lib/pkgconfig/epoxy.pc +11 -0
- data/vendor/local/lib/pkgconfig/gail-3.0.pc +1 -1
- data/vendor/local/lib/pkgconfig/gdk-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gdk-win32-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-3.0.pc +3 -3
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +3 -3
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +693 -43
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +2826 -338
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +17 -23
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +3 -7
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +3 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +4 -5
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +3 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +4 -5
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +243 -99
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +13 -14
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +54 -65
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +11 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +27 -31
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +768 -0
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +45 -62
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +14 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +5 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +146 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +25 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +113 -6
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +143 -44
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +4 -10
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +23 -25
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +49 -60
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +34 -34
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +96 -116
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +12 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +29 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +72 -91
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +43 -44
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +10 -11
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +3 -5
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +23 -26
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +9 -15
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +20 -23
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +11 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +30 -30
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +12 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +33 -34
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +387 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +208 -193
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +402 -10
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +7 -4
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +408 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +6 -4
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gdk3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +61 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +52 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +41 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +17 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +25 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +49 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +14 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +21 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +47 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +13 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +4 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +59 -70
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +8 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +62 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +35 -47
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +21 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +33 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +156 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +14 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +28 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +10 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +19 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +9 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +31 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +7 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +22 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +3 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +7 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +29 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +14 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +15 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +78 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +14 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +40 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +87 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +35 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +5 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +16 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +361 -200
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +52 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +19 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +57 -67
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +81 -108
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +19 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +15 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +68 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +12 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +55 -69
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +28 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +40 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +20 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +7 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +3 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +1259 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +42 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +42 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +15 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +13 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +23 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +44 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +17 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +10 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +89 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +98 -127
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +49 -62
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +131 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +30 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +6 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +334 -167
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +31 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +13 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +209 -110
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +18 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +27 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +22 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +28 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +29 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +11 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +36 -40
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +33 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +393 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +174 -150
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +11 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +28 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +144 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +161 -76
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +47 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +11 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +110 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +359 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +29 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +36 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +79 -119
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +21 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +32 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +23 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +15 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +29 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +16 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +38 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +53 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +8 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +5 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +15 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +113 -137
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +11 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +21 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +22 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +64 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +257 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +10 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +206 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +6 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +70 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +22 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +16 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +224 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +248 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +8 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +81 -103
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +9 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +24 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +250 -125
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +7 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +16 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +4 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +353 -168
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +25 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +4 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +166 -54
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +9 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +409 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +34 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +12 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +5 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +20 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +38 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +27 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +33 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +15 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +22 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +25 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +110 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +14 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +6 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +21 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +95 -131
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +15 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +40 -48
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +4 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +3 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +3 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +5 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +622 -611
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +145 -146
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +6 -8
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +6 -7
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +25 -7
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +14 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +16 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +448 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +143 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +515 -12
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +27 -27
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +98 -190
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +1975 -118
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +171 -1923
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +9 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch25s02.html +9 -10
- data/vendor/local/share/gtk-doc/html/gtk3/ch27s02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch29s02.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/ch29s03.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +139 -63
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/glarea.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +18 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +162 -143
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +12 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +10 -11
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +49 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +25 -26
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +18 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +4 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +18 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +9 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +13 -16
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +115 -85
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +141 -136
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +79 -27
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +10 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +23 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +9 -15
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +74 -33
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +6 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +37 -58
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +110 -123
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +20 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +10 -12
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +13 -21
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +46 -69
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +46 -48
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +24 -28
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +21 -38
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +5 -6
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +7 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +789 -155
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +16 -5
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +39 -19
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +803 -1
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +3 -4
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +8 -4
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +6 -4
- data/vendor/local/share/gtk-doc/html/gtk3/sidebar.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/style.css +9 -6
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +3 -4
- data/vendor/local/share/icons/Adwaita/16x16/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/document-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/folder-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/actions/mark-location.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emotes/emote-love.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/x-firmware.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-documents.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-download.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-music.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-pictures.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-publicshare.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-remote.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-saved-search.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-templates.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder-videos.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/folder.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-bookmarks.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-desktop.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/places/user-home.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-drag-accept.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-open.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/status/folder-visiting.png +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +13 -1
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +16197 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/application-exit-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/appointment-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/color-select-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/contact-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-print-preview-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic-rtl.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-revert-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-find-replace-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/find-location-symbolic.svg +13 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-legacy-systray-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-top-bar-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/focus-windows-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/font-select-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-bottom-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-first-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-last-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-next-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic-rtl.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-previous-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-top-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/go-up-symbolic.svg +6 -9
- data/vendor/local/share/icons/Adwaita/scalable/actions/help-about-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +49 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-down-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic-rtl.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-end-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic-rtl.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-start-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/pan-up-symbolic.svg +3 -3
- data/vendor/local/share/icons/Adwaita/scalable/actions/system-search-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/tools-check-spelling-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-refresh-symbolic.svg +14 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-ascending-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-sort-descending-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-contents-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/help-faq-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/apps/preferences-desktop-font-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/categories/applications-system-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/battery-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-solidstate-symbolic.svg +38 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/media-tape-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/modem-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/pda-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/tv-symbolic.svg +34 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/uninterruptible-power-supply-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/emotes/emote-love-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-executable-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-drag-accept-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-open-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/folder-visiting-symbolic.svg +31 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/image-loading-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/rotation-allowed-symbolic.svg +15 -13
- data/vendor/local/share/icons/Adwaita/scalable/status/rotation-locked-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/system-lock-screen-symbolic.svg +31 -0
- data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/16x16/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/22x22/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/24x24/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/256x256/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/32x32/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-demo-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/48x48/apps/gtk3-widget-factory-symbolic.symbolic.png +0 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/libepoxy/COPYING +50 -0
- data/vendor/local/share/locale/af/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/as/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/bs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ca/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/cs/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/da/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/de/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/el/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/en_GB/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/es/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/eu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/fr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/gl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/he/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/hu/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/id/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/is/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/it/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ja/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/kk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ko/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lt/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/oc/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt_BR/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/ru/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sl/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sr@latin/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/sv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/tg/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/tr/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/uk/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/vi/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/zh_TW/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/man/man1/broadwayd.1 +1 -1
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +39 -0
- data/vendor/local/share/man/man1/gtk3-demo.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- metadata +120 -12
- data/vendor/local/lib/libgtkreftestprivate.a +0 -0
Binary file
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# libgtk-3.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.6
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
@@ -13,18 +13,18 @@ library_names='libgtk-3.dll.a'
|
|
13
13
|
# The name of the static archive.
|
14
14
|
old_library=''
|
15
15
|
|
16
|
-
# Linker flags that
|
16
|
+
# Linker flags that cannot go in dependency_libs.
|
17
17
|
inherited_linker_flags=' -pthread'
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib /home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib/libgdk-3.la -L/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib
|
20
|
+
dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib /home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib/libgdk-3.la -L/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib -lshell32 -L/home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangowin32-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo-gobject.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win64/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win64/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win64/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win64/vendor/local/lib/libfreetype.la -lmsimg32 /home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgio-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgmodule-2.0.la -ldnsapi -liphlpapi -lz /home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib/libepoxy.la -lopengl32 -limm32 -lole32 -lgdi32 -lcomdlg32 -lwinspool -lcomctl32 /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
24
24
|
|
25
25
|
# Version information for libgtk-3.
|
26
|
-
current=
|
27
|
-
age=
|
26
|
+
current=1600
|
27
|
+
age=1600
|
28
28
|
revision=6
|
29
29
|
|
30
30
|
# Is this an already installed library?
|
Binary file
|
@@ -1,23 +1,23 @@
|
|
1
1
|
# libgtkreftestprivate.la - a libtool library file
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.6
|
3
3
|
#
|
4
4
|
# Please DO NOT delete this file!
|
5
5
|
# It is necessary for linking the library.
|
6
6
|
|
7
7
|
# The name that we can dlopen(3).
|
8
|
-
dlname=''
|
8
|
+
dlname='../bin/libgtkreftestprivate-0.dll'
|
9
9
|
|
10
10
|
# Names of this library.
|
11
|
-
library_names=''
|
11
|
+
library_names='libgtkreftestprivate.dll.a'
|
12
12
|
|
13
13
|
# The name of the static archive.
|
14
|
-
old_library='
|
14
|
+
old_library=''
|
15
15
|
|
16
|
-
# Linker flags that
|
16
|
+
# Linker flags that cannot go in dependency_libs.
|
17
17
|
inherited_linker_flags=' -pthread'
|
18
18
|
|
19
19
|
# Libraries that this one depends upon.
|
20
|
-
dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib /home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib/libgtk-3.la -L/home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib /home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib/libgdk-3.la -lcomdlg32 -lwinspool -lcomctl32 -limm32 -lshell32 /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangowin32-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo-gobject.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo.la /home/vagrant/rcairo.win64/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win64/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win64/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win64/vendor/local/lib/libfreetype.la -lgdi32 -lmsimg32 /home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi -lz /home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la
|
20
|
+
dependency_libs=' -R/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib -L/home/vagrant/rcairo.win64/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib -L/home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib /home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib/libgtk-3.la -L/home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib /home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib/libgdk-3.la -lcomdlg32 -lwinspool -lcomctl32 -limm32 -lshell32 /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangocairo-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangoft2-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libharfbuzz.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpangowin32-1.0.la /home/vagrant/ruby-gnome2.win64/pango/vendor/local/lib/libpango-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgthread-2.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo-gobject.la /home/vagrant/rcairo.win64/vendor/local/lib/libcairo.la -lpthread /home/vagrant/rcairo.win64/vendor/local/lib/libpixman-1.la /home/vagrant/rcairo.win64/vendor/local/lib/libfontconfig.la /home/vagrant/rcairo.win64/vendor/local/lib/libxml2.la /home/vagrant/rcairo.win64/vendor/local/lib/libfreetype.la -lgdi32 -lmsimg32 /home/vagrant/ruby-gnome2.win64/gdk_pixbuf2/vendor/local/lib/libgdk_pixbuf-2.0.la /home/vagrant/rcairo.win64/vendor/local/lib/libpng16.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgio-2.0.la -ldnsapi -liphlpapi -lz /home/vagrant/ruby-gnome2.win64/atk/vendor/local/lib/libatk-1.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgobject-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libffi.la /home/vagrant/ruby-gnome2.win64/gdk3/vendor/local/lib/libepoxy.la -lopengl32 /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libgmodule-2.0.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libglib-2.0.la -lws2_32 -lole32 -lwinmm -lshlwapi /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libintl.la /home/vagrant/ruby-gnome2.win64/glib2/vendor/local/lib/libiconv.la'
|
21
21
|
|
22
22
|
# Names of additional weak libraries provided by this library
|
23
23
|
weak_library_names=''
|
@@ -0,0 +1,11 @@
|
|
1
|
+
prefix=/home/vagrant/ruby-gnome2.win64/gdk3/vendor/local
|
2
|
+
exec_prefix=${prefix}
|
3
|
+
libdir=${exec_prefix}/lib
|
4
|
+
includedir=${prefix}/include
|
5
|
+
|
6
|
+
Name: epoxy
|
7
|
+
Description: epoxy GL dispatch Library
|
8
|
+
Version: 1.3.1
|
9
|
+
Cflags: -I${includedir}
|
10
|
+
Libs: -L${libdir} -lepoxy
|
11
|
+
Libs.private:
|
@@ -6,8 +6,8 @@ targets=win32
|
|
6
6
|
|
7
7
|
Name: GDK
|
8
8
|
Description: GTK+ Drawing Kit
|
9
|
-
Version: 3.
|
10
|
-
Requires: pangowin32 pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.
|
11
|
-
Requires.private: gio-2.0 >= 2.
|
9
|
+
Version: 3.16.6
|
10
|
+
Requires: pangowin32 pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.14.0 cairo-gobject >= 1.14.0
|
11
|
+
Requires.private: gio-2.0 >= 2.43.4 cairo-win32 epoxy >= 1.0
|
12
12
|
Libs: -L${libdir} -lgdk-3 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lwinmm
|
13
13
|
Cflags: -I${includedir}/gtk-3.0
|
@@ -6,8 +6,8 @@ targets=win32
|
|
6
6
|
|
7
7
|
Name: GDK
|
8
8
|
Description: GTK+ Drawing Kit
|
9
|
-
Version: 3.
|
10
|
-
Requires: pangowin32 pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.
|
11
|
-
Requires.private: gio-2.0 >= 2.
|
9
|
+
Version: 3.16.6
|
10
|
+
Requires: pangowin32 pangocairo gdk-pixbuf-2.0 >= 2.30.0 cairo >= 1.14.0 cairo-gobject >= 1.14.0
|
11
|
+
Requires.private: gio-2.0 >= 2.43.4 cairo-win32 epoxy >= 1.0
|
12
12
|
Libs: -L${libdir} -lgdk-3 -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid -lwinmm
|
13
13
|
Cflags: -I${includedir}/gtk-3.0
|
@@ -9,8 +9,8 @@ gtk_host=x86_64-w64-mingw32
|
|
9
9
|
|
10
10
|
Name: GTK+
|
11
11
|
Description: GTK+ Graphical UI Library
|
12
|
-
Version: 3.
|
13
|
-
Requires: gdk-3.0 atk >= 2.
|
14
|
-
Requires.private: atk
|
12
|
+
Version: 3.16.6
|
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.43.4
|
14
|
+
Requires.private: atk epoxy >= 1.0
|
15
15
|
Libs: -L${libdir} -lgtk-3
|
16
16
|
Cflags: -I${includedir}/gtk-3.0 -mms-bitfields
|
@@ -9,8 +9,8 @@ gtk_host=x86_64-w64-mingw32
|
|
9
9
|
|
10
10
|
Name: GTK+
|
11
11
|
Description: GTK+ Graphical UI Library
|
12
|
-
Version: 3.
|
13
|
-
Requires: gdk-3.0 atk >= 2.
|
14
|
-
Requires.private: atk
|
12
|
+
Version: 3.16.6
|
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.43.4
|
14
|
+
Requires.private: atk epoxy >= 1.0
|
15
15
|
Libs: -L${libdir} -lgtk-3
|
16
16
|
Cflags: -I${includedir}/gtk-3.0 -mms-bitfields
|
@@ -616,11 +616,15 @@ and “\#ffffffffffff”).</doc>
|
|
616
616
|
glib:type-name="GdkCursor"
|
617
617
|
glib:get-type="gdk_cursor_get_type">
|
618
618
|
<doc xml:space="preserve">A #GdkCursor represents a cursor. Its contents are private.</doc>
|
619
|
-
<constructor name="new"
|
619
|
+
<constructor name="new"
|
620
|
+
c:identifier="gdk_cursor_new"
|
621
|
+
deprecated="1"
|
622
|
+
deprecated-version="3.16">
|
620
623
|
<doc xml:space="preserve">Creates a new cursor from the set of builtin cursors for the default display.
|
621
624
|
See gdk_cursor_new_for_display().
|
622
625
|
|
623
626
|
To make the cursor invisible, use %GDK_BLANK_CURSOR.</doc>
|
627
|
+
<doc-deprecated xml:space="preserve">Use gdk_cursor_new_for_display() instead.</doc-deprecated>
|
624
628
|
<return-value transfer-ownership="full">
|
625
629
|
<doc xml:space="preserve">a new #GdkCursor</doc>
|
626
630
|
<type name="Cursor" c:type="GdkCursor*"/>
|
@@ -1411,9 +1415,13 @@ relationships.</doc>
|
|
1411
1415
|
</parameters>
|
1412
1416
|
</function>
|
1413
1417
|
<function name="grab_info_libgtk_only"
|
1414
|
-
c:identifier="gdk_device_grab_info_libgtk_only"
|
1418
|
+
c:identifier="gdk_device_grab_info_libgtk_only"
|
1419
|
+
deprecated="1"
|
1420
|
+
deprecated-version="3.16">
|
1415
1421
|
<doc xml:space="preserve">Determines information about the current keyboard grab.
|
1416
1422
|
This is not public API and must not be used by applications.</doc>
|
1423
|
+
<doc-deprecated xml:space="preserve">The symbol was never meant to be used outside
|
1424
|
+
of GTK+</doc-deprecated>
|
1417
1425
|
<return-value transfer-ownership="none">
|
1418
1426
|
<doc xml:space="preserve">%TRUE if this application currently has the
|
1419
1427
|
keyboard grabbed.</doc>
|
@@ -1591,7 +1599,8 @@ by gdk_device_list_axes()</doc>
|
|
1591
1599
|
<method name="get_has_cursor"
|
1592
1600
|
c:identifier="gdk_device_get_has_cursor"
|
1593
1601
|
version="2.20">
|
1594
|
-
<doc xml:space="preserve">Determines whether the pointer follows device motion
|
1602
|
+
<doc xml:space="preserve">Determines whether the pointer follows device motion.
|
1603
|
+
This is not meaningful for keyboard devices, which don't have a pointer.</doc>
|
1595
1604
|
<return-value transfer-ownership="none">
|
1596
1605
|
<doc xml:space="preserve">%TRUE if the pointer follows device motion</doc>
|
1597
1606
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -1698,7 +1707,7 @@ and fill in @keyval and @modifiers with the keyval settings.</doc>
|
|
1698
1707
|
<method name="get_last_event_window"
|
1699
1708
|
c:identifier="gdk_device_get_last_event_window"
|
1700
1709
|
version="3.12">
|
1701
|
-
<doc xml:space="preserve">Gets information about which window the given pointer device is in, based on
|
1710
|
+
<doc xml:space="preserve">Gets information about which window the given pointer device is in, based on events
|
1702
1711
|
that have been received so far from the display server. If another application
|
1703
1712
|
has a pointer grab, or this application has a grab with owner_events = %FALSE,
|
1704
1713
|
%NULL may be returned even if the pointer is physically over one of this
|
@@ -1864,6 +1873,23 @@ unless there is an ongoing grab on them. See gdk_device_grab().</doc>
|
|
1864
1873
|
</parameter>
|
1865
1874
|
</parameters>
|
1866
1875
|
</method>
|
1876
|
+
<method name="get_product_id"
|
1877
|
+
c:identifier="gdk_device_get_product_id"
|
1878
|
+
version="3.16">
|
1879
|
+
<doc xml:space="preserve">Returns the product ID of this device, or %NULL if this information couldn't
|
1880
|
+
be obtained. This ID is retrieved from the device, and is thus constant for
|
1881
|
+
it. See gdk_device_get_vendor_id() for more information.</doc>
|
1882
|
+
<return-value transfer-ownership="none" nullable="1">
|
1883
|
+
<doc xml:space="preserve">the product ID, or %NULL</doc>
|
1884
|
+
<type name="utf8" c:type="const gchar*"/>
|
1885
|
+
</return-value>
|
1886
|
+
<parameters>
|
1887
|
+
<instance-parameter name="device" transfer-ownership="none">
|
1888
|
+
<doc xml:space="preserve">a slave #GdkDevice</doc>
|
1889
|
+
<type name="Device" c:type="GdkDevice*"/>
|
1890
|
+
</instance-parameter>
|
1891
|
+
</parameters>
|
1892
|
+
</method>
|
1867
1893
|
<method name="get_source"
|
1868
1894
|
c:identifier="gdk_device_get_source"
|
1869
1895
|
version="2.20">
|
@@ -1919,6 +1945,46 @@ the axes of @device in, or %NULL.</doc>
|
|
1919
1945
|
</parameter>
|
1920
1946
|
</parameters>
|
1921
1947
|
</method>
|
1948
|
+
<method name="get_vendor_id"
|
1949
|
+
c:identifier="gdk_device_get_vendor_id"
|
1950
|
+
version="3.16">
|
1951
|
+
<doc xml:space="preserve">Returns the vendor ID of this device, or %NULL if this information couldn't
|
1952
|
+
be obtained. This ID is retrieved from the device, and is thus constant for
|
1953
|
+
it.
|
1954
|
+
|
1955
|
+
This function, together with gdk_device_get_product_id(), can be used to eg.
|
1956
|
+
compose #GSettings paths to store settings for this device.
|
1957
|
+
|
1958
|
+
|[<!-- language="C" -->
|
1959
|
+
static GSettings *
|
1960
|
+
get_device_settings (GdkDevice *device)
|
1961
|
+
{
|
1962
|
+
const gchar *vendor, *product;
|
1963
|
+
GSettings *settings;
|
1964
|
+
GdkDevice *device;
|
1965
|
+
gchar *path;
|
1966
|
+
|
1967
|
+
vendor = gdk_device_get_vendor_id (device);
|
1968
|
+
product = gdk_device_get_product_id (device);
|
1969
|
+
|
1970
|
+
path = g_strdup_printf ("/org/example/app/devices/%s:%s/", vendor, product);
|
1971
|
+
settings = g_settings_new_with_path (DEVICE_SCHEMA, path);
|
1972
|
+
g_free (path);
|
1973
|
+
|
1974
|
+
return settings;
|
1975
|
+
}
|
1976
|
+
]|</doc>
|
1977
|
+
<return-value transfer-ownership="none" nullable="1">
|
1978
|
+
<doc xml:space="preserve">the vendor ID, or %NULL</doc>
|
1979
|
+
<type name="utf8" c:type="const gchar*"/>
|
1980
|
+
</return-value>
|
1981
|
+
<parameters>
|
1982
|
+
<instance-parameter name="device" transfer-ownership="none">
|
1983
|
+
<doc xml:space="preserve">a slave #GdkDevice</doc>
|
1984
|
+
<type name="Device" c:type="GdkDevice*"/>
|
1985
|
+
</instance-parameter>
|
1986
|
+
</parameters>
|
1987
|
+
</method>
|
1922
1988
|
<method name="get_window_at_position"
|
1923
1989
|
c:identifier="gdk_device_get_window_at_position"
|
1924
1990
|
version="3.0">
|
@@ -2008,6 +2074,8 @@ this application until the device is ungrabbed with gdk_device_ungrab(),
|
|
2008
2074
|
or the window becomes unviewable. This overrides any previous grab on the device
|
2009
2075
|
by this client.
|
2010
2076
|
|
2077
|
+
Note that @device and @window need to be on the same display.
|
2078
|
+
|
2011
2079
|
Device grabs are used for operations which need complete control over the
|
2012
2080
|
given device events (either pointer or keyboard). For example in GTK+ this
|
2013
2081
|
is used for Drag and Drop operations, popup menus and such.
|
@@ -2291,6 +2359,14 @@ always come in keyboard/pointer pairs. Other device types will have a %NULL asso
|
|
2291
2359
|
<doc xml:space="preserve">The device name.</doc>
|
2292
2360
|
<type name="utf8" c:type="gchar*"/>
|
2293
2361
|
</property>
|
2362
|
+
<property name="product-id"
|
2363
|
+
version="3.16"
|
2364
|
+
writable="1"
|
2365
|
+
construct-only="1"
|
2366
|
+
transfer-ownership="none">
|
2367
|
+
<doc xml:space="preserve">Product ID of this device, see gdk_device_get_product_id().</doc>
|
2368
|
+
<type name="utf8" c:type="gchar*"/>
|
2369
|
+
</property>
|
2294
2370
|
<property name="type"
|
2295
2371
|
version="3.0"
|
2296
2372
|
writable="1"
|
@@ -2299,6 +2375,14 @@ always come in keyboard/pointer pairs. Other device types will have a %NULL asso
|
|
2299
2375
|
<doc xml:space="preserve">Device role in the device manager.</doc>
|
2300
2376
|
<type name="DeviceType"/>
|
2301
2377
|
</property>
|
2378
|
+
<property name="vendor-id"
|
2379
|
+
version="3.16"
|
2380
|
+
writable="1"
|
2381
|
+
construct-only="1"
|
2382
|
+
transfer-ownership="none">
|
2383
|
+
<doc xml:space="preserve">Vendor ID of this device, see gdk_device_get_vendor_id().</doc>
|
2384
|
+
<type name="utf8" c:type="gchar*"/>
|
2385
|
+
</property>
|
2302
2386
|
<glib:signal name="changed" when="last">
|
2303
2387
|
<doc xml:space="preserve">The ::changed signal is emitted either when the #GdkDevice
|
2304
2388
|
has changed the number of either axes or keys. For example
|
@@ -2626,12 +2710,16 @@ function for:
|
|
2626
2710
|
</parameters>
|
2627
2711
|
</function>
|
2628
2712
|
<function name="open_default_libgtk_only"
|
2629
|
-
c:identifier="gdk_display_open_default_libgtk_only"
|
2713
|
+
c:identifier="gdk_display_open_default_libgtk_only"
|
2714
|
+
deprecated="1"
|
2715
|
+
deprecated-version="3.16">
|
2630
2716
|
<doc xml:space="preserve">Opens the default display specified by command line arguments or
|
2631
2717
|
environment variables, sets it as the default display, and returns
|
2632
2718
|
it. gdk_parse_args() must have been called first. If the default
|
2633
2719
|
display has previously been set, simply returns that. An internal
|
2634
2720
|
function that should not be used by applications.</doc>
|
2721
|
+
<doc-deprecated xml:space="preserve">This symbol was never meant to be used outside
|
2722
|
+
of GTK+</doc-deprecated>
|
2635
2723
|
<return-value transfer-ownership="none" nullable="1">
|
2636
2724
|
<doc xml:space="preserve">the default display, if it
|
2637
2725
|
could be opened, otherwise %NULL.</doc>
|
@@ -3280,12 +3368,16 @@ running.</doc>
|
|
3280
3368
|
</method>
|
3281
3369
|
<method name="supports_composite"
|
3282
3370
|
c:identifier="gdk_display_supports_composite"
|
3283
|
-
version="2.12"
|
3371
|
+
version="2.12"
|
3372
|
+
deprecated="1"
|
3373
|
+
deprecated-version="3.16">
|
3284
3374
|
<doc xml:space="preserve">Returns %TRUE if gdk_window_set_composited() can be used
|
3285
3375
|
to redirect drawing on the window using compositing.
|
3286
3376
|
|
3287
3377
|
Currently this only works on X11 with XComposite and
|
3288
3378
|
XDamage extensions available.</doc>
|
3379
|
+
<doc-deprecated xml:space="preserve">Compositing is an outdated technology that
|
3380
|
+
only ever worked on X11.</doc-deprecated>
|
3289
3381
|
<return-value transfer-ownership="none">
|
3290
3382
|
<doc xml:space="preserve">%TRUE if windows may be composited.</doc>
|
3291
3383
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -5084,6 +5176,9 @@ can also cause #GdkEventGrabBroken events.</doc>
|
|
5084
5176
|
Most of these masks map onto one or more of the #GdkEventType event types
|
5085
5177
|
above.
|
5086
5178
|
|
5179
|
+
See the [input handling overview][chap-input-handling] for details of
|
5180
|
+
[event masks][event-masks] and [event propagation][event-propagation].
|
5181
|
+
|
5087
5182
|
%GDK_POINTER_MOTION_HINT_MASK is deprecated. It is a special mask
|
5088
5183
|
to reduce the number of %GDK_MOTION_NOTIFY events received. When using
|
5089
5184
|
%GDK_POINTER_MOTION_HINT_MASK, fewer %GDK_MOTION_NOTIFY events will
|
@@ -6559,6 +6654,384 @@ when in fullscreen mode.</doc>
|
|
6559
6654
|
<doc xml:space="preserve">Span across all monitors when fullscreen.</doc>
|
6560
6655
|
</member>
|
6561
6656
|
</enumeration>
|
6657
|
+
<class name="GLContext"
|
6658
|
+
c:symbol-prefix="gl_context"
|
6659
|
+
c:type="GdkGLContext"
|
6660
|
+
parent="GObject.Object"
|
6661
|
+
abstract="1"
|
6662
|
+
glib:type-name="GdkGLContext"
|
6663
|
+
glib:get-type="gdk_gl_context_get_type">
|
6664
|
+
<doc xml:space="preserve">#GdkGLContext is an object representing the platform-specific
|
6665
|
+
OpenGL drawing context.
|
6666
|
+
|
6667
|
+
#GdkGLContexts are created for a #GdkWindow using
|
6668
|
+
gdk_window_create_gl_context(), and the context will match
|
6669
|
+
the #GdkVisual of the window.
|
6670
|
+
|
6671
|
+
A #GdkGLContext is not tied to any particular normal framebuffer.
|
6672
|
+
For instance, it cannot draw to the #GdkWindow back buffer. The GDK
|
6673
|
+
repaint system is in full control of the painting to that. Instead,
|
6674
|
+
you can create render buffers or textures and use gdk_cairo_draw_from_gl()
|
6675
|
+
in the draw function of your widget to draw them. Then GDK will handle
|
6676
|
+
the integration of your rendering with that of other widgets.
|
6677
|
+
|
6678
|
+
Support for #GdkGLContext is platform-specific, context creation
|
6679
|
+
can fail, returning %NULL context.
|
6680
|
+
|
6681
|
+
A #GdkGLContext has to be made "current" in order to start using
|
6682
|
+
it, otherwise any OpenGL call will be ignored.
|
6683
|
+
|
6684
|
+
## Creating a new OpenGL context ##
|
6685
|
+
|
6686
|
+
In order to create a new #GdkGLContext instance you need a
|
6687
|
+
#GdkWindow, which you typically get during the realize call
|
6688
|
+
of a widget.
|
6689
|
+
|
6690
|
+
A #GdkGLContext is not realized until either gdk_gl_context_make_current(),
|
6691
|
+
or until it is realized using gdk_gl_context_realize(). It is possible to
|
6692
|
+
specify details of the GL context like the OpenGL version to be used, or
|
6693
|
+
whether the GL context should have extra state validation enabled after
|
6694
|
+
calling gdk_window_create_gl_context() by calling gdk_gl_context_realize().
|
6695
|
+
If the realization fails you have the option to change the settings of the
|
6696
|
+
#GdkGLContext and try again.
|
6697
|
+
|
6698
|
+
## Using a GdkGLContext ##
|
6699
|
+
|
6700
|
+
You will need to make the #GdkGLContext the current context
|
6701
|
+
before issuing OpenGL calls; the system sends OpenGL commands to
|
6702
|
+
whichever context is current. It is possible to have multiple
|
6703
|
+
contexts, so you always need to ensure that the one which you
|
6704
|
+
want to draw with is the current one before issuing commands:
|
6705
|
+
|
6706
|
+
|[<!-- language="C" -->
|
6707
|
+
gdk_gl_context_make_current (context);
|
6708
|
+
]|
|
6709
|
+
|
6710
|
+
You can now perform your drawing using OpenGL commands.
|
6711
|
+
|
6712
|
+
You can check which #GdkGLContext is the current one by using
|
6713
|
+
gdk_gl_context_get_current(); you can also unset any #GdkGLContext
|
6714
|
+
that is currently set by calling gdk_gl_context_clear_current().</doc>
|
6715
|
+
<function name="clear_current"
|
6716
|
+
c:identifier="gdk_gl_context_clear_current"
|
6717
|
+
version="3.16">
|
6718
|
+
<doc xml:space="preserve">Clears the current #GdkGLContext.
|
6719
|
+
|
6720
|
+
Any OpenGL call after this function returns will be ignored
|
6721
|
+
until gdk_gl_context_make_current() is called.</doc>
|
6722
|
+
<return-value transfer-ownership="none">
|
6723
|
+
<type name="none" c:type="void"/>
|
6724
|
+
</return-value>
|
6725
|
+
</function>
|
6726
|
+
<function name="get_current"
|
6727
|
+
c:identifier="gdk_gl_context_get_current"
|
6728
|
+
version="3.16">
|
6729
|
+
<doc xml:space="preserve">Retrieves the current #GdkGLContext.</doc>
|
6730
|
+
<return-value transfer-ownership="none">
|
6731
|
+
<doc xml:space="preserve">the current #GdkGLContext, or %NULL</doc>
|
6732
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6733
|
+
</return-value>
|
6734
|
+
</function>
|
6735
|
+
<method name="get_debug_enabled"
|
6736
|
+
c:identifier="gdk_gl_context_get_debug_enabled"
|
6737
|
+
version="3.16">
|
6738
|
+
<doc xml:space="preserve">Retrieves the value set using gdk_gl_context_set_debug_enabled().</doc>
|
6739
|
+
<return-value transfer-ownership="none">
|
6740
|
+
<doc xml:space="preserve">%TRUE if debugging is enabled</doc>
|
6741
|
+
<type name="gboolean" c:type="gboolean"/>
|
6742
|
+
</return-value>
|
6743
|
+
<parameters>
|
6744
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6745
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6746
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6747
|
+
</instance-parameter>
|
6748
|
+
</parameters>
|
6749
|
+
</method>
|
6750
|
+
<method name="get_display"
|
6751
|
+
c:identifier="gdk_gl_context_get_display"
|
6752
|
+
version="3.16">
|
6753
|
+
<doc xml:space="preserve">Retrieves the #GdkDisplay the @context is created for</doc>
|
6754
|
+
<return-value transfer-ownership="none">
|
6755
|
+
<doc xml:space="preserve">a #GdkDisplay or %NULL</doc>
|
6756
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
6757
|
+
</return-value>
|
6758
|
+
<parameters>
|
6759
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6760
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6761
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6762
|
+
</instance-parameter>
|
6763
|
+
</parameters>
|
6764
|
+
</method>
|
6765
|
+
<method name="get_forward_compatible"
|
6766
|
+
c:identifier="gdk_gl_context_get_forward_compatible"
|
6767
|
+
version="3.16">
|
6768
|
+
<doc xml:space="preserve">Retrieves the value set using gdk_gl_context_set_forward_compatible().</doc>
|
6769
|
+
<return-value transfer-ownership="none">
|
6770
|
+
<doc xml:space="preserve">%TRUE if the context should be forward compatible</doc>
|
6771
|
+
<type name="gboolean" c:type="gboolean"/>
|
6772
|
+
</return-value>
|
6773
|
+
<parameters>
|
6774
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6775
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6776
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6777
|
+
</instance-parameter>
|
6778
|
+
</parameters>
|
6779
|
+
</method>
|
6780
|
+
<method name="get_required_version"
|
6781
|
+
c:identifier="gdk_gl_context_get_required_version"
|
6782
|
+
version="3.16">
|
6783
|
+
<doc xml:space="preserve">Retrieves the major and minor version requested by calling
|
6784
|
+
gdk_gl_context_set_required_version().</doc>
|
6785
|
+
<return-value transfer-ownership="none">
|
6786
|
+
<type name="none" c:type="void"/>
|
6787
|
+
</return-value>
|
6788
|
+
<parameters>
|
6789
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6790
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6791
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6792
|
+
</instance-parameter>
|
6793
|
+
<parameter name="major"
|
6794
|
+
direction="out"
|
6795
|
+
caller-allocates="0"
|
6796
|
+
transfer-ownership="full"
|
6797
|
+
nullable="1">
|
6798
|
+
<doc xml:space="preserve">return location for the major version to request</doc>
|
6799
|
+
<type name="gint" c:type="int*"/>
|
6800
|
+
</parameter>
|
6801
|
+
<parameter name="minor"
|
6802
|
+
direction="out"
|
6803
|
+
caller-allocates="0"
|
6804
|
+
transfer-ownership="full"
|
6805
|
+
nullable="1">
|
6806
|
+
<doc xml:space="preserve">return location for the minor version to request</doc>
|
6807
|
+
<type name="gint" c:type="int*"/>
|
6808
|
+
</parameter>
|
6809
|
+
</parameters>
|
6810
|
+
</method>
|
6811
|
+
<method name="get_shared_context"
|
6812
|
+
c:identifier="gdk_gl_context_get_shared_context"
|
6813
|
+
version="3.16">
|
6814
|
+
<doc xml:space="preserve">Retrieves the #GdkGLContext that this @context share data with.</doc>
|
6815
|
+
<return-value transfer-ownership="none">
|
6816
|
+
<doc xml:space="preserve">a #GdkGLContext or %NULL</doc>
|
6817
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6818
|
+
</return-value>
|
6819
|
+
<parameters>
|
6820
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6821
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6822
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6823
|
+
</instance-parameter>
|
6824
|
+
</parameters>
|
6825
|
+
</method>
|
6826
|
+
<method name="get_version"
|
6827
|
+
c:identifier="gdk_gl_context_get_version"
|
6828
|
+
version="3.16">
|
6829
|
+
<doc xml:space="preserve">Retrieves the OpenGL version of the @context.
|
6830
|
+
|
6831
|
+
The @context must be realized prior to calling this function.</doc>
|
6832
|
+
<return-value transfer-ownership="none">
|
6833
|
+
<type name="none" c:type="void"/>
|
6834
|
+
</return-value>
|
6835
|
+
<parameters>
|
6836
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6837
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6838
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6839
|
+
</instance-parameter>
|
6840
|
+
<parameter name="major"
|
6841
|
+
direction="out"
|
6842
|
+
caller-allocates="0"
|
6843
|
+
transfer-ownership="full">
|
6844
|
+
<doc xml:space="preserve">return location for the major version</doc>
|
6845
|
+
<type name="gint" c:type="int*"/>
|
6846
|
+
</parameter>
|
6847
|
+
<parameter name="minor"
|
6848
|
+
direction="out"
|
6849
|
+
caller-allocates="0"
|
6850
|
+
transfer-ownership="full">
|
6851
|
+
<doc xml:space="preserve">return location for the minor version</doc>
|
6852
|
+
<type name="gint" c:type="int*"/>
|
6853
|
+
</parameter>
|
6854
|
+
</parameters>
|
6855
|
+
</method>
|
6856
|
+
<method name="get_window"
|
6857
|
+
c:identifier="gdk_gl_context_get_window"
|
6858
|
+
version="3.16">
|
6859
|
+
<doc xml:space="preserve">Retrieves the #GdkWindow used by the @context.</doc>
|
6860
|
+
<return-value transfer-ownership="none">
|
6861
|
+
<doc xml:space="preserve">a #GdkWindow or %NULL</doc>
|
6862
|
+
<type name="Window" c:type="GdkWindow*"/>
|
6863
|
+
</return-value>
|
6864
|
+
<parameters>
|
6865
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6866
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6867
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6868
|
+
</instance-parameter>
|
6869
|
+
</parameters>
|
6870
|
+
</method>
|
6871
|
+
<method name="make_current"
|
6872
|
+
c:identifier="gdk_gl_context_make_current"
|
6873
|
+
version="3.16">
|
6874
|
+
<doc xml:space="preserve">Makes the @context the current one.</doc>
|
6875
|
+
<return-value transfer-ownership="none">
|
6876
|
+
<type name="none" c:type="void"/>
|
6877
|
+
</return-value>
|
6878
|
+
<parameters>
|
6879
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6880
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6881
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6882
|
+
</instance-parameter>
|
6883
|
+
</parameters>
|
6884
|
+
</method>
|
6885
|
+
<method name="realize"
|
6886
|
+
c:identifier="gdk_gl_context_realize"
|
6887
|
+
version="3.16"
|
6888
|
+
throws="1">
|
6889
|
+
<doc xml:space="preserve">Realizes the given #GdkGLContext.
|
6890
|
+
|
6891
|
+
It is safe to call this function on a realized #GdkGLContext.</doc>
|
6892
|
+
<return-value transfer-ownership="none">
|
6893
|
+
<doc xml:space="preserve">%TRUE if the context is realized</doc>
|
6894
|
+
<type name="gboolean" c:type="gboolean"/>
|
6895
|
+
</return-value>
|
6896
|
+
<parameters>
|
6897
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6898
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6899
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6900
|
+
</instance-parameter>
|
6901
|
+
</parameters>
|
6902
|
+
</method>
|
6903
|
+
<method name="set_debug_enabled"
|
6904
|
+
c:identifier="gdk_gl_context_set_debug_enabled"
|
6905
|
+
version="3.16">
|
6906
|
+
<doc xml:space="preserve">Sets whether the #GdkGLContext should perform extra validations and
|
6907
|
+
run time checking. This is useful during development, but has
|
6908
|
+
additional overhead.
|
6909
|
+
|
6910
|
+
The #GdkGLContext must not be realized or made current prior to
|
6911
|
+
calling this function.</doc>
|
6912
|
+
<return-value transfer-ownership="none">
|
6913
|
+
<type name="none" c:type="void"/>
|
6914
|
+
</return-value>
|
6915
|
+
<parameters>
|
6916
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6917
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6918
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6919
|
+
</instance-parameter>
|
6920
|
+
<parameter name="enabled" transfer-ownership="none">
|
6921
|
+
<doc xml:space="preserve">whether to enable debugging in the context</doc>
|
6922
|
+
<type name="gboolean" c:type="gboolean"/>
|
6923
|
+
</parameter>
|
6924
|
+
</parameters>
|
6925
|
+
</method>
|
6926
|
+
<method name="set_forward_compatible"
|
6927
|
+
c:identifier="gdk_gl_context_set_forward_compatible"
|
6928
|
+
version="3.16">
|
6929
|
+
<doc xml:space="preserve">Sets whether the #GdkGLContext should be forward compatible.
|
6930
|
+
|
6931
|
+
Forward compatibile contexts must not support OpenGL functionality that
|
6932
|
+
has been marked as deprecated in the requested version; non-forward
|
6933
|
+
compatible contexts, on the other hand, must support both deprecated and
|
6934
|
+
non deprecated functionality.
|
6935
|
+
|
6936
|
+
The #GdkGLContext must not be realized or made current prior to calling
|
6937
|
+
this function.</doc>
|
6938
|
+
<return-value transfer-ownership="none">
|
6939
|
+
<type name="none" c:type="void"/>
|
6940
|
+
</return-value>
|
6941
|
+
<parameters>
|
6942
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6943
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6944
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6945
|
+
</instance-parameter>
|
6946
|
+
<parameter name="compatible" transfer-ownership="none">
|
6947
|
+
<doc xml:space="preserve">whether the context should be forward compatible</doc>
|
6948
|
+
<type name="gboolean" c:type="gboolean"/>
|
6949
|
+
</parameter>
|
6950
|
+
</parameters>
|
6951
|
+
</method>
|
6952
|
+
<method name="set_required_version"
|
6953
|
+
c:identifier="gdk_gl_context_set_required_version"
|
6954
|
+
version="3.16">
|
6955
|
+
<doc xml:space="preserve">Sets the major and minor version of OpenGL to request.
|
6956
|
+
|
6957
|
+
Setting @major and @minor to zero will use the default values.
|
6958
|
+
|
6959
|
+
The #GdkGLContext must not be realized or made current prior to calling
|
6960
|
+
this function.</doc>
|
6961
|
+
<return-value transfer-ownership="none">
|
6962
|
+
<type name="none" c:type="void"/>
|
6963
|
+
</return-value>
|
6964
|
+
<parameters>
|
6965
|
+
<instance-parameter name="context" transfer-ownership="none">
|
6966
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
6967
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
6968
|
+
</instance-parameter>
|
6969
|
+
<parameter name="major" transfer-ownership="none">
|
6970
|
+
<doc xml:space="preserve">the major version to request</doc>
|
6971
|
+
<type name="gint" c:type="int"/>
|
6972
|
+
</parameter>
|
6973
|
+
<parameter name="minor" transfer-ownership="none">
|
6974
|
+
<doc xml:space="preserve">the minor version to request</doc>
|
6975
|
+
<type name="gint" c:type="int"/>
|
6976
|
+
</parameter>
|
6977
|
+
</parameters>
|
6978
|
+
</method>
|
6979
|
+
<property name="display"
|
6980
|
+
version="3.16"
|
6981
|
+
writable="1"
|
6982
|
+
construct-only="1"
|
6983
|
+
transfer-ownership="none">
|
6984
|
+
<doc xml:space="preserve">The #GdkDisplay used to create the #GdkGLContext.</doc>
|
6985
|
+
<type name="Display"/>
|
6986
|
+
</property>
|
6987
|
+
<property name="shared-context"
|
6988
|
+
version="3.16"
|
6989
|
+
writable="1"
|
6990
|
+
construct-only="1"
|
6991
|
+
transfer-ownership="none">
|
6992
|
+
<doc xml:space="preserve">The #GdkGLContext that this context is sharing data with, or #NULL</doc>
|
6993
|
+
<type name="GLContext"/>
|
6994
|
+
</property>
|
6995
|
+
<property name="window"
|
6996
|
+
version="3.16"
|
6997
|
+
writable="1"
|
6998
|
+
construct-only="1"
|
6999
|
+
transfer-ownership="none">
|
7000
|
+
<doc xml:space="preserve">The #GdkWindow the gl context is bound to.</doc>
|
7001
|
+
<type name="Window"/>
|
7002
|
+
</property>
|
7003
|
+
</class>
|
7004
|
+
<enumeration name="GLError"
|
7005
|
+
version="3.16"
|
7006
|
+
glib:type-name="GdkGLError"
|
7007
|
+
glib:get-type="gdk_gl_error_get_type"
|
7008
|
+
c:type="GdkGLError"
|
7009
|
+
glib:error-domain="gdk-gl-error-quark">
|
7010
|
+
<doc xml:space="preserve">Error enumeration for #GdkGLContext.</doc>
|
7011
|
+
<member name="not_available"
|
7012
|
+
value="0"
|
7013
|
+
c:identifier="GDK_GL_ERROR_NOT_AVAILABLE"
|
7014
|
+
glib:nick="not-available">
|
7015
|
+
<doc xml:space="preserve">OpenGL support is not available</doc>
|
7016
|
+
</member>
|
7017
|
+
<member name="unsupported_format"
|
7018
|
+
value="1"
|
7019
|
+
c:identifier="GDK_GL_ERROR_UNSUPPORTED_FORMAT"
|
7020
|
+
glib:nick="unsupported-format">
|
7021
|
+
<doc xml:space="preserve">The requested visual format is not supported</doc>
|
7022
|
+
</member>
|
7023
|
+
<member name="unsupported_profile"
|
7024
|
+
value="2"
|
7025
|
+
c:identifier="GDK_GL_ERROR_UNSUPPORTED_PROFILE"
|
7026
|
+
glib:nick="unsupported-profile">
|
7027
|
+
<doc xml:space="preserve">The requested profile is not supported</doc>
|
7028
|
+
</member>
|
7029
|
+
<function name="quark" c:identifier="gdk_gl_error_quark">
|
7030
|
+
<return-value transfer-ownership="none">
|
7031
|
+
<type name="GLib.Quark" c:type="GQuark"/>
|
7032
|
+
</return-value>
|
7033
|
+
</function>
|
7034
|
+
</enumeration>
|
6562
7035
|
<record name="Geometry" c:type="GdkGeometry">
|
6563
7036
|
<doc xml:space="preserve">The #GdkGeometry struct gives the window manager information about
|
6564
7037
|
a window’s geometry constraints. Normally you would set these on
|
@@ -6728,6 +7201,12 @@ indicate success or the reason for the failure of the grab attempt.</doc>
|
|
6728
7201
|
glib:nick="frozen">
|
6729
7202
|
<doc xml:space="preserve">the resource is frozen by an active grab of another client.</doc>
|
6730
7203
|
</member>
|
7204
|
+
<member name="failed"
|
7205
|
+
value="5"
|
7206
|
+
c:identifier="GDK_GRAB_FAILED"
|
7207
|
+
glib:nick="failed">
|
7208
|
+
<doc xml:space="preserve">the grab failed for some other reason.</doc>
|
7209
|
+
</member>
|
6731
7210
|
</enumeration>
|
6732
7211
|
<enumeration name="Gravity"
|
6733
7212
|
glib:type-name="GdkGravity"
|
@@ -16409,7 +16888,11 @@ to Mod2 - Mod5, and indicates this by setting %GDK_SUPER_MASK,
|
|
16409
16888
|
Note that GDK may add internal values to events which include
|
16410
16889
|
reserved values such as %GDK_MODIFIER_RESERVED_13_MASK. Your code
|
16411
16890
|
should preserve and ignore them. You can use %GDK_MODIFIER_MASK to
|
16412
|
-
remove all reserved values
|
16891
|
+
remove all reserved values.
|
16892
|
+
|
16893
|
+
Also note that the GDK X backend interprets button press events for button
|
16894
|
+
4-7 as scroll events, so %GDK_BUTTON4_MASK and %GDK_BUTTON5_MASK will never
|
16895
|
+
be set.</doc>
|
16413
16896
|
<member name="shift_mask"
|
16414
16897
|
value="1"
|
16415
16898
|
c:identifier="GDK_SHIFT_MASK"
|
@@ -18853,6 +19336,30 @@ in parent’s coordinate system, or %NULL</doc>
|
|
18853
19336
|
</parameter>
|
18854
19337
|
</parameters>
|
18855
19338
|
</method>
|
19339
|
+
<method name="create_gl_context"
|
19340
|
+
c:identifier="gdk_window_create_gl_context"
|
19341
|
+
version="3.16"
|
19342
|
+
throws="1">
|
19343
|
+
<doc xml:space="preserve">Creates a new #GdkGLContext matching the
|
19344
|
+
framebuffer format to the visual of the #GdkWindow. The context
|
19345
|
+
is disconnected from any particular window or surface.
|
19346
|
+
|
19347
|
+
If the creation of the #GdkGLContext failed, @error will be set.
|
19348
|
+
|
19349
|
+
Before using the returned #GdkGLContext, you will need to
|
19350
|
+
call gdk_gl_context_make_current() or gdk_gl_context_realize().</doc>
|
19351
|
+
<return-value transfer-ownership="full">
|
19352
|
+
<doc xml:space="preserve">the newly created #GdkGLContext, or
|
19353
|
+
%NULL on error</doc>
|
19354
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
19355
|
+
</return-value>
|
19356
|
+
<parameters>
|
19357
|
+
<instance-parameter name="window" transfer-ownership="none">
|
19358
|
+
<doc xml:space="preserve">a #GdkWindow</doc>
|
19359
|
+
<type name="Window" c:type="GdkWindow*"/>
|
19360
|
+
</instance-parameter>
|
19361
|
+
</parameters>
|
19362
|
+
</method>
|
18856
19363
|
<method name="create_similar_image_surface"
|
18857
19364
|
c:identifier="gdk_window_create_similar_image_surface"
|
18858
19365
|
version="3.10">
|
@@ -19000,12 +19507,13 @@ reaches zero. You must call this function yourself before that happens.</doc>
|
|
19000
19507
|
</parameters>
|
19001
19508
|
</method>
|
19002
19509
|
<method name="end_paint" c:identifier="gdk_window_end_paint">
|
19003
|
-
<doc xml:space="preserve">Indicates that the backing store created by the most recent call
|
19004
|
-
gdk_window_begin_paint_region() should be copied onscreen and
|
19510
|
+
<doc xml:space="preserve">Indicates that the backing store created by the most recent call
|
19511
|
+
to gdk_window_begin_paint_region() should be copied onscreen and
|
19005
19512
|
deleted, leaving the next-most-recent backing store or no backing
|
19006
19513
|
store at all as the active paint region. See
|
19007
|
-
gdk_window_begin_paint_region() for full details.
|
19008
|
-
|
19514
|
+
gdk_window_begin_paint_region() for full details.
|
19515
|
+
|
19516
|
+
It is an error to call this function without a matching
|
19009
19517
|
gdk_window_begin_paint_region() first.</doc>
|
19010
19518
|
<return-value transfer-ownership="none">
|
19011
19519
|
<type name="none" c:type="void"/>
|
@@ -19071,7 +19579,9 @@ should be used on a #GtkWindow, rather than calling this function.</doc>
|
|
19071
19579
|
</parameters>
|
19072
19580
|
</method>
|
19073
19581
|
<method name="freeze_toplevel_updates_libgtk_only"
|
19074
|
-
c:identifier="gdk_window_freeze_toplevel_updates_libgtk_only"
|
19582
|
+
c:identifier="gdk_window_freeze_toplevel_updates_libgtk_only"
|
19583
|
+
deprecated="1"
|
19584
|
+
deprecated-version="3.16">
|
19075
19585
|
<doc xml:space="preserve">Temporarily freezes a window and all its descendants such that it won't
|
19076
19586
|
receive expose events. The window will begin receiving expose events
|
19077
19587
|
again when gdk_window_thaw_toplevel_updates_libgtk_only() is called. If
|
@@ -19082,6 +19592,7 @@ an equal number of times to begin processing exposes.
|
|
19082
19592
|
|
19083
19593
|
This function is not part of the GDK public API and is only
|
19084
19594
|
for use by GTK+.</doc>
|
19595
|
+
<doc-deprecated xml:space="preserve">This symbol was never meant to be used outside of GTK+</doc-deprecated>
|
19085
19596
|
<return-value transfer-ownership="none">
|
19086
19597
|
<type name="none" c:type="void"/>
|
19087
19598
|
</return-value>
|
@@ -19255,10 +19766,14 @@ primitives.</doc>
|
|
19255
19766
|
</method>
|
19256
19767
|
<method name="get_composited"
|
19257
19768
|
c:identifier="gdk_window_get_composited"
|
19258
|
-
version="2.22"
|
19769
|
+
version="2.22"
|
19770
|
+
deprecated="1"
|
19771
|
+
deprecated-version="3.16">
|
19259
19772
|
<doc xml:space="preserve">Determines whether @window is composited.
|
19260
19773
|
|
19261
19774
|
See gdk_window_set_composited().</doc>
|
19775
|
+
<doc-deprecated xml:space="preserve">Compositing is an outdated technology that
|
19776
|
+
only ever worked on X11.</doc-deprecated>
|
19262
19777
|
<return-value transfer-ownership="none">
|
19263
19778
|
<doc xml:space="preserve">%TRUE if the window is composited.</doc>
|
19264
19779
|
<type name="gboolean" c:type="gboolean"/>
|
@@ -19905,7 +20420,7 @@ The position coordinates are relative to the window’s parent window.</doc>
|
|
19905
20420
|
version="2.18">
|
19906
20421
|
<doc xml:space="preserve">Obtains the position of a window position in root
|
19907
20422
|
window coordinates. This is similar to
|
19908
|
-
gdk_window_get_origin() but allows you
|
20423
|
+
gdk_window_get_origin() but allows you to pass
|
19909
20424
|
in any position in the window, not just the origin.</doc>
|
19910
20425
|
<return-value transfer-ownership="none">
|
19911
20426
|
<type name="none" c:type="void"/>
|
@@ -20489,6 +21004,31 @@ function before gdk_window_show(). (Try gdk_window_show_unraised().)</doc>
|
|
20489
21004
|
</instance-parameter>
|
20490
21005
|
</parameters>
|
20491
21006
|
</method>
|
21007
|
+
<method name="mark_paint_from_clip"
|
21008
|
+
c:identifier="gdk_window_mark_paint_from_clip"
|
21009
|
+
version="3.16">
|
21010
|
+
<doc xml:space="preserve">If you call this during a paint (e.g. between gdk_window_begin_paint_region()
|
21011
|
+
and gdk_window_end_paint() then GDK will mark the current clip region of the
|
21012
|
+
window as being drawn. This is required when mixing GL rendering via
|
21013
|
+
gdk_cairo_draw_from_gl() and cairo rendering, as otherwise GDK has no way
|
21014
|
+
of knowing when something paints over the GL-drawn regions.
|
21015
|
+
|
21016
|
+
This is typically called automatically by GTK+ and you don't need
|
21017
|
+
to care about this.</doc>
|
21018
|
+
<return-value transfer-ownership="none">
|
21019
|
+
<type name="none" c:type="void"/>
|
21020
|
+
</return-value>
|
21021
|
+
<parameters>
|
21022
|
+
<instance-parameter name="window" transfer-ownership="none">
|
21023
|
+
<doc xml:space="preserve">a #GdkWindow</doc>
|
21024
|
+
<type name="Window" c:type="GdkWindow*"/>
|
21025
|
+
</instance-parameter>
|
21026
|
+
<parameter name="cr" transfer-ownership="none">
|
21027
|
+
<doc xml:space="preserve">a #cairo_t</doc>
|
21028
|
+
<type name="cairo.Context" c:type="cairo_t*"/>
|
21029
|
+
</parameter>
|
21030
|
+
</parameters>
|
21031
|
+
</method>
|
20492
21032
|
<method name="maximize" c:identifier="gdk_window_maximize">
|
20493
21033
|
<doc xml:space="preserve">Maximizes the window. If the window was already maximized, then
|
20494
21034
|
this function does nothing.
|
@@ -20872,10 +21412,12 @@ hint. ICCCM-compliant window manager usually respect it.</doc>
|
|
20872
21412
|
c:identifier="gdk_window_set_background"
|
20873
21413
|
deprecated="1"
|
20874
21414
|
deprecated-version="3.4">
|
20875
|
-
<doc xml:space="preserve">Sets the background color of @window.
|
20876
|
-
|
20877
|
-
|
20878
|
-
|
21415
|
+
<doc xml:space="preserve">Sets the background color of @window.
|
21416
|
+
|
21417
|
+
However, when using GTK+, influence the background of a widget
|
21418
|
+
using a style class or CSS — if you’re an application — or with
|
21419
|
+
gtk_style_context_set_background() — if you're implementing a
|
21420
|
+
custom widget.
|
20879
21421
|
|
20880
21422
|
See also gdk_window_set_background_pattern().</doc>
|
20881
21423
|
<doc-deprecated xml:space="preserve">Use gdk_window_set_background_rgba() instead.</doc-deprecated>
|
@@ -20973,7 +21515,9 @@ the shape mask of @window in the masks to be merged.</doc>
|
|
20973
21515
|
</method>
|
20974
21516
|
<method name="set_composited"
|
20975
21517
|
c:identifier="gdk_window_set_composited"
|
20976
|
-
version="2.12"
|
21518
|
+
version="2.12"
|
21519
|
+
deprecated="1"
|
21520
|
+
deprecated-version="3.16">
|
20977
21521
|
<doc xml:space="preserve">Sets a #GdkWindow as composited, or unsets it. Composited
|
20978
21522
|
windows do not automatically have their contents drawn to
|
20979
21523
|
the screen. Drawing is redirected to an offscreen buffer
|
@@ -20996,6 +21540,8 @@ only X11 with new enough Xcomposite and Xdamage extensions).
|
|
20996
21540
|
You must call gdk_display_supports_composite() to check if
|
20997
21541
|
setting a window as composited is supported before
|
20998
21542
|
attempting to do so.</doc>
|
21543
|
+
<doc-deprecated xml:space="preserve">Compositing is an outdated technology that
|
21544
|
+
only ever worked on X11.</doc-deprecated>
|
20999
21545
|
<return-value transfer-ownership="none">
|
21000
21546
|
<type name="none" c:type="void"/>
|
21001
21547
|
</return-value>
|
@@ -21011,11 +21557,15 @@ attempting to do so.</doc>
|
|
21011
21557
|
</parameters>
|
21012
21558
|
</method>
|
21013
21559
|
<method name="set_cursor" c:identifier="gdk_window_set_cursor">
|
21014
|
-
<doc xml:space="preserve">Sets the default mouse pointer for a #GdkWindow.
|
21015
|
-
|
21016
|
-
|
21017
|
-
|
21018
|
-
|
21560
|
+
<doc xml:space="preserve">Sets the default mouse pointer for a #GdkWindow.
|
21561
|
+
|
21562
|
+
Note that @cursor must be for the same display as @window.
|
21563
|
+
|
21564
|
+
Use gdk_cursor_new_for_display() or gdk_cursor_new_from_pixbuf() to
|
21565
|
+
create the cursor. To make the cursor invisible, use %GDK_BLANK_CURSOR.
|
21566
|
+
Passing %NULL for the @cursor argument to gdk_window_set_cursor() means
|
21567
|
+
that @window will use the cursor of its parent window. Most windows
|
21568
|
+
should use this default.</doc>
|
21019
21569
|
<return-value transfer-ownership="none">
|
21020
21570
|
<type name="none" c:type="void"/>
|
21021
21571
|
</return-value>
|
@@ -21096,7 +21646,9 @@ use this default.</doc>
|
|
21096
21646
|
attached to any visible pointer) to @window. For example, an event mask
|
21097
21647
|
including #GDK_BUTTON_PRESS_MASK means the window should report button
|
21098
21648
|
press events. The event mask is the bitwise OR of values from the
|
21099
|
-
#GdkEventMask enumeration
|
21649
|
+
#GdkEventMask enumeration.
|
21650
|
+
|
21651
|
+
See the [input handling overview][event-masks] for details.</doc>
|
21100
21652
|
<return-value transfer-ownership="none">
|
21101
21653
|
<type name="none" c:type="void"/>
|
21102
21654
|
</return-value>
|
@@ -21145,7 +21697,9 @@ By default, event compression is enabled.</doc>
|
|
21145
21697
|
for that window from all master input devices. For example, an event mask
|
21146
21698
|
including #GDK_BUTTON_PRESS_MASK means the window should report button
|
21147
21699
|
press events. The event mask is the bitwise OR of values from the
|
21148
|
-
#GdkEventMask enumeration
|
21700
|
+
#GdkEventMask enumeration.
|
21701
|
+
|
21702
|
+
See the [input handling overview][event-masks] for details.</doc>
|
21149
21703
|
<return-value transfer-ownership="none">
|
21150
21704
|
<type name="none" c:type="void"/>
|
21151
21705
|
</return-value>
|
@@ -21480,7 +22034,12 @@ of the opacity parameter are clamped to the [0,1] range.)
|
|
21480
22034
|
|
21481
22035
|
For toplevel windows this depends on support from the windowing system
|
21482
22036
|
that may not always be there. For instance, On X11, this works only on
|
21483
|
-
X screens with a compositing manager running.
|
22037
|
+
X screens with a compositing manager running. On Wayland, there is no
|
22038
|
+
per-window opacity value that the compositor would apply. Instead, use
|
22039
|
+
`gdk_window_set_opaque_region (window, NULL)` to tell the compositor
|
22040
|
+
that the entire window is (potentially) non-opaque, and draw your content
|
22041
|
+
with alpha, or use gtk_widget_set_opacity() to set an overall opacity
|
22042
|
+
for your widgets.
|
21484
22043
|
|
21485
22044
|
For child windows this function only works for non-native windows.
|
21486
22045
|
|
@@ -21505,7 +22064,7 @@ Support for non-toplevel windows was added in 3.8.</doc>
|
|
21505
22064
|
<method name="set_opaque_region"
|
21506
22065
|
c:identifier="gdk_window_set_opaque_region"
|
21507
22066
|
version="3.10">
|
21508
|
-
<doc xml:space="preserve">For
|
22067
|
+
<doc xml:space="preserve">For optimisation purposes, compositing window managers may
|
21509
22068
|
like to not draw obscured regions of windows, or turn off blending
|
21510
22069
|
during for these regions. With RGB windows with no transparency,
|
21511
22070
|
this is just the shape of the window, but with ARGB32 windows, the
|
@@ -21514,7 +22073,7 @@ or not.
|
|
21514
22073
|
|
21515
22074
|
This function only works for toplevel windows.
|
21516
22075
|
|
21517
|
-
GTK+ will
|
22076
|
+
GTK+ will update this property automatically if
|
21518
22077
|
the @window background is opaque, as we know where the opaque regions
|
21519
22078
|
are. If your window background is not opaque, please update this
|
21520
22079
|
property in your #GtkWidget::style-updated handler.</doc>
|
@@ -21526,8 +22085,11 @@ property in your #GtkWidget::style-updated handler.</doc>
|
|
21526
22085
|
<doc xml:space="preserve">a top-level or non-native #GdkWindow</doc>
|
21527
22086
|
<type name="Window" c:type="GdkWindow*"/>
|
21528
22087
|
</instance-parameter>
|
21529
|
-
<parameter name="region"
|
21530
|
-
|
22088
|
+
<parameter name="region"
|
22089
|
+
transfer-ownership="none"
|
22090
|
+
nullable="1"
|
22091
|
+
allow-none="1">
|
22092
|
+
<doc xml:space="preserve">a region, or %NULL</doc>
|
21531
22093
|
<type name="cairo.Region" c:type="cairo_region_t*"/>
|
21532
22094
|
</parameter>
|
21533
22095
|
</parameters>
|
@@ -21714,13 +22276,17 @@ instead of this low-level function.</doc>
|
|
21714
22276
|
</parameters>
|
21715
22277
|
</method>
|
21716
22278
|
<method name="set_static_gravities"
|
21717
|
-
c:identifier="gdk_window_set_static_gravities"
|
21718
|
-
|
21719
|
-
|
21720
|
-
|
21721
|
-
|
21722
|
-
|
21723
|
-
|
22279
|
+
c:identifier="gdk_window_set_static_gravities"
|
22280
|
+
deprecated="1"
|
22281
|
+
deprecated-version="3.16">
|
22282
|
+
<doc xml:space="preserve">Used to set the bit gravity of the given window to static, and flag
|
22283
|
+
it so all children get static subwindow gravity. This is used if you
|
22284
|
+
are implementing scary features that involve deep knowledge of the
|
22285
|
+
windowing system. Don’t worry about it.</doc>
|
22286
|
+
<doc-deprecated xml:space="preserve">static gravities haven't worked on anything but X11
|
22287
|
+
for a long time.</doc-deprecated>
|
22288
|
+
<return-value transfer-ownership="none">
|
22289
|
+
<doc xml:space="preserve">%FALSE</doc>
|
21724
22290
|
<type name="gboolean" c:type="gboolean"/>
|
21725
22291
|
</return-value>
|
21726
22292
|
<parameters>
|
@@ -21986,12 +22552,15 @@ there’s nothing you can do to force it to happen.</doc>
|
|
21986
22552
|
</parameters>
|
21987
22553
|
</method>
|
21988
22554
|
<method name="thaw_toplevel_updates_libgtk_only"
|
21989
|
-
c:identifier="gdk_window_thaw_toplevel_updates_libgtk_only"
|
22555
|
+
c:identifier="gdk_window_thaw_toplevel_updates_libgtk_only"
|
22556
|
+
deprecated="1"
|
22557
|
+
deprecated-version="3.16">
|
21990
22558
|
<doc xml:space="preserve">Thaws a window frozen with
|
21991
22559
|
gdk_window_freeze_toplevel_updates_libgtk_only().
|
21992
22560
|
|
21993
22561
|
This function is not part of the GDK public API and is only
|
21994
22562
|
for use by GTK+.</doc>
|
22563
|
+
<doc-deprecated xml:space="preserve">This symbol was never meant to be used outside of GTK+</doc-deprecated>
|
21995
22564
|
<return-value transfer-ownership="none">
|
21996
22565
|
<type name="none" c:type="void"/>
|
21997
22566
|
</return-value>
|
@@ -22872,9 +23441,13 @@ windows in order to trap or filter the events. You can’t draw on
|
|
22872
23441
|
</member>
|
22873
23442
|
</enumeration>
|
22874
23443
|
<function name="add_option_entries_libgtk_only"
|
22875
|
-
c:identifier="gdk_add_option_entries_libgtk_only"
|
23444
|
+
c:identifier="gdk_add_option_entries_libgtk_only"
|
23445
|
+
deprecated="1"
|
23446
|
+
deprecated-version="3.16">
|
22876
23447
|
<doc xml:space="preserve">Appends gdk option entries to the passed in option group. This is
|
22877
23448
|
not public API and must not be used by applications.</doc>
|
23449
|
+
<doc-deprecated xml:space="preserve">This symbol was never meant to be used outside
|
23450
|
+
of GTK+</doc-deprecated>
|
22878
23451
|
<return-value transfer-ownership="none">
|
22879
23452
|
<type name="none" c:type="void"/>
|
22880
23453
|
</return-value>
|
@@ -22944,7 +23517,7 @@ GTK+ theme engines).</doc>
|
|
22944
23517
|
<doc xml:space="preserve">Creates a Cairo context for drawing to @window.
|
22945
23518
|
|
22946
23519
|
Note that calling cairo_reset_clip() on the resulting #cairo_t will
|
22947
|
-
|
23520
|
+
produce undefined results, so avoid it at all costs.</doc>
|
22948
23521
|
<return-value transfer-ownership="full">
|
22949
23522
|
<doc xml:space="preserve">A newly created Cairo context. Free with
|
22950
23523
|
cairo_destroy() when you are done drawing.</doc>
|
@@ -22957,6 +23530,67 @@ rproduce undefined results, so avoid it at all costs.</doc>
|
|
22957
23530
|
</parameter>
|
22958
23531
|
</parameters>
|
22959
23532
|
</function>
|
23533
|
+
<function name="cairo_draw_from_gl"
|
23534
|
+
c:identifier="gdk_cairo_draw_from_gl"
|
23535
|
+
version="3.16">
|
23536
|
+
<doc xml:space="preserve">This is the main way to draw GL content in GTK+. It takes a render buffer ID
|
23537
|
+
(@source_type == #GL_RENDERBUFFER) or a texture id (@source_type == #GL_TEXTURE)
|
23538
|
+
and draws it onto @cr with an OVER operation, respecting the current clip.
|
23539
|
+
The top left corner of the rectangle specified by @x, @y, @width and @height
|
23540
|
+
will be drawn at the current (0,0) position of the cairo_t.
|
23541
|
+
|
23542
|
+
This will work for *all* cairo_t, as long as @window is realized, but the
|
23543
|
+
fallback implementation that reads back the pixels from the buffer may be
|
23544
|
+
used in the general case. In the case of direct drawing to a window with
|
23545
|
+
no special effects applied to @cr it will however use a more efficient
|
23546
|
+
approach.
|
23547
|
+
|
23548
|
+
For #GL_RENDERBUFFER the code will always fall back to software for buffers
|
23549
|
+
with alpha components, so make sure you use #GL_TEXTURE if using alpha.
|
23550
|
+
|
23551
|
+
Calling this may change the current GL context.</doc>
|
23552
|
+
<return-value transfer-ownership="none">
|
23553
|
+
<type name="none" c:type="void"/>
|
23554
|
+
</return-value>
|
23555
|
+
<parameters>
|
23556
|
+
<parameter name="cr" transfer-ownership="none">
|
23557
|
+
<doc xml:space="preserve">a cairo context</doc>
|
23558
|
+
<type name="cairo.Context" c:type="cairo_t*"/>
|
23559
|
+
</parameter>
|
23560
|
+
<parameter name="window" transfer-ownership="none">
|
23561
|
+
<doc xml:space="preserve">The window we're rendering for (not necessarily into)</doc>
|
23562
|
+
<type name="Window" c:type="GdkWindow*"/>
|
23563
|
+
</parameter>
|
23564
|
+
<parameter name="source" transfer-ownership="none">
|
23565
|
+
<doc xml:space="preserve">The GL ID of the source buffer</doc>
|
23566
|
+
<type name="gint" c:type="int"/>
|
23567
|
+
</parameter>
|
23568
|
+
<parameter name="source_type" transfer-ownership="none">
|
23569
|
+
<doc xml:space="preserve">The type of the @source</doc>
|
23570
|
+
<type name="gint" c:type="int"/>
|
23571
|
+
</parameter>
|
23572
|
+
<parameter name="buffer_scale" transfer-ownership="none">
|
23573
|
+
<doc xml:space="preserve">The scale-factor that the @source buffer is allocated for</doc>
|
23574
|
+
<type name="gint" c:type="int"/>
|
23575
|
+
</parameter>
|
23576
|
+
<parameter name="x" transfer-ownership="none">
|
23577
|
+
<doc xml:space="preserve">The source x position in @source to start copying from in GL coordinates</doc>
|
23578
|
+
<type name="gint" c:type="int"/>
|
23579
|
+
</parameter>
|
23580
|
+
<parameter name="y" transfer-ownership="none">
|
23581
|
+
<doc xml:space="preserve">The source y position in @source to start copying from in GL coordinates</doc>
|
23582
|
+
<type name="gint" c:type="int"/>
|
23583
|
+
</parameter>
|
23584
|
+
<parameter name="width" transfer-ownership="none">
|
23585
|
+
<doc xml:space="preserve">The width of the region to draw</doc>
|
23586
|
+
<type name="gint" c:type="int"/>
|
23587
|
+
</parameter>
|
23588
|
+
<parameter name="height" transfer-ownership="none">
|
23589
|
+
<doc xml:space="preserve">The height of the region to draw</doc>
|
23590
|
+
<type name="gint" c:type="int"/>
|
23591
|
+
</parameter>
|
23592
|
+
</parameters>
|
23593
|
+
</function>
|
22960
23594
|
<function name="cairo_get_clip_rectangle"
|
22961
23595
|
c:identifier="gdk_cairo_get_clip_rectangle">
|
22962
23596
|
<doc xml:space="preserve">This is a convenience function around cairo_clip_extents().
|
@@ -23800,6 +24434,13 @@ with g_get_prgname()) with the first character converted to uppercase.</doc>
|
|
23800
24434
|
<type name="gboolean" c:type="gboolean"/>
|
23801
24435
|
</return-value>
|
23802
24436
|
</function>
|
24437
|
+
<function name="gl_error_quark"
|
24438
|
+
c:identifier="gdk_gl_error_quark"
|
24439
|
+
moved-to="GLError.quark">
|
24440
|
+
<return-value transfer-ownership="none">
|
24441
|
+
<type name="GLib.Quark" c:type="GQuark"/>
|
24442
|
+
</return-value>
|
24443
|
+
</function>
|
23803
24444
|
<function name="init" c:identifier="gdk_init">
|
23804
24445
|
<doc xml:space="preserve">Initializes the GDK library and connects to the windowing system.
|
23805
24446
|
If initialization fails, a warning message is output and the application
|
@@ -24531,7 +25172,13 @@ application.</doc>
|
|
24531
25172
|
</parameters>
|
24532
25173
|
</function>
|
24533
25174
|
<function name="pre_parse_libgtk_only"
|
24534
|
-
c:identifier="gdk_pre_parse_libgtk_only"
|
25175
|
+
c:identifier="gdk_pre_parse_libgtk_only"
|
25176
|
+
deprecated="1"
|
25177
|
+
deprecated-version="3.16">
|
25178
|
+
<doc xml:space="preserve">Prepare for parsing command line arguments for GDK. This is not
|
25179
|
+
public API and should not be used in application code.</doc>
|
25180
|
+
<doc-deprecated xml:space="preserve">This symbol was never meant to be used outside
|
25181
|
+
of GTK+</doc-deprecated>
|
24535
25182
|
<return-value transfer-ownership="none">
|
24536
25183
|
<type name="none" c:type="void"/>
|
24537
25184
|
</return-value>
|
@@ -25127,7 +25774,10 @@ global user-configured setting.</doc>
|
|
25127
25774
|
<function name="set_program_class" c:identifier="gdk_set_program_class">
|
25128
25775
|
<doc xml:space="preserve">Sets the program class. The X11 backend uses the program class to set
|
25129
25776
|
the class name part of the `WM_CLASS` property on
|
25130
|
-
toplevel windows; see the ICCCM
|
25777
|
+
toplevel windows; see the ICCCM.
|
25778
|
+
|
25779
|
+
The program class can still be overridden with the --class command
|
25780
|
+
line option.</doc>
|
25131
25781
|
<return-value transfer-ownership="none">
|
25132
25782
|
<type name="none" c:type="void"/>
|
25133
25783
|
</return-value>
|