gdk3 3.0.7-x64-mingw32 → 3.0.8-x64-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Rakefile +3 -4
- data/vendor/local/bin/gtk-builder-tool.exe +0 -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-query-settings.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/gtk-3.0/gdk/gdk.h +1 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkcursor.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdevice.h +5 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdevicemanager.h +2 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkdisplay.h +8 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkdnd.h +39 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkenumtypes.h +10 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkevents.h +134 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkglcontext.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkkeys.h +2 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkrectangle.h +4 -0
- data/vendor/local/include/gtk-3.0/gdk/gdkseat.h +117 -0
- data/vendor/local/include/gtk-3.0/gdk/gdktypes.h +74 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkversionmacros.h +50 -2
- data/vendor/local/include/gtk-3.0/gdk/gdkwin32.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/gdkwindow.h +9 -49
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32cursor.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32display.h +6 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32screen.h +1 -1
- data/vendor/local/include/gtk-3.0/gdk/win32/gdkwin32window.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkiconfactory.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/deprecated/gtkstyle.h +28 -28
- data/vendor/local/include/gtk-3.0/gtk/gtk-autocleanups.h +0 -18
- data/vendor/local/include/gtk-3.0/gtk/gtk.h +7 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaboutdialog.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelgroup.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkaccellabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkaccelmap.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkadjustment.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkapplication.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkapplicationwindow.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkassistant.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbbox.h +4 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbin.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkborder.h +1 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkbuilder.h +10 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcalendar.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcheckmenuitem.h +0 -6
- data/vendor/local/include/gtk-3.0/gtk/gtkcombobox.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkcontainer.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkcsssection.h +6 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkdebug.h +8 -3
- data/vendor/local/include/gtk-3.0/gtk/gtkdialog.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkdnd.h +0 -46
- data/vendor/local/include/gtk-3.0/gtk/gtkdragsource.h +78 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkenums.h +25 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechooserbutton.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkfilechoosernative.h +56 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkflowbox.h +24 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkfontchooser.h +11 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkicontheme.h +2 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkimcontextsimple.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklabel.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtklevelbar.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtklistbox.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkmenu.h +1 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkmenushell.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtknativedialog.h +81 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkoverlay.h +11 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkplacessidebar.h +37 -19
- data/vendor/local/include/gtk-3.0/gtk/gtkpopover.h +13 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkprintoperation.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkradiomenuitem.h +4 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkrange.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtkrecentmanager.h +1 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkrender.h +9 -0
- data/vendor/local/include/gtk-3.0/gtk/gtksettings.h +3 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsgroup.h +42 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutssection.h +43 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutsshortcut.h +79 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkshortcutswindow.h +58 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkstack.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtkstylecontext.h +141 -90
- data/vendor/local/include/gtk-3.0/gtk/gtktestutils.h +9 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktextattributes.h +16 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextbuffer.h +0 -27
- data/vendor/local/include/gtk-3.0/gtk/gtktextbufferrichtext.h +2 -2
- data/vendor/local/include/gtk-3.0/gtk/gtktextiter.h +5 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextlayout.h +12 -9
- data/vendor/local/include/gtk-3.0/gtk/gtktexttag.h +3 -1
- data/vendor/local/include/gtk-3.0/gtk/gtktextview.h +28 -6
- data/vendor/local/include/gtk-3.0/gtk/gtktoolbar.h +2 -0
- data/vendor/local/include/gtk-3.0/gtk/gtktypebuiltins.h +10 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkversion.h +4 -4
- data/vendor/local/include/gtk-3.0/gtk/gtkwidget.h +34 -23
- data/vendor/local/include/gtk-3.0/gtk/gtkwidgetpath.h +8 -0
- data/vendor/local/include/gtk-3.0/gtk/gtkwindow.h +12 -3
- data/vendor/local/lib/gdk-win32-3.0.def +28 -0
- data/vendor/local/lib/girepository-1.0/Gdk-3.0.typelib +0 -0
- data/vendor/local/lib/girepository-1.0/GdkWin32-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/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 +6 -6
- data/vendor/local/lib/libgtk-3.dll.a +0 -0
- data/vendor/local/lib/libgtk-3.la +6 -6
- data/vendor/local/lib/libgtkreftestprivate.dll.a +0 -0
- data/vendor/local/lib/libgtkreftestprivate.la +3 -3
- 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 +2 -2
- data/vendor/local/lib/pkgconfig/gtk+-win32-3.0.pc +2 -2
- data/vendor/local/share/aclocal/gtk-3.0.m4 +5 -8
- data/vendor/local/share/applications/gtk3-demo.desktop +1 -1
- data/vendor/local/share/applications/gtk3-icon-browser.desktop +1 -1
- data/vendor/local/share/applications/gtk3-widget-factory.desktop +1 -1
- data/vendor/local/share/gettext/its/gtkbuilder.its +23 -0
- data/vendor/local/share/gettext/its/gtkbuilder.loc +6 -0
- data/vendor/local/share/gir-1.0/Gdk-3.0.gir +1315 -159
- data/vendor/local/share/gir-1.0/GdkWin32-3.0.gir +37 -1
- data/vendor/local/share/gir-1.0/Gtk-3.0.gir +5567 -2230
- data/vendor/local/share/glib-2.0/schemas/gschemas.compiled +0 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Demo.gschema.xml +9 -0
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.Debug.gschema.xml +1 -1
- data/vendor/local/share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml +12 -0
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailMisc.html +36 -36
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3-GailTextUtil.html +14 -14
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/gail-libgail-util3.devhelp2 +1 -1
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.html +3 -3
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/libgail-util-main.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDevice.html +143 -69
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDeviceManager.html +28 -19
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplay.html +246 -76
- data/vendor/local/share/gtk-doc/html/gdk3/GdkDisplayManager.html +12 -12
- data/vendor/local/share/gtk-doc/html/gdk3/GdkFrameClock.html +28 -28
- data/vendor/local/share/gtk-doc/html/gdk3/GdkGLContext.html +72 -26
- data/vendor/local/share/gtk-doc/html/gdk3/GdkScreen.html +91 -79
- data/vendor/local/share/gtk-doc/html/gdk3/GdkSeat.html +685 -0
- data/vendor/local/share/gtk-doc/html/gdk3/alias_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/all_scroll_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-0.html +2 -6
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-10.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-14.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-16.html +4 -4
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-18.html +45 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-2.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-20.html +170 -0
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-3-8.html +2 -18
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-deprecated.html +26 -2
- data/vendor/local/share/gtk-doc/html/gdk3/api-index-full.html +163 -35
- data/vendor/local/share/gtk-doc/html/gdk3/cell_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/col_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/copy_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/crosshair_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/default_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/e_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ew_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Application-launching.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cairo-Interaction.html +27 -27
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Cursors.html +75 -54
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Drag-and-Drop.html +549 -43
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Event-Structures.html +272 -32
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Events.html +260 -161
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-GdkFrameTimings.html +18 -20
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-General.html +154 -150
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Keyboard-Handling.html +90 -55
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pango-Interaction.html +45 -45
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Pixbufs.html +20 -18
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html +56 -8
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html +14 -14
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Selections.html +16 -16
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Testing.html +9 -9
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Threads.html +19 -19
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Visuals.html +33 -33
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Wayland-Interaction.html +2 -349
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-Windows.html +432 -291
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3-X-Window-System-Interaction.html +114 -114
- data/vendor/local/share/gtk-doc/html/gdk3/gdk3.devhelp2 +294 -28
- data/vendor/local/share/gtk-doc/html/gdk3/grab_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/grabbing_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/hand_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/help_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/index.html +8 -3
- data/vendor/local/share/gtk-doc/html/gdk3/move_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/n_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ne_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nesw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/no_drop_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/not_allowed_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/ns_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/nwse_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/pointer_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/progress_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/reference.html +5 -2
- data/vendor/local/share/gtk-doc/html/gdk3/rn02.html +2 -2
- data/vendor/local/share/gtk-doc/html/gdk3/row_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/s_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/se_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/sw_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/vertical_text_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/w_resize_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/wait_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_in_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gdk3/zoom_out_cursor.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/AbstractObjects.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ApplicationChoosing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Builder.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ButtonWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/DeprecatedObjects.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/DisplayWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Gestures.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAboutDialog.html +66 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccelLabel.html +44 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAccessible.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAction.html +145 -151
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionBar.html +15 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionGroup.html +46 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActionable.html +15 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkActivatable.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAdjustment.html +91 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAlignment.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooser.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserButton.html +24 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserDialog.html +21 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAppChooserWidget.html +37 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplication.html +83 -74
- data/vendor/local/share/gtk-doc/html/gtk3/GtkApplicationWindow.html +124 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkArrow.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAspectFrame.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkAssistant.html +179 -66
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBin.html +7 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBox.html +37 -30
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuildable.html +27 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkBuilder.html +163 -84
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButton.html +92 -78
- data/vendor/local/share/gtk-doc/html/gtk3/GtkButtonBox.html +45 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCalendar.html +35 -34
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellArea.html +111 -111
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaBox.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellAreaContext.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellEditable.html +11 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellLayout.html +21 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRenderer.html +61 -61
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererAccel.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererCombo.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererPixbuf.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererProgress.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpin.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererSpinner.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererText.html +38 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellRendererToggle.html +15 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCellView.html +46 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckButton.html +59 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCheckMenuItem.html +47 -26
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorButton.html +61 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooser.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserDialog.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelection.html +65 -72
- data/vendor/local/share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBox.html +151 -95
- data/vendor/local/share/gtk-doc/html/gtk3/GtkComboBoxText.html +42 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkContainer.html +188 -81
- data/vendor/local/share/gtk-doc/html/gtk3/GtkCssProvider.html +77 -2031
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDialog.html +38 -43
- data/vendor/local/share/gtk-doc/html/gtk3/GtkDrawingArea.html +27 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEditable.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntry.html +261 -215
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryBuffer.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEntryCompletion.html +65 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventBox.html +14 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkEventController.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkExpander.html +88 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooser.html +168 -164
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserButton.html +24 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserDialog.html +12 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileChooserWidget.html +127 -92
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFileFilter.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFixed.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFlowBox.html +231 -68
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontButton.html +32 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooser.html +178 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserDialog.html +8 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontChooserWidget.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelection.html +36 -36
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkFrame.html +50 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGLArea.html +52 -52
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesture.html +117 -99
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureDrag.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureLongPress.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureMultiPress.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGesturePan.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureRotate.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSingle.html +22 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureSwipe.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGestureZoom.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkGrid.html +38 -42
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSV.html +12 -12
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHandleBox.html +18 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkHeaderBar.html +31 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContext.html +38 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMContextSimple.html +17 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIMMulticontext.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconTheme.html +180 -174
- data/vendor/local/share/gtk-doc/html/gtk3/GtkIconView.html +148 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImage.html +100 -97
- data/vendor/local/share/gtk-doc/html/gtk3/GtkImageMenuItem.html +25 -29
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInfoBar.html +32 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkInvisible.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLabel.html +187 -147
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLayout.html +20 -20
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLevelBar.html +118 -56
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLinkButton.html +20 -15
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListBox.html +102 -94
- data/vendor/local/share/gtk-doc/html/gtk3/GtkListStore.html +33 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkLockButton.html +23 -27
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenu.html +98 -57
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuBar.html +27 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuButton.html +43 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuItem.html +91 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuShell.html +37 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMenuToolButton.html +16 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMessageDialog.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkMisc.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkModelButton.html +87 -11
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNotebook.html +182 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkNumerableIcon.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOffscreenWindow.html +17 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkOverlay.html +213 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPageSetupUnixDialog.html +15 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaned.html +60 -33
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPaperSize.html +45 -45
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlacesSidebar.html +663 -96
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPlug.html +29 -31
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopover.html +261 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPopoverMenu.html +10 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintContext.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintJob.html +53 -53
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintSettings.html +124 -124
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrintUnixDialog.html +37 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkPrinter.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkProgressBar.html +117 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioButton.html +61 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioMenuItem.html +118 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRadioToolButton.html +21 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRange.html +98 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentAction.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooser.html +55 -55
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserDialog.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserMenu.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentChooserWidget.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentFilter.html +25 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRecentManager.html +86 -85
- data/vendor/local/share/gtk-doc/html/gtk3/GtkRevealer.html +22 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScale.html +110 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScaleButton.html +33 -28
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollable.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrollbar.html +49 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkScrolledWindow.html +71 -59
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchBar.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSearchEntry.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparator.html +11 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorMenuItem.html +10 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSeparatorToolItem.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSettings.html +113 -38
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsGroup.html +181 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsSection.html +204 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsShortcut.html +349 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkShortcutsWindow.html +251 -0
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSizeGroup.html +17 -17
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSocket.html +22 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinButton.html +107 -50
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSpinner.html +10 -6
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStack.html +142 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSidebar.html +16 -8
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStackSwitcher.html +36 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusIcon.html +109 -109
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStatusbar.html +25 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyle.html +86 -91
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleContext.html +512 -296
- data/vendor/local/share/gtk-doc/html/gtk3/GtkStyleProvider.html +9 -9
- data/vendor/local/share/gtk-doc/html/gtk3/GtkSwitch.html +61 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTable.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTearoffMenuItem.html +6 -10
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextBuffer.html +183 -179
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextIter.html +246 -186
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextMark.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTag.html +157 -75
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextTagTable.html +20 -19
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTextView.html +507 -204
- data/vendor/local/share/gtk-doc/html/gtk3/GtkThemingEngine.html +53 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleAction.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleButton.html +28 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToggleToolButton.html +18 -22
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolButton.html +61 -58
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItem.html +55 -60
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolItemGroup.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolPalette.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolShell.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/GtkToolbar.html +52 -37
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTooltip.html +24 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModel.html +117 -118
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelFilter.html +26 -24
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeModelSort.html +23 -21
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSelection.html +39 -46
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeSortable.html +41 -41
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeStore.html +35 -35
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeView.html +216 -184
- data/vendor/local/share/gtk-doc/html/gtk3/GtkTreeViewColumn.html +89 -89
- data/vendor/local/share/gtk-doc/html/gtk3/GtkUIManager.html +44 -44
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVBox.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVButtonBox.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVPaned.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScale.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVScrollbar.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVSeparator.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkViewport.html +32 -32
- data/vendor/local/share/gtk-doc/html/gtk3/GtkVolumeButton.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWidget.html +1283 -903
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindow.html +390 -264
- data/vendor/local/share/gtk-doc/html/gtk3/GtkWindowGroup.html +16 -16
- data/vendor/local/share/gtk-doc/html/gtk3/LayoutContainers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MenusAndCombos.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/MiscObjects.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/NumericEntry.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/Ornaments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/PlugSocket.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/Printing.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/RecentDocuments.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ScrollingWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/SelectorWidgets.html +5 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ShortcutsOverview.html +43 -0
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidget.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/TextWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidget.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/TreeWidgetObjects.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/WindowWidgets.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/annotation-glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-10.html +2 -10
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-12.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-14.html +18 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-16.html +12 -4
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-18.html +202 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-2.html +2 -6
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-20.html +233 -0
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-4.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-6.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-3-8.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-deprecated.html +422 -2
- data/vendor/local/share/gtk-doc/html/gtk3/api-index-full.html +502 -18
- data/vendor/local/share/gtk-doc/html/gtk3/broadwayd.html +6 -6
- data/vendor/local/share/gtk-doc/html/gtk3/builder-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s02.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s04.html +11 -19
- data/vendor/local/share/gtk-doc/html/gtk3/ch01s05.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/ch02.html +11 -7
- data/vendor/local/share/gtk-doc/html/gtk3/ch03.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/{ch25s02.html → ch26s02.html} +83 -83
- data/vendor/local/share/gtk-doc/html/gtk3/{ch27s02.html → ch28s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s02.html → ch30s02.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/{ch29s03.html → ch30s03.html} +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-overview.html +1311 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-css-properties.html +1670 -0
- data/vendor/local/share/gtk-doc/html/gtk3/chap-drawing-model.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/chap-input-handling.html +39 -39
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-modifiers.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/checklist-named-icons.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/clocks-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gedit-shortcuts.png +0 -0
- data/vendor/local/share/gtk-doc/html/gtk3/glossary.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-broadway.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-builder-tool.html +101 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-building.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-compiling.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-encode-symbolic-svg.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-getting-started.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-launch.html +19 -9
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html +63 -63
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-css.html +13 -13
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-checklist.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html +5 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html +4 -4
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html +8 -8
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-mir.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-osx.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-immodules-3.0.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-query-settings.html +47 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-question-index.html +30 -30
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-resources.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-running.html +19 -10
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-update-icon-cache.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-wayland.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-windows.html +27 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk-x11.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Accelerator-Maps.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Bindings.html +51 -51
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Clipboards.html +106 -106
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Drag-and-Drop.html +115 -91
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Feature-Test-Macros.html +78 -77
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Filesystem-utilities.html +30 -34
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-General.html +107 -96
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkFileChooserNative.html +479 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkGradient.html +14 -14
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkNativeDialog.html +571 -0
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkStyleProperties.html +19 -19
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkSymbolicColor.html +25 -25
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkTreeView-drag-and-drop.html +18 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-GtkWidgetPath.html +159 -65
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-High-level-Printing-API.html +85 -90
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Keyboard-Accelerators.html +99 -105
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Orientable.html +7 -7
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Resource-Files.html +62 -67
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Selections.html +131 -131
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Standard-Enumerations.html +25 -18
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Stock-Items.html +161 -159
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Testing.html +71 -35
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-Themeable-Stock-Images.html +103 -107
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo-application.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-demo.html +21 -5
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-icon-browser.html +3 -3
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3-widget-factory.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtk3.devhelp2 +864 -160
- data/vendor/local/share/gtk-doc/html/gtk3/gtkbase.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/gtkobjects.html +24 -3
- data/vendor/local/share/gtk-doc/html/gtk3/index.html +64 -25
- data/vendor/local/share/gtk-doc/html/gtk3/migrating.html +23 -23
- data/vendor/local/share/gtk-doc/html/gtk3/platform-support.html +2 -2
- data/vendor/local/share/gtk-doc/html/gtk3/pt06.html +8 -2
- data/vendor/local/share/gtk-doc/html/gtk3/theming.html +14 -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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/16x16/mimetypes/{x-firmware.png → application-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/16x16/status/mail-unread.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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/22x22/mimetypes/{x-firmware.png → application-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/22x22/status/mail-unread.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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/24x24/mimetypes/{x-firmware.png → application-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/24x24/status/mail-unread.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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/256x256/mimetypes/{x-firmware.png → application-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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/32x32/mimetypes/{x-firmware.png → application-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/32x32/status/mail-unread.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/devices/ebook-reader.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/48x48/mimetypes/{x-firmware.png → application-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/48x48/status/mail-unread.png +0 -0
- data/vendor/local/share/icons/Adwaita/8x8/emblems/emblem-new.png +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/00008160000006810000408080010102 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/028006030e0e7ebffc7f7070c0600140 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/03b6e0fcb3499374a867c041f52298f0 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/08e8e1c95fe2fc01f976f1e063a24ccd +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/1081e37283d90000800003c07f3ef6bf +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/14fef782d02440884392942c11205230 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/2870a09082c103050810ffdffffe0204 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3085a0e285430894940527032f8b26df +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/3ecb610c1bf2410f44200f48c40d3599 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/4498f0e0c1937ffe01fd06f973665830 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/5c6cd98b3f3ebcb1f9c7f1c204630408 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/6407b0e94181790501fd1e167b474872 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/640fb0e74195791501fd1ed57b41487f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9081237383d90e509aa00f00170e968f +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/9d800788f1b08800ae810202380a0822 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/X_cursor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/alias +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/all-scroll +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/bottom_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/c7088f0f3e6c8088236ef8e1e3e70000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cell +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/col-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/cross_reverse +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crossed_circle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/crosshair +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/d9ce0ab605698f320427677b458ad60b +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/default +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/diamond_cross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-ask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-copy +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dnd-none +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dot_box_mask +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/dotbox +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_large +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draft_small +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/draped_box +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/e29285e634086352946a0e7090d73106 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ew-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fcf1c3c7cd4491d801f1e1c78f100000 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fd_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/fleur +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grab +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/grabbing +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand1 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/hand2 +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/icon +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_help +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_ptr_watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/left_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/link +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ll_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/lr_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/n-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ne-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nesw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/no-drop +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/not-allowed +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ns-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/nwse-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pencil +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pirate +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/plus +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/pointer-move +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/progress +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/question_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_ptr +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/right_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/row-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/s-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_down_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_h_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_right_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_up_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sb_v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/se-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_all +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_bdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_fdiag +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_hor +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/size_ver +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/sw-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/target +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/tcross +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_left_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_right_corner +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_side +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/top_tee +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ul_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/ur_angle +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/v_double_arrow +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/vertical-text +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/w-resize +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/wait +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/watch +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/xterm +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-in +0 -0
- data/vendor/local/share/icons/Adwaita/cursors/zoom-out +0 -0
- data/vendor/local/share/icons/Adwaita/icon-theme.cache +0 -0
- data/vendor/local/share/icons/Adwaita/index.theme +0 -88
- data/vendor/local/share/icons/Adwaita/scalable/actions/address-book-new-symbolic.svg +28 -16185
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-start-symbolic.svg +19 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/call-stop-symbolic.svg +19 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/document-edit-symbolic.svg +36 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-cut-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/edit-select-all-symbolic.svg +40 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/folder-new-symbolic.svg +10 -7
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-rtl-symbolic.svg → format-text-direction-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/{format-text-direction-ltr-symbolic.svg → format-text-direction-symbolic.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/mark-location-symbolic.svg +18 -14
- data/vendor/local/share/icons/Adwaita/scalable/actions/send-to-symbolic.svg +20 -16
- data/vendor/local/share/icons/Adwaita/scalable/actions/tab-new-symbolic.svg +18 -17
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-app-grid-symbolic.svg +43 -0
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-grid-symbolic.svg +14 -15
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-list-symbolic.svg +12 -10
- data/vendor/local/share/icons/Adwaita/scalable/actions/view-more-horizontal-symbolic.svg +33 -0
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-ieee1394-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-system-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-harddisk-usb-symbolic.svg +18 -16
- data/vendor/local/share/icons/Adwaita/scalable/devices/drive-multidisk-symbolic.svg +19 -18
- data/vendor/local/share/icons/Adwaita/scalable/devices/network-wired-symbolic.svg +22 -15
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/application-x-addon-symbolic.svg +35 -0
- data/vendor/local/share/icons/Adwaita/scalable/mimetypes/font-x-generic-symbolic.svg +32 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/bluetooth-disabled-symbolic.svg +17 -22
- data/vendor/local/share/icons/Adwaita/scalable/status/call-missed-symbolic.svg +12 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-consecutive-rtl-symbolic.svg → media-playlist-consecutive-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-song-rtl-symbolic.svg → media-playlist-repeat-song-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-repeat-rtl-symbolic.svg → media-playlist-repeat-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/{media-playlist-shuffle-rtl-symbolic.svg → media-playlist-shuffle-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-acquiring-symbolic.svg +23 -19
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-disconnected-symbolic.svg +10 -8
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-no-route-symbolic.svg +21 -15
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wired-offline-symbolic.svg +19 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/network-wireless-acquiring-symbolic.svg +14 -10
- data/vendor/local/share/icons/Adwaita/scalable/status/non-starred-symbolic.svg +20 -17
- data/vendor/local/share/icons/Adwaita/scalable/status/{semi-starred-rtl-symbolic.svg → semi-starred-symbolic-rtl.svg} +0 -0
- data/vendor/local/share/icons/Adwaita/scalable/status/user-not-tracked-symbolic.svg +36 -0
- data/vendor/local/share/icons/hicolor/icon-theme.cache +0 -0
- data/vendor/local/share/license/adwaita-icon-theme/AUTHORS +1 -0
- data/vendor/local/share/locale/ar/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/bg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/br/LC_MESSAGES/gtk30.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/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/fa/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/fi/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/ga/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/gd/LC_MESSAGES/gtk30-properties.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/kg/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/km/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/lv/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/lv/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nb/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/nl/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/nl/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/LC_MESSAGES/gtk30-properties.mo +0 -0
- data/vendor/local/share/locale/pt/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-properties.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-properties.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/tg/LC_MESSAGES/gtk30.mo +0 -0
- data/vendor/local/share/locale/th/LC_MESSAGES/gtk30.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/ug/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_CN/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-builder-tool.1 +78 -0
- data/vendor/local/share/man/man1/gtk-encode-symbolic-svg.1 +1 -1
- data/vendor/local/share/man/man1/gtk-launch.1 +7 -2
- data/vendor/local/share/man/man1/gtk-query-immodules-3.0.1 +1 -1
- data/vendor/local/share/man/man1/gtk-query-settings.1 +38 -0
- data/vendor/local/share/man/man1/gtk-update-icon-cache.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo-application.1 +1 -1
- data/vendor/local/share/man/man1/gtk3-demo.1 +20 -2
- data/vendor/local/share/man/man1/gtk3-icon-browser.1 +2 -2
- data/vendor/local/share/man/man1/gtk3-widget-factory.1 +1 -1
- data/vendor/local/share/pkgconfig/adwaita-icon-theme.pc +1 -1
- data/vendor/local/share/themes/Emacs/gtk-3.0/gtk-keys.css +7 -7
- metadata +141 -35
- data/vendor/local/share/gtk-doc/html/gail-libgail-util3/index.sgml +0 -29
- data/vendor/local/share/gtk-doc/html/gdk3/index.sgml +0 -1396
- data/vendor/local/share/gtk-doc/html/gtk3/index.sgml +0 -9866
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-crop-symbolic.svg +0 -32
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-denoise-symbolic.svg +0 -49
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-filter-symbolic.svg +0 -34
- data/vendor/local/share/icons/Adwaita/scalable/actions/image-sharpen-symbolic.svg +0 -31
@@ -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.15.1 cairo >= 1.14.0 cairo-gobject >= 1.14.0 gdk-pixbuf-2.0 >= 2.30.0 gio-2.0 >= 2.
|
12
|
+
Version: 3.20.2
|
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.45.8
|
14
14
|
Requires.private: atk epoxy >= 1.0
|
15
15
|
Libs: -L${libdir} -lgtk-3
|
16
16
|
Cflags: -I${includedir}/gtk-3.0 -mms-bitfields
|
@@ -82,14 +82,11 @@ dnl
|
|
82
82
|
int
|
83
83
|
main ()
|
84
84
|
{
|
85
|
-
int major, minor, micro;
|
86
|
-
char *tmp_version;
|
85
|
+
unsigned int major, minor, micro;
|
87
86
|
|
88
87
|
fclose (fopen ("conf.gtktest", "w"));
|
89
88
|
|
90
|
-
|
91
|
-
tmp_version = g_strdup("$min_gtk_version");
|
92
|
-
if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
|
89
|
+
if (sscanf("$min_gtk_version", "%u.%u.%u", &major, &minor, µ) != 3) {
|
93
90
|
printf("%s, bad version string\n", "$min_gtk_version");
|
94
91
|
exit(1);
|
95
92
|
}
|
@@ -128,9 +125,9 @@ main ()
|
|
128
125
|
}
|
129
126
|
else
|
130
127
|
{
|
131
|
-
printf("\n*** An old version of GTK+ (%
|
128
|
+
printf("\n*** An old version of GTK+ (%u.%u.%u) was found.\n",
|
132
129
|
gtk_major_version, gtk_minor_version, gtk_micro_version);
|
133
|
-
printf("*** You need a version of GTK+ newer than %
|
130
|
+
printf("*** You need a version of GTK+ newer than %u.%u.%u. The latest version of\n",
|
134
131
|
major, minor, micro);
|
135
132
|
printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
|
136
133
|
printf("***\n");
|
@@ -181,7 +178,7 @@ main ()
|
|
181
178
|
echo "*** If you have an old version installed, it is best to remove it, although"
|
182
179
|
echo "*** you may also be able to get things to work by modifying LD_LIBRARY_PATH" ],
|
183
180
|
[ echo "*** The test program failed to compile or link. See the file config.log for the"
|
184
|
-
echo "*** exact error that
|
181
|
+
echo "*** exact error that occurred. This usually means GTK+ is incorrectly installed."])
|
185
182
|
CFLAGS="$ac_save_CFLAGS"
|
186
183
|
LIBS="$ac_save_LIBS"
|
187
184
|
fi
|
@@ -0,0 +1,23 @@
|
|
1
|
+
<?xml version="1.0"?>
|
2
|
+
<its:rules xmlns:its="http://www.w3.org/2005/11/its"
|
3
|
+
xmlns:gt="https://www.gnu.org/s/gettext/ns/its/extensions/1.0"
|
4
|
+
version="2.0">
|
5
|
+
<its:translateRule selector="/interface" translate="no"/>
|
6
|
+
<its:translateRule selector="/interface//*[@translatable = 'yes']"
|
7
|
+
translate="yes"/>
|
8
|
+
|
9
|
+
<!-- The 'comment' attribute should be extracted as a translator comment. -->
|
10
|
+
<its:locNoteRule selector="/interface//*[@comments]"
|
11
|
+
locNotePointer="@comments"
|
12
|
+
locNoteType="alert"/>
|
13
|
+
<gt:escapeRule selector="/interface//@comments" escape="no"/>
|
14
|
+
|
15
|
+
<!-- The 'context' attribute should be extracted as msgctxt. -->
|
16
|
+
<gt:contextRule selector="/interface//*[@context]" contextPointer="@context"/>
|
17
|
+
|
18
|
+
<its:preserveSpaceRule selector="/interface" space="preserve"/>
|
19
|
+
|
20
|
+
<!-- Extracted strings are consumed by the library and are never
|
21
|
+
merged back; we don't want to escape special characters. -->
|
22
|
+
<gt:escapeRule selector="/interface" escape="no"/>
|
23
|
+
</its:rules>
|
@@ -17,11 +17,6 @@ and/or use gtk-doc annotations. -->
|
|
17
17
|
shared-library="libgdk-3-0.dll"
|
18
18
|
c:identifier-prefixes="Gdk"
|
19
19
|
c:symbol-prefixes="gdk">
|
20
|
-
<alias name="Rectangle" c:type="GdkRectangle">
|
21
|
-
<doc xml:space="preserve">Defines the position and size of a rectangle. It is identical to
|
22
|
-
#cairo_rectangle_int_t.</doc>
|
23
|
-
<type name="cairo.RectangleInt" c:type="cairo_rectangle_int_t"/>
|
24
|
-
</alias>
|
25
20
|
<alias name="XEvent" c:type="GdkXEvent">
|
26
21
|
<doc xml:space="preserve">Used to represent native events (XEvents for the X11
|
27
22
|
backend, MSGs for Win32).</doc>
|
@@ -639,26 +634,7 @@ To make the cursor invisible, use %GDK_BLANK_CURSOR.</doc>
|
|
639
634
|
<constructor name="new_for_display"
|
640
635
|
c:identifier="gdk_cursor_new_for_display"
|
641
636
|
version="2.2">
|
642
|
-
<doc xml:space="preserve">Creates a new cursor from the set of builtin cursors
|
643
|
-
Some useful ones are:
|
644
|
-
- ![](right_ptr.png) #GDK_RIGHT_PTR (right-facing arrow)
|
645
|
-
- ![](crosshair.png) #GDK_CROSSHAIR (crosshair)
|
646
|
-
- ![](xterm.png) #GDK_XTERM (I-beam)
|
647
|
-
- ![](watch.png) #GDK_WATCH (busy)
|
648
|
-
- ![](fleur.png) #GDK_FLEUR (for moving objects)
|
649
|
-
- ![](hand1.png) #GDK_HAND1 (a right-pointing hand)
|
650
|
-
- ![](hand2.png) #GDK_HAND2 (a left-pointing hand)
|
651
|
-
- ![](left_side.png) #GDK_LEFT_SIDE (resize left side)
|
652
|
-
- ![](right_side.png) #GDK_RIGHT_SIDE (resize right side)
|
653
|
-
- ![](top_left_corner.png) #GDK_TOP_LEFT_CORNER (resize northwest corner)
|
654
|
-
- ![](top_right_corner.png) #GDK_TOP_RIGHT_CORNER (resize northeast corner)
|
655
|
-
- ![](bottom_left_corner.png) #GDK_BOTTOM_LEFT_CORNER (resize southwest corner)
|
656
|
-
- ![](bottom_right_corner.png) #GDK_BOTTOM_RIGHT_CORNER (resize southeast corner)
|
657
|
-
- ![](top_side.png) #GDK_TOP_SIDE (resize top side)
|
658
|
-
- ![](bottom_side.png) #GDK_BOTTOM_SIDE (resize bottom side)
|
659
|
-
- ![](sb_h_double_arrow.png) #GDK_SB_H_DOUBLE_ARROW (move vertical splitter)
|
660
|
-
- ![](sb_v_double_arrow.png) #GDK_SB_V_DOUBLE_ARROW (move horizontal splitter)
|
661
|
-
- #GDK_BLANK_CURSOR (Blank cursor). Since 2.16</doc>
|
637
|
+
<doc xml:space="preserve">Creates a new cursor from the set of builtin cursors.</doc>
|
662
638
|
<return-value transfer-ownership="full">
|
663
639
|
<doc xml:space="preserve">a new #GdkCursor</doc>
|
664
640
|
<type name="Cursor" c:type="GdkCursor*"/>
|
@@ -678,7 +654,45 @@ Some useful ones are:
|
|
678
654
|
c:identifier="gdk_cursor_new_from_name"
|
679
655
|
version="2.8">
|
680
656
|
<doc xml:space="preserve">Creates a new cursor by looking up @name in the current cursor
|
681
|
-
theme
|
657
|
+
theme.
|
658
|
+
|
659
|
+
A recommended set of cursor names that will work across different
|
660
|
+
platforms can be found in the CSS specification:
|
661
|
+
- "none"
|
662
|
+
- ![](default_cursor.png) "default"
|
663
|
+
- ![](help_cursor.png) "help"
|
664
|
+
- ![](pointer_cursor.png) "pointer"
|
665
|
+
- ![](pointer_cursor.png) "context-menu"
|
666
|
+
- ![](progress_cursor.png) "progress"
|
667
|
+
- ![](wait_cursor.png) "wait"
|
668
|
+
- ![](cell_cursor.png) "cell"
|
669
|
+
- ![](crosshair_cursor.png) "crosshair"
|
670
|
+
- ![](text_cursor.png) "text"
|
671
|
+
- ![](vertical_text_cursor.png) "vertical-text"
|
672
|
+
- ![](alias_cursor.png) "alias"
|
673
|
+
- ![](copy_cursor.png) "copy"
|
674
|
+
- ![](move_cursor.png) "move"
|
675
|
+
- ![](no_drop_cursor.png) "no-drop"
|
676
|
+
- ![](not_allowed_cursor.png) "not-allowed"
|
677
|
+
- ![](grab_cursor.png) "grab"
|
678
|
+
- ![](grabbing_cursor.png) "grabbing"
|
679
|
+
- ![](all_scroll_cursor.png) "all-scroll"
|
680
|
+
- ![](col_resize_cursor.png) "col-resize"
|
681
|
+
- ![](row_resize_cursor.png) "row-resize"
|
682
|
+
- ![](n_resize_cursor.png) "n-resize"
|
683
|
+
- ![](e_resize_cursor.png) "e-resize"
|
684
|
+
- ![](s_resize_cursor.png) "s-resize"
|
685
|
+
- ![](w_resize_cursor.png) "w-resize"
|
686
|
+
- ![](ne_resize_cursor.png) "ne-resize"
|
687
|
+
- ![](nw_resize_cursor.png) "nw-resize"
|
688
|
+
- ![](sw_resize_cursor.png) "sw-resize"
|
689
|
+
- ![](se_resize_cursor.png) "se-resize"
|
690
|
+
- ![](ew_resize_cursor.png) "ew-resize"
|
691
|
+
- ![](ns_resize_cursor.png) "ns-resize"
|
692
|
+
- ![](nesw_resize_cursor.png) "nesw-resize"
|
693
|
+
- ![](nwse_resize_cursor.png) "nwse-resize"
|
694
|
+
- ![](zoom_in_cursor.png) "zoom-in"
|
695
|
+
- ![](zoom_out_cursor.png) "zoom-out"</doc>
|
682
696
|
<return-value transfer-ownership="full" nullable="1">
|
683
697
|
<doc xml:space="preserve">a new #GdkCursor, or %NULL if there is no
|
684
698
|
cursor with the given name</doc>
|
@@ -919,7 +933,12 @@ if no references remain.</doc>
|
|
919
933
|
glib:type-name="GdkCursorType"
|
920
934
|
glib:get-type="gdk_cursor_type_get_type"
|
921
935
|
c:type="GdkCursorType">
|
922
|
-
<doc xml:space="preserve">
|
936
|
+
<doc xml:space="preserve">Predefined cursors.
|
937
|
+
|
938
|
+
Note that these IDs are directly taken from the X cursor font, and many
|
939
|
+
of these cursors are either not useful, or are not available on other platforms.
|
940
|
+
|
941
|
+
The recommended way to create cursors is to use gdk_cursor_new_from_name().</doc>
|
923
942
|
<member name="x_cursor"
|
924
943
|
value="0"
|
925
944
|
c:identifier="GDK_X_CURSOR"
|
@@ -1712,7 +1731,7 @@ that have been received so far from the display server. If another application
|
|
1712
1731
|
has a pointer grab, or this application has a grab with owner_events = %FALSE,
|
1713
1732
|
%NULL may be returned even if the pointer is physically over one of this
|
1714
1733
|
application's windows.</doc>
|
1715
|
-
<return-value transfer-ownership="none">
|
1734
|
+
<return-value transfer-ownership="none" nullable="1">
|
1716
1735
|
<doc xml:space="preserve">the last window the device</doc>
|
1717
1736
|
<type name="Window" c:type="GdkWindow*"/>
|
1718
1737
|
</return-value>
|
@@ -1890,6 +1909,22 @@ it. See gdk_device_get_vendor_id() for more information.</doc>
|
|
1890
1909
|
</instance-parameter>
|
1891
1910
|
</parameters>
|
1892
1911
|
</method>
|
1912
|
+
<method name="get_seat"
|
1913
|
+
c:identifier="gdk_device_get_seat"
|
1914
|
+
version="3.20">
|
1915
|
+
<doc xml:space="preserve">Returns the #GdkSeat the device belongs to.</doc>
|
1916
|
+
<return-value transfer-ownership="none">
|
1917
|
+
<doc xml:space="preserve">A #GdkSeat. This memory is owned by GTK+ and
|
1918
|
+
must not be freed.</doc>
|
1919
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
1920
|
+
</return-value>
|
1921
|
+
<parameters>
|
1922
|
+
<instance-parameter name="device" transfer-ownership="none">
|
1923
|
+
<doc xml:space="preserve">A #GdkDevice</doc>
|
1924
|
+
<type name="Device" c:type="GdkDevice*"/>
|
1925
|
+
</instance-parameter>
|
1926
|
+
</parameters>
|
1927
|
+
</method>
|
1893
1928
|
<method name="get_source"
|
1894
1929
|
c:identifier="gdk_device_get_source"
|
1895
1930
|
version="2.20">
|
@@ -2068,7 +2103,11 @@ unless there is an ongoing grab on them, see gdk_device_grab().</doc>
|
|
2068
2103
|
</parameter>
|
2069
2104
|
</parameters>
|
2070
2105
|
</method>
|
2071
|
-
<method name="grab"
|
2106
|
+
<method name="grab"
|
2107
|
+
c:identifier="gdk_device_grab"
|
2108
|
+
version="3.0"
|
2109
|
+
deprecated="1"
|
2110
|
+
deprecated-version="3.20.">
|
2072
2111
|
<doc xml:space="preserve">Grabs the device so that all events coming from this device are passed to
|
2073
2112
|
this application until the device is ungrabbed with gdk_device_ungrab(),
|
2074
2113
|
or the window becomes unviewable. This overrides any previous grab on the device
|
@@ -2090,6 +2129,7 @@ It is equivalent to a pointer grab on the window with @owner_events set to
|
|
2090
2129
|
If you set up anything at the time you take the grab that needs to be
|
2091
2130
|
cleaned up when the grab ends, you should handle the #GdkEventGrabBroken
|
2092
2131
|
events that are emitted when the grab ends unvoluntarily.</doc>
|
2132
|
+
<doc-deprecated xml:space="preserve">Use gdk_seat_grab() instead.</doc-deprecated>
|
2093
2133
|
<return-value transfer-ownership="none">
|
2094
2134
|
<doc xml:space="preserve">%GDK_GRAB_SUCCESS if the grab was successful.</doc>
|
2095
2135
|
<type name="GrabStatus" c:type="GdkGrabStatus"/>
|
@@ -2250,8 +2290,13 @@ by the input mode.</doc>
|
|
2250
2290
|
</parameter>
|
2251
2291
|
</parameters>
|
2252
2292
|
</method>
|
2253
|
-
<method name="ungrab"
|
2293
|
+
<method name="ungrab"
|
2294
|
+
c:identifier="gdk_device_ungrab"
|
2295
|
+
version="3.0"
|
2296
|
+
deprecated="1"
|
2297
|
+
deprecated-version="3.20.">
|
2254
2298
|
<doc xml:space="preserve">Release any grab on @device.</doc>
|
2299
|
+
<doc-deprecated xml:space="preserve">Use gdk_seat_ungrab() instead.</doc-deprecated>
|
2255
2300
|
<return-value transfer-ownership="none">
|
2256
2301
|
<type name="none" c:type="void"/>
|
2257
2302
|
</return-value>
|
@@ -2332,11 +2377,7 @@ always come in keyboard/pointer pairs. Other device types will have a %NULL asso
|
|
2332
2377
|
%GDK_DEVICE_TYPE_MASTER will have %TRUE here.</doc>
|
2333
2378
|
<type name="gboolean" c:type="gboolean"/>
|
2334
2379
|
</property>
|
2335
|
-
<property name="input-mode"
|
2336
|
-
version="3.0"
|
2337
|
-
writable="1"
|
2338
|
-
transfer-ownership="none">
|
2339
|
-
<doc xml:space="preserve">Input mode for the device.</doc>
|
2380
|
+
<property name="input-mode" writable="1" transfer-ownership="none">
|
2340
2381
|
<type name="InputMode"/>
|
2341
2382
|
</property>
|
2342
2383
|
<property name="input-source"
|
@@ -2359,6 +2400,16 @@ always come in keyboard/pointer pairs. Other device types will have a %NULL asso
|
|
2359
2400
|
<doc xml:space="preserve">The device name.</doc>
|
2360
2401
|
<type name="utf8" c:type="gchar*"/>
|
2361
2402
|
</property>
|
2403
|
+
<property name="num-touches"
|
2404
|
+
version="3.20"
|
2405
|
+
writable="1"
|
2406
|
+
construct-only="1"
|
2407
|
+
transfer-ownership="none">
|
2408
|
+
<doc xml:space="preserve">The maximal number of concurrent touches on a touch device.
|
2409
|
+
Will be 0 if the device is not a touch device or if the number
|
2410
|
+
of touches is unknown.</doc>
|
2411
|
+
<type name="guint" c:type="guint"/>
|
2412
|
+
</property>
|
2362
2413
|
<property name="product-id"
|
2363
2414
|
version="3.16"
|
2364
2415
|
writable="1"
|
@@ -2367,6 +2418,13 @@ always come in keyboard/pointer pairs. Other device types will have a %NULL asso
|
|
2367
2418
|
<doc xml:space="preserve">Product ID of this device, see gdk_device_get_product_id().</doc>
|
2368
2419
|
<type name="utf8" c:type="gchar*"/>
|
2369
2420
|
</property>
|
2421
|
+
<property name="seat"
|
2422
|
+
version="3.20"
|
2423
|
+
writable="1"
|
2424
|
+
transfer-ownership="none">
|
2425
|
+
<doc xml:space="preserve">#GdkSeat of this device.</doc>
|
2426
|
+
<type name="Seat"/>
|
2427
|
+
</property>
|
2370
2428
|
<property name="type"
|
2371
2429
|
version="3.0"
|
2372
2430
|
writable="1"
|
@@ -2515,13 +2573,16 @@ macro buttons. Such keys can be globally set to map into normal X
|
|
2515
2573
|
keyboard events. The mapping is set using gdk_device_set_key().</doc>
|
2516
2574
|
<method name="get_client_pointer"
|
2517
2575
|
c:identifier="gdk_device_manager_get_client_pointer"
|
2518
|
-
version="3.0"
|
2576
|
+
version="3.0"
|
2577
|
+
deprecated="1"
|
2578
|
+
deprecated-version="3.20">
|
2519
2579
|
<doc xml:space="preserve">Returns the client pointer, that is, the master pointer that acts as the core pointer
|
2520
2580
|
for this application. In X11, window managers may change this depending on the interaction
|
2521
2581
|
pattern under the presence of several pointers.
|
2522
2582
|
|
2523
2583
|
You should use this function seldomly, only in code that isn’t triggered by a #GdkEvent
|
2524
2584
|
and there aren’t other means to get a meaningful #GdkDevice to operate on.</doc>
|
2585
|
+
<doc-deprecated xml:space="preserve">Use gdk_seat_get_pointer() instead.</doc-deprecated>
|
2525
2586
|
<return-value transfer-ownership="none">
|
2526
2587
|
<doc xml:space="preserve">The client pointer. This memory is
|
2527
2588
|
owned by GDK and must not be freed or unreferenced.</doc>
|
@@ -2553,9 +2614,13 @@ and there aren’t other means to get a meaningful #GdkDevice to operate on.</do
|
|
2553
2614
|
</method>
|
2554
2615
|
<method name="list_devices"
|
2555
2616
|
c:identifier="gdk_device_manager_list_devices"
|
2556
|
-
version="3.0"
|
2617
|
+
version="3.0"
|
2618
|
+
deprecated="1"
|
2619
|
+
deprecated-version="3.20">
|
2557
2620
|
<doc xml:space="preserve">Returns the list of devices of type @type currently attached to
|
2558
2621
|
@device_manager.</doc>
|
2622
|
+
<doc-deprecated xml:space="preserve">, use gdk_seat_get_pointer(), gdk_seat_get_keyboard()
|
2623
|
+
and gdk_seat_get_slaves() instead.</doc-deprecated>
|
2559
2624
|
<return-value transfer-ownership="container">
|
2560
2625
|
<doc xml:space="preserve">a list of
|
2561
2626
|
#GdkDevices. The returned list must be
|
@@ -2854,10 +2919,28 @@ for @display</doc>
|
|
2854
2919
|
</instance-parameter>
|
2855
2920
|
</parameters>
|
2856
2921
|
</method>
|
2922
|
+
<method name="get_default_seat"
|
2923
|
+
c:identifier="gdk_display_get_default_seat"
|
2924
|
+
version="3.20">
|
2925
|
+
<doc xml:space="preserve">Returns the default #GdkSeat for this display.</doc>
|
2926
|
+
<return-value transfer-ownership="none">
|
2927
|
+
<doc xml:space="preserve">the default seat.</doc>
|
2928
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
2929
|
+
</return-value>
|
2930
|
+
<parameters>
|
2931
|
+
<instance-parameter name="display" transfer-ownership="none">
|
2932
|
+
<doc xml:space="preserve">a #GdkDisplay</doc>
|
2933
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
2934
|
+
</instance-parameter>
|
2935
|
+
</parameters>
|
2936
|
+
</method>
|
2857
2937
|
<method name="get_device_manager"
|
2858
2938
|
c:identifier="gdk_display_get_device_manager"
|
2859
|
-
version="3.0"
|
2939
|
+
version="3.0"
|
2940
|
+
deprecated="1"
|
2941
|
+
deprecated-version="3.20.">
|
2860
2942
|
<doc xml:space="preserve">Returns the #GdkDeviceManager associated to @display.</doc>
|
2943
|
+
<doc-deprecated xml:space="preserve">Use gdk_display_get_default_seat() and #GdkSeat operations.</doc-deprecated>
|
2861
2944
|
<return-value transfer-ownership="none" nullable="1">
|
2862
2945
|
<doc xml:space="preserve">A #GdkDeviceManager, or
|
2863
2946
|
%NULL. This memory is owned by GDK and must not be freed
|
@@ -3008,8 +3091,11 @@ mask for a given display.</doc>
|
|
3008
3091
|
</method>
|
3009
3092
|
<method name="get_screen"
|
3010
3093
|
c:identifier="gdk_display_get_screen"
|
3011
|
-
version="2.2"
|
3094
|
+
version="2.2"
|
3095
|
+
deprecated="1"
|
3096
|
+
deprecated-version="3.20">
|
3012
3097
|
<doc xml:space="preserve">Returns a screen object for one of the screens of the display.</doc>
|
3098
|
+
<doc-deprecated xml:space="preserve">There is only one screen; use gdk_display_get_default_screen() to get it.</doc-deprecated>
|
3013
3099
|
<return-value transfer-ownership="none">
|
3014
3100
|
<doc xml:space="preserve">the #GdkScreen object</doc>
|
3015
3101
|
<type name="Screen" c:type="GdkScreen*"/>
|
@@ -3142,6 +3228,24 @@ The list is statically allocated and should not be freed.</doc>
|
|
3142
3228
|
</instance-parameter>
|
3143
3229
|
</parameters>
|
3144
3230
|
</method>
|
3231
|
+
<method name="list_seats"
|
3232
|
+
c:identifier="gdk_display_list_seats"
|
3233
|
+
version="3.20">
|
3234
|
+
<doc xml:space="preserve">Returns the list of seats known to @display.</doc>
|
3235
|
+
<return-value transfer-ownership="container">
|
3236
|
+
<doc xml:space="preserve">the
|
3237
|
+
list of seats known to the #GdkDisplay</doc>
|
3238
|
+
<type name="GLib.List" c:type="GList*">
|
3239
|
+
<type name="Seat"/>
|
3240
|
+
</type>
|
3241
|
+
</return-value>
|
3242
|
+
<parameters>
|
3243
|
+
<instance-parameter name="display" transfer-ownership="none">
|
3244
|
+
<doc xml:space="preserve">a #GdkDisplay</doc>
|
3245
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
3246
|
+
</instance-parameter>
|
3247
|
+
</parameters>
|
3248
|
+
</method>
|
3145
3249
|
<method name="notify_startup_complete"
|
3146
3250
|
c:identifier="gdk_display_notify_startup_complete"
|
3147
3251
|
version="3.0">
|
@@ -3551,6 +3655,32 @@ system for @display is opened.</doc>
|
|
3551
3655
|
<type name="none" c:type="void"/>
|
3552
3656
|
</return-value>
|
3553
3657
|
</glib:signal>
|
3658
|
+
<glib:signal name="seat-added" when="last" version="3.20">
|
3659
|
+
<doc xml:space="preserve">The ::seat-added signal is emitted whenever a new seat is made
|
3660
|
+
known to the windowing system.</doc>
|
3661
|
+
<return-value transfer-ownership="none">
|
3662
|
+
<type name="none" c:type="void"/>
|
3663
|
+
</return-value>
|
3664
|
+
<parameters>
|
3665
|
+
<parameter name="seat" transfer-ownership="none">
|
3666
|
+
<doc xml:space="preserve">the seat that was just added</doc>
|
3667
|
+
<type name="Seat"/>
|
3668
|
+
</parameter>
|
3669
|
+
</parameters>
|
3670
|
+
</glib:signal>
|
3671
|
+
<glib:signal name="seat-removed" when="last" version="3.20">
|
3672
|
+
<doc xml:space="preserve">The ::seat-removed signal is emitted whenever a seat is removed
|
3673
|
+
by the windowing system.</doc>
|
3674
|
+
<return-value transfer-ownership="none">
|
3675
|
+
<type name="none" c:type="void"/>
|
3676
|
+
</return-value>
|
3677
|
+
<parameters>
|
3678
|
+
<parameter name="seat" transfer-ownership="none">
|
3679
|
+
<doc xml:space="preserve">the seat that was just removed</doc>
|
3680
|
+
<type name="Seat"/>
|
3681
|
+
</parameter>
|
3682
|
+
</parameters>
|
3683
|
+
</glib:signal>
|
3554
3684
|
</class>
|
3555
3685
|
<class name="DisplayManager"
|
3556
3686
|
c:symbol-prefix="display_manager"
|
@@ -3749,6 +3879,31 @@ should do with the dropped data.</doc>
|
|
3749
3879
|
<doc xml:space="preserve">Ask the user what to do with the data.</doc>
|
3750
3880
|
</member>
|
3751
3881
|
</bitfield>
|
3882
|
+
<enumeration name="DragCancelReason"
|
3883
|
+
version="3.20"
|
3884
|
+
glib:type-name="GdkDragCancelReason"
|
3885
|
+
glib:get-type="gdk_drag_cancel_reason_get_type"
|
3886
|
+
c:type="GdkDragCancelReason">
|
3887
|
+
<doc xml:space="preserve">Used in #GdkDragContext to the reason of a cancelled DND operation.</doc>
|
3888
|
+
<member name="no_target"
|
3889
|
+
value="0"
|
3890
|
+
c:identifier="GDK_DRAG_CANCEL_NO_TARGET"
|
3891
|
+
glib:nick="no-target">
|
3892
|
+
<doc xml:space="preserve">There is no suitable drop target.</doc>
|
3893
|
+
</member>
|
3894
|
+
<member name="user_cancelled"
|
3895
|
+
value="1"
|
3896
|
+
c:identifier="GDK_DRAG_CANCEL_USER_CANCELLED"
|
3897
|
+
glib:nick="user-cancelled">
|
3898
|
+
<doc xml:space="preserve">Drag cancelled by the user</doc>
|
3899
|
+
</member>
|
3900
|
+
<member name="error"
|
3901
|
+
value="2"
|
3902
|
+
c:identifier="GDK_DRAG_CANCEL_ERROR"
|
3903
|
+
glib:nick="error">
|
3904
|
+
<doc xml:space="preserve">Unspecified error.</doc>
|
3905
|
+
</member>
|
3906
|
+
</enumeration>
|
3752
3907
|
<class name="DragContext"
|
3753
3908
|
c:symbol-prefix="drag_context"
|
3754
3909
|
c:type="GdkDragContext"
|
@@ -3799,6 +3954,26 @@ gdk_drag_context_get_suggested_action() returns %GDK_ACTION_ASK.</doc>
|
|
3799
3954
|
</instance-parameter>
|
3800
3955
|
</parameters>
|
3801
3956
|
</method>
|
3957
|
+
<method name="get_drag_window"
|
3958
|
+
c:identifier="gdk_drag_context_get_drag_window"
|
3959
|
+
version="3.20">
|
3960
|
+
<doc xml:space="preserve">Returns the window on which the drag icon should be rendered
|
3961
|
+
during the drag operation. Note that the window may not be
|
3962
|
+
available until the drag operation has begun. GDK will move
|
3963
|
+
the window in accordance with the ongoing drag operation.
|
3964
|
+
The window is owned by @context and will be destroyed when
|
3965
|
+
the drag operation is over.</doc>
|
3966
|
+
<return-value transfer-ownership="none">
|
3967
|
+
<doc xml:space="preserve">the drag window, or %NULL</doc>
|
3968
|
+
<type name="Window" c:type="GdkWindow*"/>
|
3969
|
+
</return-value>
|
3970
|
+
<parameters>
|
3971
|
+
<instance-parameter name="context" transfer-ownership="none">
|
3972
|
+
<doc xml:space="preserve">a #GdkDragContext</doc>
|
3973
|
+
<type name="DragContext" c:type="GdkDragContext*"/>
|
3974
|
+
</instance-parameter>
|
3975
|
+
</parameters>
|
3976
|
+
</method>
|
3802
3977
|
<method name="get_protocol"
|
3803
3978
|
c:identifier="gdk_drag_context_get_protocol"
|
3804
3979
|
version="3.0">
|
@@ -3876,6 +4051,44 @@ gdk_drag_context_get_suggested_action() returns %GDK_ACTION_ASK.</doc>
|
|
3876
4051
|
</instance-parameter>
|
3877
4052
|
</parameters>
|
3878
4053
|
</method>
|
4054
|
+
<method name="manage_dnd"
|
4055
|
+
c:identifier="gdk_drag_context_manage_dnd"
|
4056
|
+
version="3.20">
|
4057
|
+
<doc xml:space="preserve">Requests the drag and drop operation to be managed by @context.
|
4058
|
+
When a drag and drop operation becomes managed, the #GdkDragContext
|
4059
|
+
will internally handle all input and source-side #GdkEventDND events
|
4060
|
+
as required by the windowing system.
|
4061
|
+
|
4062
|
+
Once the drag and drop operation is managed, the drag context will
|
4063
|
+
emit the following signals:
|
4064
|
+
- The #GdkDragContext::action-changed signal whenever the final action
|
4065
|
+
to be performed by the drag and drop operation changes.
|
4066
|
+
- The #GdkDragContext::drop-performed signal after the user performs
|
4067
|
+
the drag and drop gesture (typically by releasing the mouse button).
|
4068
|
+
- The #GdkDragContext::dnd-finished signal after the drag and drop
|
4069
|
+
operation concludes (after all #GdkSelection transfers happen).
|
4070
|
+
- The #GdkDragContext::cancel signal if the drag and drop operation is
|
4071
|
+
finished but doesn't happen over an accepting destination, or is
|
4072
|
+
cancelled through other means.</doc>
|
4073
|
+
<return-value transfer-ownership="none">
|
4074
|
+
<doc xml:space="preserve">#TRUE if the drag and drop operation is managed.</doc>
|
4075
|
+
<type name="gboolean" c:type="gboolean"/>
|
4076
|
+
</return-value>
|
4077
|
+
<parameters>
|
4078
|
+
<instance-parameter name="context" transfer-ownership="none">
|
4079
|
+
<doc xml:space="preserve">a #GdkDragContext</doc>
|
4080
|
+
<type name="DragContext" c:type="GdkDragContext*"/>
|
4081
|
+
</instance-parameter>
|
4082
|
+
<parameter name="ipc_window" transfer-ownership="none">
|
4083
|
+
<doc xml:space="preserve">Window to use for IPC messaging/events</doc>
|
4084
|
+
<type name="Window" c:type="GdkWindow*"/>
|
4085
|
+
</parameter>
|
4086
|
+
<parameter name="actions" transfer-ownership="none">
|
4087
|
+
<doc xml:space="preserve">the actions supported by the drag source</doc>
|
4088
|
+
<type name="DragAction" c:type="GdkDragAction"/>
|
4089
|
+
</parameter>
|
4090
|
+
</parameters>
|
4091
|
+
</method>
|
3879
4092
|
<method name="set_device" c:identifier="gdk_drag_context_set_device">
|
3880
4093
|
<doc xml:space="preserve">Associates a #GdkDevice to @context, so all Drag and Drop events
|
3881
4094
|
for @context are emitted as if they came from this device.</doc>
|
@@ -3893,6 +4106,89 @@ for @context are emitted as if they came from this device.</doc>
|
|
3893
4106
|
</parameter>
|
3894
4107
|
</parameters>
|
3895
4108
|
</method>
|
4109
|
+
<method name="set_hotspot"
|
4110
|
+
c:identifier="gdk_drag_context_set_hotspot"
|
4111
|
+
version="3.20">
|
4112
|
+
<doc xml:space="preserve">Sets the position of the drag window that will be kept
|
4113
|
+
under the cursor hotspot. Initially, the hotspot is at the
|
4114
|
+
top left corner of the drag window.</doc>
|
4115
|
+
<return-value transfer-ownership="none">
|
4116
|
+
<type name="none" c:type="void"/>
|
4117
|
+
</return-value>
|
4118
|
+
<parameters>
|
4119
|
+
<instance-parameter name="context" transfer-ownership="none">
|
4120
|
+
<doc xml:space="preserve">a #GdkDragContext</doc>
|
4121
|
+
<type name="DragContext" c:type="GdkDragContext*"/>
|
4122
|
+
</instance-parameter>
|
4123
|
+
<parameter name="hot_x" transfer-ownership="none">
|
4124
|
+
<doc xml:space="preserve">x coordinate of the drag window hotspot</doc>
|
4125
|
+
<type name="gint" c:type="gint"/>
|
4126
|
+
</parameter>
|
4127
|
+
<parameter name="hot_y" transfer-ownership="none">
|
4128
|
+
<doc xml:space="preserve">y coordinate of the drag window hotspot</doc>
|
4129
|
+
<type name="gint" c:type="gint"/>
|
4130
|
+
</parameter>
|
4131
|
+
</parameters>
|
4132
|
+
</method>
|
4133
|
+
<glib:signal name="action-changed" when="last" version="3.20">
|
4134
|
+
<doc xml:space="preserve">A new action is being chosen for the drag and drop operation.
|
4135
|
+
|
4136
|
+
This signal will only be emitted if the #GdkDragContext manages
|
4137
|
+
the drag and drop operation. See gdk_drag_context_manage_dnd()
|
4138
|
+
for more information.</doc>
|
4139
|
+
<return-value transfer-ownership="none">
|
4140
|
+
<type name="none" c:type="void"/>
|
4141
|
+
</return-value>
|
4142
|
+
<parameters>
|
4143
|
+
<parameter name="action" transfer-ownership="none">
|
4144
|
+
<doc xml:space="preserve">The action currently chosen</doc>
|
4145
|
+
<type name="DragAction"/>
|
4146
|
+
</parameter>
|
4147
|
+
</parameters>
|
4148
|
+
</glib:signal>
|
4149
|
+
<glib:signal name="cancel" when="last" version="3.20">
|
4150
|
+
<doc xml:space="preserve">The drag and drop operation was cancelled.
|
4151
|
+
|
4152
|
+
This signal will only be emitted if the #GdkDragContext manages
|
4153
|
+
the drag and drop operation. See gdk_drag_context_manage_dnd()
|
4154
|
+
for more information.</doc>
|
4155
|
+
<return-value transfer-ownership="none">
|
4156
|
+
<type name="none" c:type="void"/>
|
4157
|
+
</return-value>
|
4158
|
+
<parameters>
|
4159
|
+
<parameter name="object" transfer-ownership="none">
|
4160
|
+
<type name="DragCancelReason"/>
|
4161
|
+
</parameter>
|
4162
|
+
</parameters>
|
4163
|
+
</glib:signal>
|
4164
|
+
<glib:signal name="dnd-finished" when="last" version="3.20">
|
4165
|
+
<doc xml:space="preserve">The drag and drop operation was finished, the drag destination
|
4166
|
+
finished reading all data. The drag source can now free all
|
4167
|
+
miscellaneous data.
|
4168
|
+
|
4169
|
+
This signal will only be emitted if the #GdkDragContext manages
|
4170
|
+
the drag and drop operation. See gdk_drag_context_manage_dnd()
|
4171
|
+
for more information.</doc>
|
4172
|
+
<return-value transfer-ownership="none">
|
4173
|
+
<type name="none" c:type="void"/>
|
4174
|
+
</return-value>
|
4175
|
+
</glib:signal>
|
4176
|
+
<glib:signal name="drop-performed" when="last" version="3.20">
|
4177
|
+
<doc xml:space="preserve">The drag and drop operation was performed on an accepting client.
|
4178
|
+
|
4179
|
+
This signal will only be emitted if the #GdkDragContext manages
|
4180
|
+
the drag and drop operation. See gdk_drag_context_manage_dnd()
|
4181
|
+
for more information.</doc>
|
4182
|
+
<return-value transfer-ownership="none">
|
4183
|
+
<type name="none" c:type="void"/>
|
4184
|
+
</return-value>
|
4185
|
+
<parameters>
|
4186
|
+
<parameter name="time" transfer-ownership="none">
|
4187
|
+
<doc xml:space="preserve">the time at which the drop happened.</doc>
|
4188
|
+
<type name="gint" c:type="gint"/>
|
4189
|
+
</parameter>
|
4190
|
+
</parameters>
|
4191
|
+
</glib:signal>
|
3896
4192
|
</class>
|
3897
4193
|
<enumeration name="DragProtocol"
|
3898
4194
|
glib:type-name="GdkDragProtocol"
|
@@ -4081,6 +4377,12 @@ or:
|
|
4081
4377
|
<doc xml:space="preserve">a #GdkEventGrabBroken</doc>
|
4082
4378
|
<type name="EventGrabBroken" c:type="GdkEventGrabBroken"/>
|
4083
4379
|
</field>
|
4380
|
+
<field name="touchpad_swipe" writable="1">
|
4381
|
+
<type name="EventTouchpadSwipe" c:type="GdkEventTouchpadSwipe"/>
|
4382
|
+
</field>
|
4383
|
+
<field name="touchpad_pinch" writable="1">
|
4384
|
+
<type name="EventTouchpadPinch" c:type="GdkEventTouchpadPinch"/>
|
4385
|
+
</field>
|
4084
4386
|
<constructor name="new" c:identifier="gdk_event_new" version="2.2">
|
4085
4387
|
<doc xml:space="preserve">Creates a new event of the given type. All fields are set to 0.</doc>
|
4086
4388
|
<return-value transfer-ownership="full">
|
@@ -4301,14 +4603,18 @@ an event structure.</doc>
|
|
4301
4603
|
<parameter name="x_win"
|
4302
4604
|
direction="out"
|
4303
4605
|
caller-allocates="0"
|
4304
|
-
transfer-ownership="full"
|
4606
|
+
transfer-ownership="full"
|
4607
|
+
optional="1"
|
4608
|
+
allow-none="1">
|
4305
4609
|
<doc xml:space="preserve">location to put event window x coordinate</doc>
|
4306
4610
|
<type name="gdouble" c:type="gdouble*"/>
|
4307
4611
|
</parameter>
|
4308
4612
|
<parameter name="y_win"
|
4309
4613
|
direction="out"
|
4310
4614
|
caller-allocates="0"
|
4311
|
-
transfer-ownership="full"
|
4615
|
+
transfer-ownership="full"
|
4616
|
+
optional="1"
|
4617
|
+
allow-none="1">
|
4312
4618
|
<doc xml:space="preserve">location to put event window y coordinate</doc>
|
4313
4619
|
<type name="gdouble" c:type="gdouble*"/>
|
4314
4620
|
</parameter>
|
@@ -4420,14 +4726,18 @@ to which the event belongs. Otherwise, return %NULL.</doc>
|
|
4420
4726
|
<parameter name="x_root"
|
4421
4727
|
direction="out"
|
4422
4728
|
caller-allocates="0"
|
4423
|
-
transfer-ownership="full"
|
4729
|
+
transfer-ownership="full"
|
4730
|
+
optional="1"
|
4731
|
+
allow-none="1">
|
4424
4732
|
<doc xml:space="preserve">location to put root window x coordinate</doc>
|
4425
4733
|
<type name="gdouble" c:type="gdouble*"/>
|
4426
4734
|
</parameter>
|
4427
4735
|
<parameter name="y_root"
|
4428
4736
|
direction="out"
|
4429
4737
|
caller-allocates="0"
|
4430
|
-
transfer-ownership="full"
|
4738
|
+
transfer-ownership="full"
|
4739
|
+
optional="1"
|
4740
|
+
allow-none="1">
|
4431
4741
|
<doc xml:space="preserve">location to put root window y coordinate</doc>
|
4432
4742
|
<type name="gdouble" c:type="gdouble*"/>
|
4433
4743
|
</parameter>
|
@@ -4505,6 +4815,19 @@ to which `event->motion.x_root` and
|
|
4505
4815
|
</parameter>
|
4506
4816
|
</parameters>
|
4507
4817
|
</method>
|
4818
|
+
<method name="get_seat" c:identifier="gdk_event_get_seat" version="3.20">
|
4819
|
+
<doc xml:space="preserve">Returns the #GdkSeat this event was generated for.</doc>
|
4820
|
+
<return-value transfer-ownership="none">
|
4821
|
+
<doc xml:space="preserve">The #GdkSeat of this event</doc>
|
4822
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
4823
|
+
</return-value>
|
4824
|
+
<parameters>
|
4825
|
+
<instance-parameter name="event" transfer-ownership="none">
|
4826
|
+
<doc xml:space="preserve">a #GdkEvent</doc>
|
4827
|
+
<type name="Event" c:type="const GdkEvent*"/>
|
4828
|
+
</instance-parameter>
|
4829
|
+
</parameters>
|
4830
|
+
</method>
|
4508
4831
|
<method name="get_source_device"
|
4509
4832
|
c:identifier="gdk_event_get_source_device"
|
4510
4833
|
version="3.0">
|
@@ -4583,6 +4906,27 @@ returns #GDK_CURRENT_TIME. If @event is %NULL, returns #GDK_CURRENT_TIME.</doc>
|
|
4583
4906
|
</instance-parameter>
|
4584
4907
|
</parameters>
|
4585
4908
|
</method>
|
4909
|
+
<method name="is_scroll_stop_event"
|
4910
|
+
c:identifier="gdk_event_is_scroll_stop_event"
|
4911
|
+
version="3.20">
|
4912
|
+
<doc xml:space="preserve">Check whether a scroll event is a stop scroll event. Scroll sequences
|
4913
|
+
with smooth scroll information may provide a stop scroll event once the
|
4914
|
+
interaction with the device finishes, e.g. by lifting a finger. This
|
4915
|
+
stop scroll event is the signal that a widget may trigger kinetic
|
4916
|
+
scrolling based on the current velocity.
|
4917
|
+
|
4918
|
+
Stop scroll events always have a a delta of 0/0.</doc>
|
4919
|
+
<return-value transfer-ownership="none">
|
4920
|
+
<doc xml:space="preserve">%TRUE if the event is a scroll stop event</doc>
|
4921
|
+
<type name="gboolean" c:type="gboolean"/>
|
4922
|
+
</return-value>
|
4923
|
+
<parameters>
|
4924
|
+
<instance-parameter name="event" transfer-ownership="none">
|
4925
|
+
<doc xml:space="preserve">a #GdkEvent</doc>
|
4926
|
+
<type name="Event" c:type="const GdkEvent*"/>
|
4927
|
+
</instance-parameter>
|
4928
|
+
</parameters>
|
4929
|
+
</method>
|
4586
4930
|
<method name="put" c:identifier="gdk_event_put">
|
4587
4931
|
<doc xml:space="preserve">Appends a copy of the given event onto the front of the event
|
4588
4932
|
queue for event->any.window’s display, or the default event
|
@@ -4711,7 +5055,10 @@ events to GTK+.)</doc>
|
|
4711
5055
|
<doc xml:space="preserve">the function to call to handle events from GDK.</doc>
|
4712
5056
|
<type name="EventFunc" c:type="GdkEventFunc"/>
|
4713
5057
|
</parameter>
|
4714
|
-
<parameter name="data"
|
5058
|
+
<parameter name="data"
|
5059
|
+
transfer-ownership="none"
|
5060
|
+
nullable="1"
|
5061
|
+
allow-none="1">
|
4715
5062
|
<doc xml:space="preserve">user data to pass to the function.</doc>
|
4716
5063
|
<type name="gpointer" c:type="gpointer"/>
|
4717
5064
|
</parameter>
|
@@ -5064,7 +5411,11 @@ handle all GDK events.</doc>
|
|
5064
5411
|
<doc xml:space="preserve">the #GdkEvent to process.</doc>
|
5065
5412
|
<type name="Event" c:type="GdkEvent*"/>
|
5066
5413
|
</parameter>
|
5067
|
-
<parameter name="data"
|
5414
|
+
<parameter name="data"
|
5415
|
+
transfer-ownership="none"
|
5416
|
+
nullable="1"
|
5417
|
+
allow-none="1"
|
5418
|
+
closure="1">
|
5068
5419
|
<doc xml:space="preserve">user data set when the event handler was installed with
|
5069
5420
|
gdk_event_handler_set().</doc>
|
5070
5421
|
<type name="gpointer" c:type="gpointer"/>
|
@@ -5337,6 +5688,12 @@ events, so different sequences may be distinguished.</doc>
|
|
5337
5688
|
glib:nick="smooth-scroll-mask">
|
5338
5689
|
<doc xml:space="preserve">receive smooth scrolling events. Since 3.4</doc>
|
5339
5690
|
</member>
|
5691
|
+
<member name="touchpad_gesture_mask"
|
5692
|
+
value="16777216"
|
5693
|
+
c:identifier="GDK_TOUCHPAD_GESTURE_MASK"
|
5694
|
+
glib:nick="touchpad-gesture-mask">
|
5695
|
+
<doc xml:space="preserve">receive touchpad gesture events. Since 3.18</doc>
|
5696
|
+
</member>
|
5340
5697
|
<member name="all_events_mask"
|
5341
5698
|
value="16777214"
|
5342
5699
|
c:identifier="GDK_ALL_EVENTS_MASK"
|
@@ -5568,6 +5925,9 @@ gdk_event_get_source_device() to get the slave device.</doc>
|
|
5568
5925
|
<doc xml:space="preserve">the y coordinate of the scroll delta</doc>
|
5569
5926
|
<type name="gdouble" c:type="gdouble"/>
|
5570
5927
|
</field>
|
5928
|
+
<field name="is_stop" writable="1" bits="1">
|
5929
|
+
<type name="guint" c:type="guint"/>
|
5930
|
+
</field>
|
5571
5931
|
</record>
|
5572
5932
|
<record name="EventSelection" c:type="GdkEventSelection">
|
5573
5933
|
<doc xml:space="preserve">Generated when a selection is requested or ownership of a selection
|
@@ -5708,6 +6068,134 @@ gdk_event_get_source_device() to get the slave device.</doc>
|
|
5708
6068
|
<type name="gdouble" c:type="gdouble"/>
|
5709
6069
|
</field>
|
5710
6070
|
</record>
|
6071
|
+
<record name="EventTouchpadPinch" c:type="GdkEventTouchpadPinch">
|
6072
|
+
<doc xml:space="preserve">Generated during touchpad swipe gestures.</doc>
|
6073
|
+
<field name="type" writable="1">
|
6074
|
+
<doc xml:space="preserve">the type of the event (%GDK_TOUCHPAD_PINCH)</doc>
|
6075
|
+
<type name="EventType" c:type="GdkEventType"/>
|
6076
|
+
</field>
|
6077
|
+
<field name="window" writable="1">
|
6078
|
+
<doc xml:space="preserve">the window which received the event</doc>
|
6079
|
+
<type name="Window" c:type="GdkWindow*"/>
|
6080
|
+
</field>
|
6081
|
+
<field name="send_event" writable="1">
|
6082
|
+
<doc xml:space="preserve">%TRUE if the event was sent explicitly</doc>
|
6083
|
+
<type name="gint8" c:type="gint8"/>
|
6084
|
+
</field>
|
6085
|
+
<field name="phase" writable="1">
|
6086
|
+
<doc xml:space="preserve">the current phase of the gesture</doc>
|
6087
|
+
<type name="TouchpadGesturePhase"/>
|
6088
|
+
</field>
|
6089
|
+
<field name="n_fingers" writable="1">
|
6090
|
+
<doc xml:space="preserve">The number of fingers triggering the pinch</doc>
|
6091
|
+
<type name="gint8" c:type="gint8"/>
|
6092
|
+
</field>
|
6093
|
+
<field name="time" writable="1">
|
6094
|
+
<doc xml:space="preserve">the time of the event in milliseconds</doc>
|
6095
|
+
<type name="guint32" c:type="guint32"/>
|
6096
|
+
</field>
|
6097
|
+
<field name="x" writable="1">
|
6098
|
+
<doc xml:space="preserve">The X coordinate of the pointer</doc>
|
6099
|
+
<type name="gdouble" c:type="gdouble"/>
|
6100
|
+
</field>
|
6101
|
+
<field name="y" writable="1">
|
6102
|
+
<doc xml:space="preserve">The Y coordinate of the pointer</doc>
|
6103
|
+
<type name="gdouble" c:type="gdouble"/>
|
6104
|
+
</field>
|
6105
|
+
<field name="dx" writable="1">
|
6106
|
+
<doc xml:space="preserve">Movement delta in the X axis of the swipe focal point</doc>
|
6107
|
+
<type name="gdouble" c:type="gdouble"/>
|
6108
|
+
</field>
|
6109
|
+
<field name="dy" writable="1">
|
6110
|
+
<doc xml:space="preserve">Movement delta in the Y axis of the swipe focal point</doc>
|
6111
|
+
<type name="gdouble" c:type="gdouble"/>
|
6112
|
+
</field>
|
6113
|
+
<field name="angle_delta" writable="1">
|
6114
|
+
<doc xml:space="preserve">The angle change in radians, negative angles
|
6115
|
+
denote counter-clockwise movements</doc>
|
6116
|
+
<type name="gdouble" c:type="gdouble"/>
|
6117
|
+
</field>
|
6118
|
+
<field name="scale" writable="1">
|
6119
|
+
<doc xml:space="preserve">The current scale, relative to that at the time of
|
6120
|
+
the corresponding %GDK_TOUCHPAD_GESTURE_PHASE_BEGIN event</doc>
|
6121
|
+
<type name="gdouble" c:type="gdouble"/>
|
6122
|
+
</field>
|
6123
|
+
<field name="x_root" writable="1">
|
6124
|
+
<doc xml:space="preserve">The X coordinate of the pointer, relative to the
|
6125
|
+
root of the screen.</doc>
|
6126
|
+
<type name="gdouble" c:type="gdouble"/>
|
6127
|
+
</field>
|
6128
|
+
<field name="y_root" writable="1">
|
6129
|
+
<doc xml:space="preserve">The Y coordinate of the pointer, relative to the
|
6130
|
+
root of the screen.</doc>
|
6131
|
+
<type name="gdouble" c:type="gdouble"/>
|
6132
|
+
</field>
|
6133
|
+
<field name="state" writable="1">
|
6134
|
+
<doc xml:space="preserve">a bit-mask representing the state of
|
6135
|
+
the modifier keys (e.g. Control, Shift and Alt) and the pointer
|
6136
|
+
buttons. See #GdkModifierType.</doc>
|
6137
|
+
<type name="ModifierType"/>
|
6138
|
+
</field>
|
6139
|
+
</record>
|
6140
|
+
<record name="EventTouchpadSwipe" c:type="GdkEventTouchpadSwipe">
|
6141
|
+
<doc xml:space="preserve">Generated during touchpad swipe gestures.</doc>
|
6142
|
+
<field name="type" writable="1">
|
6143
|
+
<doc xml:space="preserve">the type of the event (%GDK_TOUCHPAD_SWIPE)</doc>
|
6144
|
+
<type name="EventType" c:type="GdkEventType"/>
|
6145
|
+
</field>
|
6146
|
+
<field name="window" writable="1">
|
6147
|
+
<doc xml:space="preserve">the window which received the event</doc>
|
6148
|
+
<type name="Window" c:type="GdkWindow*"/>
|
6149
|
+
</field>
|
6150
|
+
<field name="send_event" writable="1">
|
6151
|
+
<doc xml:space="preserve">%TRUE if the event was sent explicitly</doc>
|
6152
|
+
<type name="gint8" c:type="gint8"/>
|
6153
|
+
</field>
|
6154
|
+
<field name="phase" writable="1">
|
6155
|
+
<doc xml:space="preserve">the current phase of the gesture</doc>
|
6156
|
+
<type name="TouchpadGesturePhase"/>
|
6157
|
+
</field>
|
6158
|
+
<field name="n_fingers" writable="1">
|
6159
|
+
<doc xml:space="preserve">The number of fingers triggering the swipe</doc>
|
6160
|
+
<type name="gint8" c:type="gint8"/>
|
6161
|
+
</field>
|
6162
|
+
<field name="time" writable="1">
|
6163
|
+
<doc xml:space="preserve">the time of the event in milliseconds</doc>
|
6164
|
+
<type name="guint32" c:type="guint32"/>
|
6165
|
+
</field>
|
6166
|
+
<field name="x" writable="1">
|
6167
|
+
<doc xml:space="preserve">The X coordinate of the pointer</doc>
|
6168
|
+
<type name="gdouble" c:type="gdouble"/>
|
6169
|
+
</field>
|
6170
|
+
<field name="y" writable="1">
|
6171
|
+
<doc xml:space="preserve">The Y coordinate of the pointer</doc>
|
6172
|
+
<type name="gdouble" c:type="gdouble"/>
|
6173
|
+
</field>
|
6174
|
+
<field name="dx" writable="1">
|
6175
|
+
<doc xml:space="preserve">Movement delta in the X axis of the swipe focal point</doc>
|
6176
|
+
<type name="gdouble" c:type="gdouble"/>
|
6177
|
+
</field>
|
6178
|
+
<field name="dy" writable="1">
|
6179
|
+
<doc xml:space="preserve">Movement delta in the Y axis of the swipe focal point</doc>
|
6180
|
+
<type name="gdouble" c:type="gdouble"/>
|
6181
|
+
</field>
|
6182
|
+
<field name="x_root" writable="1">
|
6183
|
+
<doc xml:space="preserve">The X coordinate of the pointer, relative to the
|
6184
|
+
root of the screen.</doc>
|
6185
|
+
<type name="gdouble" c:type="gdouble"/>
|
6186
|
+
</field>
|
6187
|
+
<field name="y_root" writable="1">
|
6188
|
+
<doc xml:space="preserve">The Y coordinate of the pointer, relative to the
|
6189
|
+
root of the screen.</doc>
|
6190
|
+
<type name="gdouble" c:type="gdouble"/>
|
6191
|
+
</field>
|
6192
|
+
<field name="state" writable="1">
|
6193
|
+
<doc xml:space="preserve">a bit-mask representing the state of
|
6194
|
+
the modifier keys (e.g. Control, Shift and Alt) and the pointer
|
6195
|
+
buttons. See #GdkModifierType.</doc>
|
6196
|
+
<type name="ModifierType"/>
|
6197
|
+
</field>
|
6198
|
+
</record>
|
5711
6199
|
<enumeration name="EventType"
|
5712
6200
|
glib:type-name="GdkEventType"
|
5713
6201
|
glib:get-type="gdk_event_type_get_type"
|
@@ -5998,8 +6486,22 @@ be used instead.</doc>
|
|
5998
6486
|
<doc xml:space="preserve">A touch event sequence has been canceled. This event type
|
5999
6487
|
was added in 3.4.</doc>
|
6000
6488
|
</member>
|
6001
|
-
<member name="
|
6489
|
+
<member name="touchpad_swipe"
|
6002
6490
|
value="41"
|
6491
|
+
c:identifier="GDK_TOUCHPAD_SWIPE"
|
6492
|
+
glib:nick="touchpad-swipe">
|
6493
|
+
<doc xml:space="preserve">A touchpad swipe gesture event, the current state
|
6494
|
+
is determined by its phase field. This event type was added in 3.18.</doc>
|
6495
|
+
</member>
|
6496
|
+
<member name="touchpad_pinch"
|
6497
|
+
value="42"
|
6498
|
+
c:identifier="GDK_TOUCHPAD_PINCH"
|
6499
|
+
glib:nick="touchpad-pinch">
|
6500
|
+
<doc xml:space="preserve">A touchpad pinch gesture event, the current state
|
6501
|
+
is determined by its phase field. This event type was added in 3.18.</doc>
|
6502
|
+
</member>
|
6503
|
+
<member name="event_last"
|
6504
|
+
value="43"
|
6003
6505
|
c:identifier="GDK_EVENT_LAST"
|
6004
6506
|
glib:nick="event-last">
|
6005
6507
|
<doc xml:space="preserve">marks the end of the GdkEventType enumeration. Added in 2.18</doc>
|
@@ -6078,7 +6580,11 @@ continue, it should return %GDK_FILTER_TRANSLATE.</doc>
|
|
6078
6580
|
<doc xml:space="preserve">the GDK event to which the X event will be translated.</doc>
|
6079
6581
|
<type name="Event" c:type="GdkEvent*"/>
|
6080
6582
|
</parameter>
|
6081
|
-
<parameter name="data"
|
6583
|
+
<parameter name="data"
|
6584
|
+
transfer-ownership="none"
|
6585
|
+
nullable="1"
|
6586
|
+
allow-none="1"
|
6587
|
+
closure="2">
|
6082
6588
|
<doc xml:space="preserve">user data set when the filter was installed.</doc>
|
6083
6589
|
<type name="gpointer" c:type="gpointer"/>
|
6084
6590
|
</parameter>
|
@@ -6868,6 +7374,36 @@ The @context must be realized prior to calling this function.</doc>
|
|
6868
7374
|
</instance-parameter>
|
6869
7375
|
</parameters>
|
6870
7376
|
</method>
|
7377
|
+
<method name="is_legacy"
|
7378
|
+
c:identifier="gdk_gl_context_is_legacy"
|
7379
|
+
version="3.20">
|
7380
|
+
<doc xml:space="preserve">Whether the #GdkGLContext is in legacy mode or not.
|
7381
|
+
|
7382
|
+
The #GdkGLContext must be realized before calling this function.
|
7383
|
+
|
7384
|
+
When realizing a GL context, GDK will try to use the OpenGL 3.2 core
|
7385
|
+
profile; this profile removes all the OpenGL API that was deprecated
|
7386
|
+
prior to the 3.2 version of the specification. If the realization is
|
7387
|
+
successful, this function will return %FALSE.
|
7388
|
+
|
7389
|
+
If the underlying OpenGL implementation does not support core profiles,
|
7390
|
+
GDK will fall back to a pre-3.2 compatibility profile, and this function
|
7391
|
+
will return %TRUE.
|
7392
|
+
|
7393
|
+
You can use the value returned by this function to decide which kind
|
7394
|
+
of OpenGL API to use, or whether to do extension discovery, or what
|
7395
|
+
kind of shader programs to load.</doc>
|
7396
|
+
<return-value transfer-ownership="none">
|
7397
|
+
<doc xml:space="preserve">%TRUE if the GL context is in legacy mode</doc>
|
7398
|
+
<type name="gboolean" c:type="gboolean"/>
|
7399
|
+
</return-value>
|
7400
|
+
<parameters>
|
7401
|
+
<instance-parameter name="context" transfer-ownership="none">
|
7402
|
+
<doc xml:space="preserve">a #GdkGLContext</doc>
|
7403
|
+
<type name="GLContext" c:type="GdkGLContext*"/>
|
7404
|
+
</instance-parameter>
|
7405
|
+
</parameters>
|
7406
|
+
</method>
|
6871
7407
|
<method name="make_current"
|
6872
7408
|
c:identifier="gdk_gl_context_make_current"
|
6873
7409
|
version="3.16">
|
@@ -16585,6 +17121,21 @@ expected result.</doc>
|
|
16585
17121
|
</instance-parameter>
|
16586
17122
|
</parameters>
|
16587
17123
|
</method>
|
17124
|
+
<method name="get_scroll_lock_state"
|
17125
|
+
c:identifier="gdk_keymap_get_scroll_lock_state"
|
17126
|
+
version="3.18">
|
17127
|
+
<doc xml:space="preserve">Returns whether the Scroll Lock modifer is locked.</doc>
|
17128
|
+
<return-value transfer-ownership="none">
|
17129
|
+
<doc xml:space="preserve">%TRUE if Scroll Lock is on</doc>
|
17130
|
+
<type name="gboolean" c:type="gboolean"/>
|
17131
|
+
</return-value>
|
17132
|
+
<parameters>
|
17133
|
+
<instance-parameter name="keymap" transfer-ownership="none">
|
17134
|
+
<doc xml:space="preserve">a #GdkKeymap</doc>
|
17135
|
+
<type name="Keymap" c:type="GdkKeymap*"/>
|
17136
|
+
</instance-parameter>
|
17137
|
+
</parameters>
|
17138
|
+
</method>
|
16588
17139
|
<method name="have_bidi_layouts"
|
16589
17140
|
c:identifier="gdk_keymap_have_bidi_layouts"
|
16590
17141
|
version="2.12">
|
@@ -16870,6 +17421,16 @@ it’s the Command key (which correspond to %GDK_CONTROL_MASK and
|
|
16870
17421
|
<doc xml:space="preserve">the modifier that switches between keyboard
|
16871
17422
|
groups (AltGr on X11/Windows and Option/Alt on OS X).</doc>
|
16872
17423
|
</member>
|
17424
|
+
<member name="default_mod_mask"
|
17425
|
+
value="6"
|
17426
|
+
c:identifier="GDK_MODIFIER_INTENT_DEFAULT_MOD_MASK"
|
17427
|
+
glib:nick="default-mod-mask">
|
17428
|
+
<doc xml:space="preserve">The set of modifier masks accepted
|
17429
|
+
as modifiers in accelerators. Needed because Command is mapped to MOD2 on
|
17430
|
+
OSX, which is widely used, but on X11 MOD2 is NumLock and using that for a
|
17431
|
+
mod key is problematic at best.
|
17432
|
+
Ref: https://bugzilla.gnome.org/show_bug.cgi?id=736125.</doc>
|
17433
|
+
</member>
|
16873
17434
|
</enumeration>
|
16874
17435
|
<bitfield name="ModifierType"
|
16875
17436
|
glib:type-name="GdkModifierType"
|
@@ -17376,6 +17937,104 @@ different representation.</doc>
|
|
17376
17937
|
</parameters>
|
17377
17938
|
</method>
|
17378
17939
|
</record>
|
17940
|
+
<record name="Rectangle"
|
17941
|
+
c:type="GdkRectangle"
|
17942
|
+
glib:type-name="GdkRectangle"
|
17943
|
+
glib:get-type="gdk_rectangle_get_type"
|
17944
|
+
c:symbol-prefix="rectangle">
|
17945
|
+
<doc xml:space="preserve">Defines the position and size of a rectangle. It is identical to
|
17946
|
+
#cairo_rectangle_int_t.</doc>
|
17947
|
+
<field name="x" writable="1">
|
17948
|
+
<type name="gint" c:type="int"/>
|
17949
|
+
</field>
|
17950
|
+
<field name="y" writable="1">
|
17951
|
+
<type name="gint" c:type="int"/>
|
17952
|
+
</field>
|
17953
|
+
<field name="width" writable="1">
|
17954
|
+
<type name="gint" c:type="int"/>
|
17955
|
+
</field>
|
17956
|
+
<field name="height" writable="1">
|
17957
|
+
<type name="gint" c:type="int"/>
|
17958
|
+
</field>
|
17959
|
+
<method name="equal" c:identifier="gdk_rectangle_equal" version="3.20">
|
17960
|
+
<doc xml:space="preserve">Checks if the two given rectangles are equal.</doc>
|
17961
|
+
<return-value transfer-ownership="none">
|
17962
|
+
<doc xml:space="preserve">%TRUE if the rectangles are equal.</doc>
|
17963
|
+
<type name="gboolean" c:type="gboolean"/>
|
17964
|
+
</return-value>
|
17965
|
+
<parameters>
|
17966
|
+
<instance-parameter name="rect1" transfer-ownership="none">
|
17967
|
+
<doc xml:space="preserve">a #GdkRectangle</doc>
|
17968
|
+
<type name="Rectangle" c:type="const GdkRectangle*"/>
|
17969
|
+
</instance-parameter>
|
17970
|
+
<parameter name="rect2" transfer-ownership="none">
|
17971
|
+
<doc xml:space="preserve">a #GdkRectangle</doc>
|
17972
|
+
<type name="Rectangle" c:type="const GdkRectangle*"/>
|
17973
|
+
</parameter>
|
17974
|
+
</parameters>
|
17975
|
+
</method>
|
17976
|
+
<method name="intersect" c:identifier="gdk_rectangle_intersect">
|
17977
|
+
<doc xml:space="preserve">Calculates the intersection of two rectangles. It is allowed for
|
17978
|
+
@dest to be the same as either @src1 or @src2. If the rectangles
|
17979
|
+
do not intersect, @dest’s width and height is set to 0 and its x
|
17980
|
+
and y values are undefined. If you are only interested in whether
|
17981
|
+
the rectangles intersect, but not in the intersecting area itself,
|
17982
|
+
pass %NULL for @dest.</doc>
|
17983
|
+
<return-value transfer-ownership="none">
|
17984
|
+
<doc xml:space="preserve">%TRUE if the rectangles intersect.</doc>
|
17985
|
+
<type name="gboolean" c:type="gboolean"/>
|
17986
|
+
</return-value>
|
17987
|
+
<parameters>
|
17988
|
+
<instance-parameter name="src1" transfer-ownership="none">
|
17989
|
+
<doc xml:space="preserve">a #GdkRectangle</doc>
|
17990
|
+
<type name="Rectangle" c:type="const GdkRectangle*"/>
|
17991
|
+
</instance-parameter>
|
17992
|
+
<parameter name="src2" transfer-ownership="none">
|
17993
|
+
<doc xml:space="preserve">a #GdkRectangle</doc>
|
17994
|
+
<type name="Rectangle" c:type="const GdkRectangle*"/>
|
17995
|
+
</parameter>
|
17996
|
+
<parameter name="dest"
|
17997
|
+
direction="out"
|
17998
|
+
caller-allocates="1"
|
17999
|
+
transfer-ownership="none"
|
18000
|
+
optional="1"
|
18001
|
+
allow-none="1">
|
18002
|
+
<doc xml:space="preserve">return location for the
|
18003
|
+
intersection of @src1 and @src2, or %NULL</doc>
|
18004
|
+
<type name="Rectangle" c:type="GdkRectangle*"/>
|
18005
|
+
</parameter>
|
18006
|
+
</parameters>
|
18007
|
+
</method>
|
18008
|
+
<method name="union" c:identifier="gdk_rectangle_union">
|
18009
|
+
<doc xml:space="preserve">Calculates the union of two rectangles.
|
18010
|
+
The union of rectangles @src1 and @src2 is the smallest rectangle which
|
18011
|
+
includes both @src1 and @src2 within it.
|
18012
|
+
It is allowed for @dest to be the same as either @src1 or @src2.
|
18013
|
+
|
18014
|
+
Note that this function does not ignore 'empty' rectangles (ie. with
|
18015
|
+
zero width or height).</doc>
|
18016
|
+
<return-value transfer-ownership="none">
|
18017
|
+
<type name="none" c:type="void"/>
|
18018
|
+
</return-value>
|
18019
|
+
<parameters>
|
18020
|
+
<instance-parameter name="src1" transfer-ownership="none">
|
18021
|
+
<doc xml:space="preserve">a #GdkRectangle</doc>
|
18022
|
+
<type name="Rectangle" c:type="const GdkRectangle*"/>
|
18023
|
+
</instance-parameter>
|
18024
|
+
<parameter name="src2" transfer-ownership="none">
|
18025
|
+
<doc xml:space="preserve">a #GdkRectangle</doc>
|
18026
|
+
<type name="Rectangle" c:type="const GdkRectangle*"/>
|
18027
|
+
</parameter>
|
18028
|
+
<parameter name="dest"
|
18029
|
+
direction="out"
|
18030
|
+
caller-allocates="1"
|
18031
|
+
transfer-ownership="none">
|
18032
|
+
<doc xml:space="preserve">return location for the union of @src1 and @src2</doc>
|
18033
|
+
<type name="Rectangle" c:type="GdkRectangle*"/>
|
18034
|
+
</parameter>
|
18035
|
+
</parameters>
|
18036
|
+
</method>
|
18037
|
+
</record>
|
17379
18038
|
<class name="Screen"
|
17380
18039
|
c:symbol-prefix="screen"
|
17381
18040
|
c:type="GdkScreen"
|
@@ -17405,7 +18064,9 @@ gdk_display_get_default ()).</doc>
|
|
17405
18064
|
</return-value>
|
17406
18065
|
</function>
|
17407
18066
|
<function name="height" c:identifier="gdk_screen_height">
|
17408
|
-
<doc xml:space="preserve">
|
18067
|
+
<doc xml:space="preserve">Gets the height of the default screen in pixels. The returned
|
18068
|
+
size is in ”application pixels”, not in ”device pixels” (see
|
18069
|
+
gdk_screen_get_monitor_scale_factor()).</doc>
|
17409
18070
|
<return-value transfer-ownership="none">
|
17410
18071
|
<doc xml:space="preserve">the height of the default screen in pixels.</doc>
|
17411
18072
|
<type name="gint" c:type="gint"/>
|
@@ -17421,7 +18082,9 @@ though it is not always correct.</doc>
|
|
17421
18082
|
</return-value>
|
17422
18083
|
</function>
|
17423
18084
|
<function name="width" c:identifier="gdk_screen_width">
|
17424
|
-
<doc xml:space="preserve">
|
18085
|
+
<doc xml:space="preserve">Gets the width of the default screen in pixels. The returned
|
18086
|
+
size is in ”application pixels”, not in ”device pixels” (see
|
18087
|
+
gdk_screen_get_monitor_scale_factor()).</doc>
|
17425
18088
|
<return-value transfer-ownership="none">
|
17426
18089
|
<doc xml:space="preserve">the width of the default screen in pixels.</doc>
|
17427
18090
|
<type name="gint" c:type="gint"/>
|
@@ -17499,7 +18162,9 @@ no longer needed.</doc>
|
|
17499
18162
|
<method name="get_height"
|
17500
18163
|
c:identifier="gdk_screen_get_height"
|
17501
18164
|
version="2.2">
|
17502
|
-
<doc xml:space="preserve">Gets the height of @screen in pixels
|
18165
|
+
<doc xml:space="preserve">Gets the height of @screen in pixels. The returned size is in
|
18166
|
+
”application pixels”, not in ”device pixels” (see
|
18167
|
+
gdk_screen_get_monitor_scale_factor()).</doc>
|
17503
18168
|
<return-value transfer-ownership="none">
|
17504
18169
|
<doc xml:space="preserve">the height of @screen in pixels.</doc>
|
17505
18170
|
<type name="gint" c:type="gint"/>
|
@@ -17515,7 +18180,10 @@ no longer needed.</doc>
|
|
17515
18180
|
c:identifier="gdk_screen_get_height_mm"
|
17516
18181
|
version="2.2">
|
17517
18182
|
<doc xml:space="preserve">Returns the height of @screen in millimeters.
|
17518
|
-
|
18183
|
+
|
18184
|
+
Note that this value is somewhat ill-defined when the screen
|
18185
|
+
has multiple monitors of different resolution. It is recommended
|
18186
|
+
to use the monitor dimensions instead.</doc>
|
17519
18187
|
<return-value transfer-ownership="none">
|
17520
18188
|
<doc xml:space="preserve">the heigth of @screen in millimeters.</doc>
|
17521
18189
|
<type name="gint" c:type="gint"/>
|
@@ -17577,7 +18245,9 @@ bounding rectangle of @window resides.</doc>
|
|
17577
18245
|
c:identifier="gdk_screen_get_monitor_geometry"
|
17578
18246
|
version="2.2">
|
17579
18247
|
<doc xml:space="preserve">Retrieves the #GdkRectangle representing the size and position of
|
17580
|
-
the individual monitor within the entire screen area.
|
18248
|
+
the individual monitor within the entire screen area. The returned
|
18249
|
+
geometry is in ”application pixels”, not in ”device pixels” (see
|
18250
|
+
gdk_screen_get_monitor_scale_factor()).
|
17581
18251
|
|
17582
18252
|
Monitor numbers start at 0. To obtain the number of monitors of
|
17583
18253
|
@screen, use gdk_screen_get_n_monitors().
|
@@ -17652,12 +18322,12 @@ product name of the display device.</doc>
|
|
17652
18322
|
<method name="get_monitor_scale_factor"
|
17653
18323
|
c:identifier="gdk_screen_get_monitor_scale_factor"
|
17654
18324
|
version="3.10">
|
17655
|
-
<doc xml:space="preserve">Returns the internal scale factor that maps from monitor
|
18325
|
+
<doc xml:space="preserve">Returns the internal scale factor that maps from monitor coordinates
|
17656
18326
|
to the actual device pixels. On traditional systems this is 1, but
|
17657
18327
|
on very high density outputs this can be a higher value (often 2).
|
17658
18328
|
|
17659
18329
|
This can be used if you want to create pixel based data for a
|
17660
|
-
|
18330
|
+
particular monitor, but most of the time you’re drawing to a window
|
17661
18331
|
where it is better to use gdk_window_get_scale_factor() instead.</doc>
|
17662
18332
|
<return-value transfer-ownership="none">
|
17663
18333
|
<doc xml:space="preserve">the scale factor</doc>
|
@@ -17697,7 +18367,9 @@ where it is better to use gdk_window_get_scale_factor() instead.</doc>
|
|
17697
18367
|
c:identifier="gdk_screen_get_monitor_workarea"
|
17698
18368
|
version="3.4">
|
17699
18369
|
<doc xml:space="preserve">Retrieves the #GdkRectangle representing the size and position of
|
17700
|
-
the “work area” on a monitor within the entire screen area.
|
18370
|
+
the “work area” on a monitor within the entire screen area. The returned
|
18371
|
+
geometry is in ”application pixels”, not in ”device pixels” (see
|
18372
|
+
gdk_screen_get_monitor_scale_factor()).
|
17701
18373
|
|
17702
18374
|
The work area should be considered when positioning menus and
|
17703
18375
|
similar popups, to avoid placing them below panels, docks or other
|
@@ -17918,7 +18590,9 @@ its elements need not be freed.</doc>
|
|
17918
18590
|
<method name="get_width"
|
17919
18591
|
c:identifier="gdk_screen_get_width"
|
17920
18592
|
version="2.2">
|
17921
|
-
<doc xml:space="preserve">Gets the width of @screen in pixels
|
18593
|
+
<doc xml:space="preserve">Gets the width of @screen in pixels. The returned size is in
|
18594
|
+
”application pixels”, not in ”device pixels” (see
|
18595
|
+
gdk_screen_get_monitor_scale_factor()).</doc>
|
17922
18596
|
<return-value transfer-ownership="none">
|
17923
18597
|
<doc xml:space="preserve">the width of @screen in pixels.</doc>
|
17924
18598
|
<type name="gint" c:type="gint"/>
|
@@ -17934,7 +18608,10 @@ its elements need not be freed.</doc>
|
|
17934
18608
|
c:identifier="gdk_screen_get_width_mm"
|
17935
18609
|
version="2.2">
|
17936
18610
|
<doc xml:space="preserve">Gets the width of @screen in millimeters.
|
17937
|
-
|
18611
|
+
|
18612
|
+
Note that this value is somewhat ill-defined when the screen
|
18613
|
+
has multiple monitors of different resolution. It is recommended
|
18614
|
+
to use the monitor dimensions instead.</doc>
|
17938
18615
|
<return-value transfer-ownership="none">
|
17939
18616
|
<doc xml:space="preserve">the width of @screen in millimeters.</doc>
|
17940
18617
|
<type name="gint" c:type="gint"/>
|
@@ -18126,32 +18803,342 @@ height of a screen changes.</doc>
|
|
18126
18803
|
<member name="up" value="0" c:identifier="GDK_SCROLL_UP" glib:nick="up">
|
18127
18804
|
<doc xml:space="preserve">the window is scrolled up.</doc>
|
18128
18805
|
</member>
|
18129
|
-
<member name="down"
|
18806
|
+
<member name="down"
|
18807
|
+
value="1"
|
18808
|
+
c:identifier="GDK_SCROLL_DOWN"
|
18809
|
+
glib:nick="down">
|
18810
|
+
<doc xml:space="preserve">the window is scrolled down.</doc>
|
18811
|
+
</member>
|
18812
|
+
<member name="left"
|
18813
|
+
value="2"
|
18814
|
+
c:identifier="GDK_SCROLL_LEFT"
|
18815
|
+
glib:nick="left">
|
18816
|
+
<doc xml:space="preserve">the window is scrolled to the left.</doc>
|
18817
|
+
</member>
|
18818
|
+
<member name="right"
|
18819
|
+
value="3"
|
18820
|
+
c:identifier="GDK_SCROLL_RIGHT"
|
18821
|
+
glib:nick="right">
|
18822
|
+
<doc xml:space="preserve">the window is scrolled to the right.</doc>
|
18823
|
+
</member>
|
18824
|
+
<member name="smooth"
|
18825
|
+
value="4"
|
18826
|
+
c:identifier="GDK_SCROLL_SMOOTH"
|
18827
|
+
glib:nick="smooth">
|
18828
|
+
<doc xml:space="preserve">the scrolling is determined by the delta values
|
18829
|
+
in #GdkEventScroll. See gdk_event_get_scroll_deltas(). Since: 3.4</doc>
|
18830
|
+
</member>
|
18831
|
+
</enumeration>
|
18832
|
+
<class name="Seat"
|
18833
|
+
c:symbol-prefix="seat"
|
18834
|
+
c:type="GdkSeat"
|
18835
|
+
parent="GObject.Object"
|
18836
|
+
abstract="1"
|
18837
|
+
glib:type-name="GdkSeat"
|
18838
|
+
glib:get-type="gdk_seat_get_type">
|
18839
|
+
<doc xml:space="preserve">The #GdkSeat object represents a collection of input devices
|
18840
|
+
that belong to a user.</doc>
|
18841
|
+
<method name="get_capabilities"
|
18842
|
+
c:identifier="gdk_seat_get_capabilities"
|
18843
|
+
version="3.20">
|
18844
|
+
<doc xml:space="preserve">Returns the capabilities this #GdkSeat currently has.</doc>
|
18845
|
+
<return-value transfer-ownership="none">
|
18846
|
+
<doc xml:space="preserve">the seat capabilities</doc>
|
18847
|
+
<type name="SeatCapabilities" c:type="GdkSeatCapabilities"/>
|
18848
|
+
</return-value>
|
18849
|
+
<parameters>
|
18850
|
+
<instance-parameter name="seat" transfer-ownership="none">
|
18851
|
+
<doc xml:space="preserve">a #GdkSeat</doc>
|
18852
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
18853
|
+
</instance-parameter>
|
18854
|
+
</parameters>
|
18855
|
+
</method>
|
18856
|
+
<method name="get_display" c:identifier="gdk_seat_get_display">
|
18857
|
+
<doc xml:space="preserve">Returns the #GdkDisplay this seat belongs to.</doc>
|
18858
|
+
<return-value transfer-ownership="none">
|
18859
|
+
<doc xml:space="preserve">a #GdkDisplay. This object is owned by GTK+
|
18860
|
+
and must not be freed.</doc>
|
18861
|
+
<type name="Display" c:type="GdkDisplay*"/>
|
18862
|
+
</return-value>
|
18863
|
+
<parameters>
|
18864
|
+
<instance-parameter name="seat" transfer-ownership="none">
|
18865
|
+
<doc xml:space="preserve">a #GdkSeat</doc>
|
18866
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
18867
|
+
</instance-parameter>
|
18868
|
+
</parameters>
|
18869
|
+
</method>
|
18870
|
+
<method name="get_keyboard"
|
18871
|
+
c:identifier="gdk_seat_get_keyboard"
|
18872
|
+
version="3.20">
|
18873
|
+
<doc xml:space="preserve">Returns the master device that routes keyboard events.</doc>
|
18874
|
+
<return-value transfer-ownership="none" nullable="1">
|
18875
|
+
<doc xml:space="preserve">a master #GdkDevice with keyboard
|
18876
|
+
capabilities. This object is owned by GTK+ and must not be freed.</doc>
|
18877
|
+
<type name="Device" c:type="GdkDevice*"/>
|
18878
|
+
</return-value>
|
18879
|
+
<parameters>
|
18880
|
+
<instance-parameter name="seat" transfer-ownership="none">
|
18881
|
+
<doc xml:space="preserve">a #GdkSeat</doc>
|
18882
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
18883
|
+
</instance-parameter>
|
18884
|
+
</parameters>
|
18885
|
+
</method>
|
18886
|
+
<method name="get_pointer"
|
18887
|
+
c:identifier="gdk_seat_get_pointer"
|
18888
|
+
version="3.20">
|
18889
|
+
<doc xml:space="preserve">Returns the master device that routes pointer events.</doc>
|
18890
|
+
<return-value transfer-ownership="none" nullable="1">
|
18891
|
+
<doc xml:space="preserve">a master #GdkDevice with pointer
|
18892
|
+
capabilities. This object is owned by GTK+ and must not be freed.</doc>
|
18893
|
+
<type name="Device" c:type="GdkDevice*"/>
|
18894
|
+
</return-value>
|
18895
|
+
<parameters>
|
18896
|
+
<instance-parameter name="seat" transfer-ownership="none">
|
18897
|
+
<doc xml:space="preserve">a #GdkSeat</doc>
|
18898
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
18899
|
+
</instance-parameter>
|
18900
|
+
</parameters>
|
18901
|
+
</method>
|
18902
|
+
<method name="get_slaves"
|
18903
|
+
c:identifier="gdk_seat_get_slaves"
|
18904
|
+
version="3.20">
|
18905
|
+
<doc xml:space="preserve">Returns the slave devices that match the given capabilities.</doc>
|
18906
|
+
<return-value transfer-ownership="container">
|
18907
|
+
<doc xml:space="preserve">A list of #GdkDevices.
|
18908
|
+
The list must be freed with g_list_free(), the elements are owned
|
18909
|
+
by GDK and must not be freed.</doc>
|
18910
|
+
<type name="GLib.List" c:type="GList*">
|
18911
|
+
<type name="Device"/>
|
18912
|
+
</type>
|
18913
|
+
</return-value>
|
18914
|
+
<parameters>
|
18915
|
+
<instance-parameter name="seat" transfer-ownership="none">
|
18916
|
+
<doc xml:space="preserve">a #GdkSeat</doc>
|
18917
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
18918
|
+
</instance-parameter>
|
18919
|
+
<parameter name="capabilities" transfer-ownership="none">
|
18920
|
+
<doc xml:space="preserve">capabilities to get devices for</doc>
|
18921
|
+
<type name="SeatCapabilities" c:type="GdkSeatCapabilities"/>
|
18922
|
+
</parameter>
|
18923
|
+
</parameters>
|
18924
|
+
</method>
|
18925
|
+
<method name="grab" c:identifier="gdk_seat_grab" version="3.20">
|
18926
|
+
<doc xml:space="preserve">Grabs the seat so that all events corresponding to the given @capabilities
|
18927
|
+
are passed to this application until the seat is ungrabbed with gdk_seat_ungrab(),
|
18928
|
+
or the window becomes hidden. This overrides any previous grab on the
|
18929
|
+
seat by this client.
|
18930
|
+
|
18931
|
+
As a rule of thumb, if a grab is desired over %GDK_SEAT_CAPABILITY_POINTER,
|
18932
|
+
all other "pointing" capabilities (eg. %GDK_SEAT_CAPABILITY_TOUCH) should
|
18933
|
+
be grabbed too, so the user is able to interact with all of those while
|
18934
|
+
the grab holds, you should thus use %GDK_SEAT_CAPABILITY_ALL_POINTING most
|
18935
|
+
commonly.
|
18936
|
+
|
18937
|
+
Grabs are used for operations which need complete control over the
|
18938
|
+
events corresponding to the given capabilities. For example in GTK+ this
|
18939
|
+
is used for Drag and Drop operations, popup menus and such.
|
18940
|
+
|
18941
|
+
Note that if the event mask of a #GdkWindow has selected both button press
|
18942
|
+
and button release events, or touch begin and touch end, then a press event
|
18943
|
+
will cause an automatic grab until the button is released, equivalent to a
|
18944
|
+
grab on the window with @owner_events set to %TRUE. This is done because most
|
18945
|
+
applications expect to receive paired press and release events.
|
18946
|
+
|
18947
|
+
If you set up anything at the time you take the grab that needs to be
|
18948
|
+
cleaned up when the grab ends, you should handle the #GdkEventGrabBroken
|
18949
|
+
events that are emitted when the grab ends unvoluntarily.</doc>
|
18950
|
+
<return-value transfer-ownership="none">
|
18951
|
+
<doc xml:space="preserve">%GDK_GRAB_SUCCESS if the grab was successful.</doc>
|
18952
|
+
<type name="GrabStatus" c:type="GdkGrabStatus"/>
|
18953
|
+
</return-value>
|
18954
|
+
<parameters>
|
18955
|
+
<instance-parameter name="seat" transfer-ownership="none">
|
18956
|
+
<doc xml:space="preserve">a #GdkSeat</doc>
|
18957
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
18958
|
+
</instance-parameter>
|
18959
|
+
<parameter name="window" transfer-ownership="none">
|
18960
|
+
<doc xml:space="preserve">the #GdkWindow which will own the grab</doc>
|
18961
|
+
<type name="Window" c:type="GdkWindow*"/>
|
18962
|
+
</parameter>
|
18963
|
+
<parameter name="capabilities" transfer-ownership="none">
|
18964
|
+
<doc xml:space="preserve">capabilities that will be grabbed</doc>
|
18965
|
+
<type name="SeatCapabilities" c:type="GdkSeatCapabilities"/>
|
18966
|
+
</parameter>
|
18967
|
+
<parameter name="owner_events" transfer-ownership="none">
|
18968
|
+
<doc xml:space="preserve">if %FALSE then all device events are reported with respect to
|
18969
|
+
@window and are only reported if selected by @event_mask. If
|
18970
|
+
%TRUE then pointer events for this application are reported
|
18971
|
+
as normal, but pointer events outside this application are
|
18972
|
+
reported with respect to @window and only if selected by
|
18973
|
+
@event_mask. In either mode, unreported events are discarded.</doc>
|
18974
|
+
<type name="gboolean" c:type="gboolean"/>
|
18975
|
+
</parameter>
|
18976
|
+
<parameter name="cursor"
|
18977
|
+
transfer-ownership="none"
|
18978
|
+
nullable="1"
|
18979
|
+
allow-none="1">
|
18980
|
+
<doc xml:space="preserve">the cursor to display while the grab is active. If
|
18981
|
+
this is %NULL then the normal cursors are used for
|
18982
|
+
@window and its descendants, and the cursor for @window is used
|
18983
|
+
elsewhere.</doc>
|
18984
|
+
<type name="Cursor" c:type="GdkCursor*"/>
|
18985
|
+
</parameter>
|
18986
|
+
<parameter name="event"
|
18987
|
+
transfer-ownership="none"
|
18988
|
+
nullable="1"
|
18989
|
+
allow-none="1">
|
18990
|
+
<doc xml:space="preserve">the event that is triggering the grab, or %NULL if none
|
18991
|
+
is available.</doc>
|
18992
|
+
<type name="Event" c:type="const GdkEvent*"/>
|
18993
|
+
</parameter>
|
18994
|
+
<parameter name="prepare_func"
|
18995
|
+
transfer-ownership="none"
|
18996
|
+
nullable="1"
|
18997
|
+
allow-none="1"
|
18998
|
+
scope="call"
|
18999
|
+
closure="6">
|
19000
|
+
<doc xml:space="preserve">function to
|
19001
|
+
prepare the window to be grabbed, it can be %NULL if @window is
|
19002
|
+
visible before this call.</doc>
|
19003
|
+
<type name="SeatGrabPrepareFunc" c:type="GdkSeatGrabPrepareFunc"/>
|
19004
|
+
</parameter>
|
19005
|
+
<parameter name="prepare_func_data"
|
19006
|
+
transfer-ownership="none"
|
19007
|
+
nullable="1"
|
19008
|
+
allow-none="1">
|
19009
|
+
<doc xml:space="preserve">user data to pass to @prepare_func</doc>
|
19010
|
+
<type name="gpointer" c:type="gpointer"/>
|
19011
|
+
</parameter>
|
19012
|
+
</parameters>
|
19013
|
+
</method>
|
19014
|
+
<method name="ungrab" c:identifier="gdk_seat_ungrab" version="3.20">
|
19015
|
+
<doc xml:space="preserve">Releases a grab added through gdk_seat_grab().</doc>
|
19016
|
+
<return-value transfer-ownership="none">
|
19017
|
+
<type name="none" c:type="void"/>
|
19018
|
+
</return-value>
|
19019
|
+
<parameters>
|
19020
|
+
<instance-parameter name="seat" transfer-ownership="none">
|
19021
|
+
<doc xml:space="preserve">a #GdkSeat</doc>
|
19022
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
19023
|
+
</instance-parameter>
|
19024
|
+
</parameters>
|
19025
|
+
</method>
|
19026
|
+
<property name="display"
|
19027
|
+
version="3.20"
|
19028
|
+
writable="1"
|
19029
|
+
construct-only="1"
|
19030
|
+
transfer-ownership="none">
|
19031
|
+
<doc xml:space="preserve">#GdkDisplay of this seat.</doc>
|
19032
|
+
<type name="Display"/>
|
19033
|
+
</property>
|
19034
|
+
<field name="parent_instance">
|
19035
|
+
<type name="GObject.Object" c:type="GObject"/>
|
19036
|
+
</field>
|
19037
|
+
<glib:signal name="device-added" when="last" version="3.20">
|
19038
|
+
<doc xml:space="preserve">The ::device-added signal is emitted when a new input
|
19039
|
+
device is related to this seat.</doc>
|
19040
|
+
<return-value transfer-ownership="none">
|
19041
|
+
<type name="none" c:type="void"/>
|
19042
|
+
</return-value>
|
19043
|
+
<parameters>
|
19044
|
+
<parameter name="device" transfer-ownership="none">
|
19045
|
+
<doc xml:space="preserve">the newly added #GdkDevice.</doc>
|
19046
|
+
<type name="Device"/>
|
19047
|
+
</parameter>
|
19048
|
+
</parameters>
|
19049
|
+
</glib:signal>
|
19050
|
+
<glib:signal name="device-removed" when="last" version="3.20">
|
19051
|
+
<doc xml:space="preserve">The ::device-removed signal is emitted when an
|
19052
|
+
input device is removed (e.g. unplugged).</doc>
|
19053
|
+
<return-value transfer-ownership="none">
|
19054
|
+
<type name="none" c:type="void"/>
|
19055
|
+
</return-value>
|
19056
|
+
<parameters>
|
19057
|
+
<parameter name="device" transfer-ownership="none">
|
19058
|
+
<doc xml:space="preserve">the just removed #GdkDevice.</doc>
|
19059
|
+
<type name="Device"/>
|
19060
|
+
</parameter>
|
19061
|
+
</parameters>
|
19062
|
+
</glib:signal>
|
19063
|
+
</class>
|
19064
|
+
<bitfield name="SeatCapabilities"
|
19065
|
+
version="3.20"
|
19066
|
+
glib:type-name="GdkSeatCapabilities"
|
19067
|
+
glib:get-type="gdk_seat_capabilities_get_type"
|
19068
|
+
c:type="GdkSeatCapabilities">
|
19069
|
+
<doc xml:space="preserve">Flags describing the seat capabilities.</doc>
|
19070
|
+
<member name="none"
|
19071
|
+
value="0"
|
19072
|
+
c:identifier="GDK_SEAT_CAPABILITY_NONE"
|
19073
|
+
glib:nick="none">
|
19074
|
+
<doc xml:space="preserve">No input capabilities</doc>
|
19075
|
+
</member>
|
19076
|
+
<member name="pointer"
|
18130
19077
|
value="1"
|
18131
|
-
c:identifier="
|
18132
|
-
glib:nick="
|
18133
|
-
<doc xml:space="preserve">
|
19078
|
+
c:identifier="GDK_SEAT_CAPABILITY_POINTER"
|
19079
|
+
glib:nick="pointer">
|
19080
|
+
<doc xml:space="preserve">The seat has a pointer (e.g. mouse)</doc>
|
18134
19081
|
</member>
|
18135
|
-
<member name="
|
19082
|
+
<member name="touch"
|
18136
19083
|
value="2"
|
18137
|
-
c:identifier="
|
18138
|
-
glib:nick="
|
18139
|
-
<doc xml:space="preserve">
|
18140
|
-
</member>
|
18141
|
-
<member name="right"
|
18142
|
-
value="3"
|
18143
|
-
c:identifier="GDK_SCROLL_RIGHT"
|
18144
|
-
glib:nick="right">
|
18145
|
-
<doc xml:space="preserve">the window is scrolled to the right.</doc>
|
19084
|
+
c:identifier="GDK_SEAT_CAPABILITY_TOUCH"
|
19085
|
+
glib:nick="touch">
|
19086
|
+
<doc xml:space="preserve">The seat has touchscreen(s) attached</doc>
|
18146
19087
|
</member>
|
18147
|
-
<member name="
|
19088
|
+
<member name="tablet_stylus"
|
18148
19089
|
value="4"
|
18149
|
-
c:identifier="
|
18150
|
-
glib:nick="
|
18151
|
-
<doc xml:space="preserve">
|
18152
|
-
in #GdkEventScroll. See gdk_event_get_scroll_deltas(). Since: 3.4</doc>
|
19090
|
+
c:identifier="GDK_SEAT_CAPABILITY_TABLET_STYLUS"
|
19091
|
+
glib:nick="tablet-stylus">
|
19092
|
+
<doc xml:space="preserve">The seat has drawing tablet(s) attached</doc>
|
18153
19093
|
</member>
|
18154
|
-
|
19094
|
+
<member name="keyboard"
|
19095
|
+
value="8"
|
19096
|
+
c:identifier="GDK_SEAT_CAPABILITY_KEYBOARD"
|
19097
|
+
glib:nick="keyboard">
|
19098
|
+
<doc xml:space="preserve">The seat has keyboard(s) attached</doc>
|
19099
|
+
</member>
|
19100
|
+
<member name="all_pointing"
|
19101
|
+
value="7"
|
19102
|
+
c:identifier="GDK_SEAT_CAPABILITY_ALL_POINTING"
|
19103
|
+
glib:nick="all-pointing">
|
19104
|
+
<doc xml:space="preserve">The union of all pointing capabilities</doc>
|
19105
|
+
</member>
|
19106
|
+
<member name="all"
|
19107
|
+
value="15"
|
19108
|
+
c:identifier="GDK_SEAT_CAPABILITY_ALL"
|
19109
|
+
glib:nick="all">
|
19110
|
+
<doc xml:space="preserve">The union of all capabilities</doc>
|
19111
|
+
</member>
|
19112
|
+
</bitfield>
|
19113
|
+
<callback name="SeatGrabPrepareFunc"
|
19114
|
+
c:type="GdkSeatGrabPrepareFunc"
|
19115
|
+
version="3.20">
|
19116
|
+
<doc xml:space="preserve">Type of the callback used to set up @window so it can be
|
19117
|
+
grabbed. A typical action would be ensuring the window is
|
19118
|
+
visible, although there's room for other initialization
|
19119
|
+
actions.</doc>
|
19120
|
+
<return-value transfer-ownership="none">
|
19121
|
+
<type name="none" c:type="void"/>
|
19122
|
+
</return-value>
|
19123
|
+
<parameters>
|
19124
|
+
<parameter name="seat" transfer-ownership="none">
|
19125
|
+
<doc xml:space="preserve">the #GdkSeat being grabbed</doc>
|
19126
|
+
<type name="Seat" c:type="GdkSeat*"/>
|
19127
|
+
</parameter>
|
19128
|
+
<parameter name="window" transfer-ownership="none">
|
19129
|
+
<doc xml:space="preserve">the #GdkWindow being grabbed</doc>
|
19130
|
+
<type name="Window" c:type="GdkWindow*"/>
|
19131
|
+
</parameter>
|
19132
|
+
<parameter name="user_data"
|
19133
|
+
transfer-ownership="none"
|
19134
|
+
nullable="1"
|
19135
|
+
allow-none="1"
|
19136
|
+
closure="2">
|
19137
|
+
<doc xml:space="preserve">user data passed in gdk_seat_grab()</doc>
|
19138
|
+
<type name="gpointer" c:type="gpointer"/>
|
19139
|
+
</parameter>
|
19140
|
+
</parameters>
|
19141
|
+
</callback>
|
18155
19142
|
<enumeration name="SettingAction"
|
18156
19143
|
glib:type-name="GdkSettingAction"
|
18157
19144
|
glib:get-type="gdk_setting_action_get_type"
|
@@ -18217,6 +19204,55 @@ height of a screen changes.</doc>
|
|
18217
19204
|
</array>
|
18218
19205
|
</field>
|
18219
19206
|
</record>
|
19207
|
+
<enumeration name="TouchpadGesturePhase"
|
19208
|
+
glib:type-name="GdkTouchpadGesturePhase"
|
19209
|
+
glib:get-type="gdk_touchpad_gesture_phase_get_type"
|
19210
|
+
c:type="GdkTouchpadGesturePhase">
|
19211
|
+
<doc xml:space="preserve">Specifies the current state of a touchpad gesture. All gestures are
|
19212
|
+
guaranteed to begin with an event with phase %GDK_TOUCHPAD_GESTURE_PHASE_BEGIN,
|
19213
|
+
followed by 0 or several events with phase %GDK_TOUCHPAD_GESTURE_PHASE_UPDATE.
|
19214
|
+
|
19215
|
+
A finished gesture may have 2 possible outcomes, an event with phase
|
19216
|
+
%GDK_TOUCHPAD_GESTURE_PHASE_END will be emitted when the gesture is
|
19217
|
+
considered successful, this should be used as the hint to perform any
|
19218
|
+
permanent changes.
|
19219
|
+
|
19220
|
+
Cancelled gestures may be so for a variety of reasons, due to hardware
|
19221
|
+
or the compositor, or due to the gesture recognition layers hinting the
|
19222
|
+
gesture did not finish resolutely (eg. a 3rd finger being added during
|
19223
|
+
a pinch gesture). In these cases, the last event will report the phase
|
19224
|
+
%GDK_TOUCHPAD_GESTURE_PHASE_CANCEL, this should be used as a hint
|
19225
|
+
to undo any visible/permanent changes that were done throughout the
|
19226
|
+
progress of the gesture.
|
19227
|
+
|
19228
|
+
See also #GdkEventTouchpadSwipe and #GdkEventTouchpadPinch.</doc>
|
19229
|
+
<member name="begin"
|
19230
|
+
value="0"
|
19231
|
+
c:identifier="GDK_TOUCHPAD_GESTURE_PHASE_BEGIN"
|
19232
|
+
glib:nick="begin">
|
19233
|
+
<doc xml:space="preserve">The gesture has begun.</doc>
|
19234
|
+
</member>
|
19235
|
+
<member name="update"
|
19236
|
+
value="1"
|
19237
|
+
c:identifier="GDK_TOUCHPAD_GESTURE_PHASE_UPDATE"
|
19238
|
+
glib:nick="update">
|
19239
|
+
<doc xml:space="preserve">The gesture has been updated.</doc>
|
19240
|
+
</member>
|
19241
|
+
<member name="end"
|
19242
|
+
value="2"
|
19243
|
+
c:identifier="GDK_TOUCHPAD_GESTURE_PHASE_END"
|
19244
|
+
glib:nick="end">
|
19245
|
+
<doc xml:space="preserve">The gesture was finished, changes
|
19246
|
+
should be permanently applied.</doc>
|
19247
|
+
</member>
|
19248
|
+
<member name="cancel"
|
19249
|
+
value="3"
|
19250
|
+
c:identifier="GDK_TOUCHPAD_GESTURE_PHASE_CANCEL"
|
19251
|
+
glib:nick="cancel">
|
19252
|
+
<doc xml:space="preserve">The gesture was cancelled, all
|
19253
|
+
changes should be undone.</doc>
|
19254
|
+
</member>
|
19255
|
+
</enumeration>
|
18220
19256
|
<enumeration name="VisibilityState"
|
18221
19257
|
glib:type-name="GdkVisibilityState"
|
18222
19258
|
glib:get-type="gdk_visibility_state_get_type"
|
@@ -18964,7 +20000,10 @@ XFreeEventData() must not be called within @function.</doc>
|
|
18964
20000
|
<doc xml:space="preserve">filter callback</doc>
|
18965
20001
|
<type name="FilterFunc" c:type="GdkFilterFunc"/>
|
18966
20002
|
</parameter>
|
18967
|
-
<parameter name="data"
|
20003
|
+
<parameter name="data"
|
20004
|
+
transfer-ownership="none"
|
20005
|
+
nullable="1"
|
20006
|
+
allow-none="1">
|
18968
20007
|
<doc xml:space="preserve">data to pass to filter callback</doc>
|
18969
20008
|
<type name="gpointer" c:type="gpointer"/>
|
18970
20009
|
</parameter>
|
@@ -19645,6 +20684,27 @@ it to happen.</doc>
|
|
19645
20684
|
</instance-parameter>
|
19646
20685
|
</parameters>
|
19647
20686
|
</method>
|
20687
|
+
<method name="fullscreen_on_monitor"
|
20688
|
+
c:identifier="gdk_window_fullscreen_on_monitor">
|
20689
|
+
<doc xml:space="preserve">Moves the window into fullscreen mode on the given monitor. This means
|
20690
|
+
the window covers the entire screen and is above any panels or task bars.
|
20691
|
+
|
20692
|
+
If the window was already fullscreen, then this function does nothing.</doc>
|
20693
|
+
<doc-version xml:space="preserve">UNRELEASED</doc-version>
|
20694
|
+
<return-value transfer-ownership="none">
|
20695
|
+
<type name="none" c:type="void"/>
|
20696
|
+
</return-value>
|
20697
|
+
<parameters>
|
20698
|
+
<instance-parameter name="window" transfer-ownership="none">
|
20699
|
+
<doc xml:space="preserve">a toplevel #GdkWindow</doc>
|
20700
|
+
<type name="Window" c:type="GdkWindow*"/>
|
20701
|
+
</instance-parameter>
|
20702
|
+
<parameter name="monitor" transfer-ownership="none">
|
20703
|
+
<doc xml:space="preserve">Which monitor to display fullscreen on.</doc>
|
20704
|
+
<type name="gint" c:type="gint"/>
|
20705
|
+
</parameter>
|
20706
|
+
</parameters>
|
20707
|
+
</method>
|
19648
20708
|
<method name="geometry_changed"
|
19649
20709
|
c:identifier="gdk_window_geometry_changed"
|
19650
20710
|
version="2.18">
|
@@ -19740,7 +20800,10 @@ lowest window is first.</doc>
|
|
19740
20800
|
<doc xml:space="preserve">a #GdkWindow</doc>
|
19741
20801
|
<type name="Window" c:type="GdkWindow*"/>
|
19742
20802
|
</instance-parameter>
|
19743
|
-
<parameter name="user_data"
|
20803
|
+
<parameter name="user_data"
|
20804
|
+
transfer-ownership="none"
|
20805
|
+
nullable="1"
|
20806
|
+
allow-none="1">
|
19744
20807
|
<doc xml:space="preserve">user data to look for</doc>
|
19745
20808
|
<type name="gpointer" c:type="gpointer"/>
|
19746
20809
|
</parameter>
|
@@ -20328,6 +21391,23 @@ there are offscreen windows in the hierarchy.</doc>
|
|
20328
21391
|
</instance-parameter>
|
20329
21392
|
</parameters>
|
20330
21393
|
</method>
|
21394
|
+
<method name="get_pass_through"
|
21395
|
+
c:identifier="gdk_window_get_pass_through"
|
21396
|
+
version="3.18">
|
21397
|
+
<doc xml:space="preserve">Returns whether input to the window is passed through to the window
|
21398
|
+
below.
|
21399
|
+
|
21400
|
+
See gdk_window_set_pass_through() for details</doc>
|
21401
|
+
<return-value transfer-ownership="none">
|
21402
|
+
<type name="gboolean" c:type="gboolean"/>
|
21403
|
+
</return-value>
|
21404
|
+
<parameters>
|
21405
|
+
<instance-parameter name="window" transfer-ownership="none">
|
21406
|
+
<doc xml:space="preserve">a #GdkWindow</doc>
|
21407
|
+
<type name="Window" c:type="GdkWindow*"/>
|
21408
|
+
</instance-parameter>
|
21409
|
+
</parameters>
|
21410
|
+
</method>
|
20331
21411
|
<method name="get_pointer"
|
20332
21412
|
c:identifier="gdk_window_get_pointer"
|
20333
21413
|
deprecated="1"
|
@@ -20640,7 +21720,8 @@ that @window belongs to. See gdk_window_set_user_data().</doc>
|
|
20640
21720
|
<parameter name="data"
|
20641
21721
|
direction="out"
|
20642
21722
|
caller-allocates="0"
|
20643
|
-
transfer-ownership="full"
|
21723
|
+
transfer-ownership="full"
|
21724
|
+
nullable="1">
|
20644
21725
|
<doc xml:space="preserve">return location for user data</doc>
|
20645
21726
|
<type name="gpointer" c:type="gpointer*"/>
|
20646
21727
|
</parameter>
|
@@ -20839,7 +21920,10 @@ invalidated.</doc>
|
|
20839
21920
|
recurse to a child, %NULL means never recurse.</doc>
|
20840
21921
|
<type name="WindowChildFunc" c:type="GdkWindowChildFunc"/>
|
20841
21922
|
</parameter>
|
20842
|
-
<parameter name="user_data"
|
21923
|
+
<parameter name="user_data"
|
21924
|
+
transfer-ownership="none"
|
21925
|
+
nullable="1"
|
21926
|
+
allow-none="1">
|
20843
21927
|
<doc xml:space="preserve">data passed to @child_func</doc>
|
20844
21928
|
<type name="gpointer" c:type="gpointer"/>
|
20845
21929
|
</parameter>
|
@@ -21266,7 +22350,10 @@ requests the restack, does not guarantee it.</doc>
|
|
21266
22350
|
<doc xml:space="preserve">previously-added filter function</doc>
|
21267
22351
|
<type name="FilterFunc" c:type="GdkFilterFunc"/>
|
21268
22352
|
</parameter>
|
21269
|
-
<parameter name="data"
|
22353
|
+
<parameter name="data"
|
22354
|
+
transfer-ownership="none"
|
22355
|
+
nullable="1"
|
22356
|
+
allow-none="1">
|
21270
22357
|
<doc xml:space="preserve">user data for previously-added filter function</doc>
|
21271
22358
|
<type name="gpointer" c:type="gpointer"/>
|
21272
22359
|
</parameter>
|
@@ -22118,6 +23205,41 @@ window in its implementation, for example.</doc>
|
|
22118
23205
|
</parameter>
|
22119
23206
|
</parameters>
|
22120
23207
|
</method>
|
23208
|
+
<method name="set_pass_through"
|
23209
|
+
c:identifier="gdk_window_set_pass_through"
|
23210
|
+
version="3.18">
|
23211
|
+
<doc xml:space="preserve">Sets whether input to the window is passed through to the window
|
23212
|
+
below.
|
23213
|
+
|
23214
|
+
The default value of this is %FALSE, which means that pointer
|
23215
|
+
events that happen inside the window are send first to the window,
|
23216
|
+
but if the event is not selected by the event mask then the event
|
23217
|
+
is sent to the parent window, and so on up the hierarchy.
|
23218
|
+
|
23219
|
+
If @pass_through is %TRUE then such pointer events happen as if the
|
23220
|
+
window wasn't there at all, and thus will be sent first to any
|
23221
|
+
windows below @window. This is useful if the window is used in a
|
23222
|
+
transparent fashion. In the terminology of the web this would be called
|
23223
|
+
"pointer-events: none".
|
23224
|
+
|
23225
|
+
Note that a window with @pass_through %TRUE can still have a subwindow
|
23226
|
+
without pass through, so you can get events on a subset of a window. And in
|
23227
|
+
that cases you would get the in-between related events such as the pointer
|
23228
|
+
enter/leave events on its way to the destination window.</doc>
|
23229
|
+
<return-value transfer-ownership="none">
|
23230
|
+
<type name="none" c:type="void"/>
|
23231
|
+
</return-value>
|
23232
|
+
<parameters>
|
23233
|
+
<instance-parameter name="window" transfer-ownership="none">
|
23234
|
+
<doc xml:space="preserve">a #GdkWindow</doc>
|
23235
|
+
<type name="Window" c:type="GdkWindow*"/>
|
23236
|
+
</instance-parameter>
|
23237
|
+
<parameter name="pass_through" transfer-ownership="none">
|
23238
|
+
<doc xml:space="preserve">a boolean</doc>
|
23239
|
+
<type name="gboolean" c:type="gboolean"/>
|
23240
|
+
</parameter>
|
23241
|
+
</parameters>
|
23242
|
+
</method>
|
22121
23243
|
<method name="set_role" c:identifier="gdk_window_set_role">
|
22122
23244
|
<doc xml:space="preserve">When using GTK+, typically you should use gtk_window_set_role() instead
|
22123
23245
|
of this low-level function.
|
@@ -22905,7 +24027,11 @@ recursively invalidate it or now.</doc>
|
|
22905
24027
|
<doc xml:space="preserve">a #GdkWindow</doc>
|
22906
24028
|
<type name="Window" c:type="GdkWindow*"/>
|
22907
24029
|
</parameter>
|
22908
|
-
<parameter name="user_data"
|
24030
|
+
<parameter name="user_data"
|
24031
|
+
transfer-ownership="none"
|
24032
|
+
nullable="1"
|
24033
|
+
allow-none="1"
|
24034
|
+
closure="1">
|
22909
24035
|
<doc xml:space="preserve">user data</doc>
|
22910
24036
|
<type name="gpointer" c:type="gpointer"/>
|
22911
24037
|
</parameter>
|
@@ -23851,7 +24977,10 @@ any way and doesn’t observe the presence of XInput 2.</doc>
|
|
23851
24977
|
<function name="drag_abort" c:identifier="gdk_drag_abort">
|
23852
24978
|
<doc xml:space="preserve">Aborts a drag without dropping.
|
23853
24979
|
|
23854
|
-
This function is called by the drag source
|
24980
|
+
This function is called by the drag source.
|
24981
|
+
|
24982
|
+
This function does not need to be called in managed drag and drop
|
24983
|
+
operations. See gdk_drag_context_manage_dnd() for more information.</doc>
|
23855
24984
|
<return-value transfer-ownership="none">
|
23856
24985
|
<type name="none" c:type="void"/>
|
23857
24986
|
</return-value>
|
@@ -23918,10 +25047,49 @@ This function is called by the drag source.</doc>
|
|
23918
25047
|
</parameter>
|
23919
25048
|
</parameters>
|
23920
25049
|
</function>
|
25050
|
+
<function name="drag_begin_from_point"
|
25051
|
+
c:identifier="gdk_drag_begin_from_point"
|
25052
|
+
version="3.20">
|
25053
|
+
<doc xml:space="preserve">Starts a drag and creates a new drag context for it.
|
25054
|
+
|
25055
|
+
This function is called by the drag source.</doc>
|
25056
|
+
<return-value transfer-ownership="full">
|
25057
|
+
<doc xml:space="preserve">a newly created #GdkDragContext</doc>
|
25058
|
+
<type name="DragContext" c:type="GdkDragContext*"/>
|
25059
|
+
</return-value>
|
25060
|
+
<parameters>
|
25061
|
+
<parameter name="window" transfer-ownership="none">
|
25062
|
+
<doc xml:space="preserve">the source window for this drag</doc>
|
25063
|
+
<type name="Window" c:type="GdkWindow*"/>
|
25064
|
+
</parameter>
|
25065
|
+
<parameter name="device" transfer-ownership="none">
|
25066
|
+
<doc xml:space="preserve">the device that controls this drag</doc>
|
25067
|
+
<type name="Device" c:type="GdkDevice*"/>
|
25068
|
+
</parameter>
|
25069
|
+
<parameter name="targets" transfer-ownership="none">
|
25070
|
+
<doc xml:space="preserve">the offered targets,
|
25071
|
+
as list of #GdkAtoms</doc>
|
25072
|
+
<type name="GLib.List" c:type="GList*">
|
25073
|
+
<type name="Atom"/>
|
25074
|
+
</type>
|
25075
|
+
</parameter>
|
25076
|
+
<parameter name="x_root" transfer-ownership="none">
|
25077
|
+
<doc xml:space="preserve">the x coordinate where the drag nominally started</doc>
|
25078
|
+
<type name="gint" c:type="gint"/>
|
25079
|
+
</parameter>
|
25080
|
+
<parameter name="y_root" transfer-ownership="none">
|
25081
|
+
<doc xml:space="preserve">the y coordinate where the drag nominally started</doc>
|
25082
|
+
<type name="gint" c:type="gint"/>
|
25083
|
+
</parameter>
|
25084
|
+
</parameters>
|
25085
|
+
</function>
|
23921
25086
|
<function name="drag_drop" c:identifier="gdk_drag_drop">
|
23922
25087
|
<doc xml:space="preserve">Drops on the current destination.
|
23923
25088
|
|
23924
|
-
This function is called by the drag source
|
25089
|
+
This function is called by the drag source.
|
25090
|
+
|
25091
|
+
This function does not need to be called in managed drag and drop
|
25092
|
+
operations. See gdk_drag_context_manage_dnd() for more information.</doc>
|
23925
25093
|
<return-value transfer-ownership="none">
|
23926
25094
|
<type name="none" c:type="void"/>
|
23927
25095
|
</return-value>
|
@@ -23936,6 +25104,33 @@ This function is called by the drag source.</doc>
|
|
23936
25104
|
</parameter>
|
23937
25105
|
</parameters>
|
23938
25106
|
</function>
|
25107
|
+
<function name="drag_drop_done"
|
25108
|
+
c:identifier="gdk_drag_drop_done"
|
25109
|
+
version="3.20">
|
25110
|
+
<doc xml:space="preserve">Inform GDK if the drop ended successfully. Passing %FALSE
|
25111
|
+
for @success may trigger a drag cancellation animation.
|
25112
|
+
|
25113
|
+
This function is called by the drag source, and should
|
25114
|
+
be the last call before dropping the reference to the
|
25115
|
+
@context.
|
25116
|
+
|
25117
|
+
The #GdkDragContext will only take the first gdk_drag_drop_done()
|
25118
|
+
call as effective, if this function is called multiple times,
|
25119
|
+
all subsequent calls will be ignored.</doc>
|
25120
|
+
<return-value transfer-ownership="none">
|
25121
|
+
<type name="none" c:type="void"/>
|
25122
|
+
</return-value>
|
25123
|
+
<parameters>
|
25124
|
+
<parameter name="context" transfer-ownership="none">
|
25125
|
+
<doc xml:space="preserve">a #GdkDragContext</doc>
|
25126
|
+
<type name="DragContext" c:type="GdkDragContext*"/>
|
25127
|
+
</parameter>
|
25128
|
+
<parameter name="success" transfer-ownership="none">
|
25129
|
+
<doc xml:space="preserve">whether the drag was ultimatively successful</doc>
|
25130
|
+
<type name="gboolean" c:type="gboolean"/>
|
25131
|
+
</parameter>
|
25132
|
+
</parameters>
|
25133
|
+
</function>
|
23939
25134
|
<function name="drag_drop_succeeded"
|
23940
25135
|
c:identifier="gdk_drag_drop_succeeded"
|
23941
25136
|
version="2.6">
|
@@ -24020,7 +25215,10 @@ This function is called by the drag source to obtain the
|
|
24020
25215
|
<doc xml:space="preserve">Updates the drag context when the pointer moves or the
|
24021
25216
|
set of actions changes.
|
24022
25217
|
|
24023
|
-
This function is called by the drag source
|
25218
|
+
This function is called by the drag source.
|
25219
|
+
|
25220
|
+
This function does not need to be called in managed drag and drop
|
25221
|
+
operations. See gdk_drag_context_manage_dnd() for more information.</doc>
|
24024
25222
|
<return-value transfer-ownership="none">
|
24025
25223
|
<type name="gboolean" c:type="gboolean"/>
|
24026
25224
|
</return-value>
|
@@ -24223,7 +25421,10 @@ events to GTK+.)</doc>
|
|
24223
25421
|
<doc xml:space="preserve">the function to call to handle events from GDK.</doc>
|
24224
25422
|
<type name="EventFunc" c:type="GdkEventFunc"/>
|
24225
25423
|
</parameter>
|
24226
|
-
<parameter name="data"
|
25424
|
+
<parameter name="data"
|
25425
|
+
transfer-ownership="none"
|
25426
|
+
nullable="1"
|
25427
|
+
allow-none="1">
|
24227
25428
|
<doc xml:space="preserve">user data to pass to the function.</doc>
|
24228
25429
|
<type name="gpointer" c:type="gpointer"/>
|
24229
25430
|
</parameter>
|
@@ -25014,8 +26215,9 @@ image data from a server-side drawable to a client-side RGB(A) buffer.
|
|
25014
26215
|
This allows you to efficiently read individual pixels on the client side.
|
25015
26216
|
|
25016
26217
|
This function will create an RGB pixbuf with 8 bits per channel with
|
25017
|
-
the
|
25018
|
-
will contain an alpha channel if
|
26218
|
+
the size specified by the @width and @height arguments scaled by the
|
26219
|
+
scale factor of @window. The pixbuf will contain an alpha channel if
|
26220
|
+
the @window contains one.
|
25019
26221
|
|
25020
26222
|
If the window is off the screen, then there is no image data in the
|
25021
26223
|
obscured/offscreen regions to be placed in the pixbuf. The contents of
|
@@ -25399,70 +26601,6 @@ The array returned by this function should not be freed.</doc>
|
|
25399
26601
|
</parameter>
|
25400
26602
|
</parameters>
|
25401
26603
|
</function>
|
25402
|
-
<function name="rectangle_get_type" c:identifier="gdk_rectangle_get_type">
|
25403
|
-
<return-value transfer-ownership="none">
|
25404
|
-
<type name="GType" c:type="GType"/>
|
25405
|
-
</return-value>
|
25406
|
-
</function>
|
25407
|
-
<function name="rectangle_intersect"
|
25408
|
-
c:identifier="gdk_rectangle_intersect">
|
25409
|
-
<doc xml:space="preserve">Calculates the intersection of two rectangles. It is allowed for
|
25410
|
-
@dest to be the same as either @src1 or @src2. If the rectangles
|
25411
|
-
do not intersect, @dest’s width and height is set to 0 and its x
|
25412
|
-
and y values are undefined. If you are only interested in whether
|
25413
|
-
the rectangles intersect, but not in the intersecting area itself,
|
25414
|
-
pass %NULL for @dest.</doc>
|
25415
|
-
<return-value transfer-ownership="none">
|
25416
|
-
<doc xml:space="preserve">%TRUE if the rectangles intersect.</doc>
|
25417
|
-
<type name="gboolean" c:type="gboolean"/>
|
25418
|
-
</return-value>
|
25419
|
-
<parameters>
|
25420
|
-
<parameter name="src1" transfer-ownership="none">
|
25421
|
-
<doc xml:space="preserve">a #GdkRectangle</doc>
|
25422
|
-
<type name="Rectangle" c:type="const GdkRectangle*"/>
|
25423
|
-
</parameter>
|
25424
|
-
<parameter name="src2" transfer-ownership="none">
|
25425
|
-
<doc xml:space="preserve">a #GdkRectangle</doc>
|
25426
|
-
<type name="Rectangle" c:type="const GdkRectangle*"/>
|
25427
|
-
</parameter>
|
25428
|
-
<parameter name="dest"
|
25429
|
-
direction="out"
|
25430
|
-
caller-allocates="1"
|
25431
|
-
transfer-ownership="none"
|
25432
|
-
optional="1"
|
25433
|
-
allow-none="1">
|
25434
|
-
<doc xml:space="preserve">return location for the
|
25435
|
-
intersection of @src1 and @src2, or %NULL</doc>
|
25436
|
-
<type name="Rectangle" c:type="GdkRectangle*"/>
|
25437
|
-
</parameter>
|
25438
|
-
</parameters>
|
25439
|
-
</function>
|
25440
|
-
<function name="rectangle_union" c:identifier="gdk_rectangle_union">
|
25441
|
-
<doc xml:space="preserve">Calculates the union of two rectangles.
|
25442
|
-
The union of rectangles @src1 and @src2 is the smallest rectangle which
|
25443
|
-
includes both @src1 and @src2 within it.
|
25444
|
-
It is allowed for @dest to be the same as either @src1 or @src2.</doc>
|
25445
|
-
<return-value transfer-ownership="none">
|
25446
|
-
<type name="none" c:type="void"/>
|
25447
|
-
</return-value>
|
25448
|
-
<parameters>
|
25449
|
-
<parameter name="src1" transfer-ownership="none">
|
25450
|
-
<doc xml:space="preserve">a #GdkRectangle</doc>
|
25451
|
-
<type name="Rectangle" c:type="const GdkRectangle*"/>
|
25452
|
-
</parameter>
|
25453
|
-
<parameter name="src2" transfer-ownership="none">
|
25454
|
-
<doc xml:space="preserve">a #GdkRectangle</doc>
|
25455
|
-
<type name="Rectangle" c:type="const GdkRectangle*"/>
|
25456
|
-
</parameter>
|
25457
|
-
<parameter name="dest"
|
25458
|
-
direction="out"
|
25459
|
-
caller-allocates="1"
|
25460
|
-
transfer-ownership="none">
|
25461
|
-
<doc xml:space="preserve">return location for the union of @src1 and @src2</doc>
|
25462
|
-
<type name="Rectangle" c:type="GdkRectangle*"/>
|
25463
|
-
</parameter>
|
25464
|
-
</parameters>
|
25465
|
-
</function>
|
25466
26604
|
<function name="selection_convert" c:identifier="gdk_selection_convert">
|
25467
26605
|
<doc xml:space="preserve">Retrieves the contents of a selection in a given
|
25468
26606
|
form.</doc>
|
@@ -26018,7 +27156,10 @@ See gdk_threads_add_idle_full().</doc>
|
|
26018
27156
|
<doc xml:space="preserve">function to call</doc>
|
26019
27157
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
26020
27158
|
</parameter>
|
26021
|
-
<parameter name="data"
|
27159
|
+
<parameter name="data"
|
27160
|
+
transfer-ownership="none"
|
27161
|
+
nullable="1"
|
27162
|
+
allow-none="1">
|
26022
27163
|
<doc xml:space="preserve">data to pass to @function</doc>
|
26023
27164
|
<type name="gpointer" c:type="gpointer"/>
|
26024
27165
|
</parameter>
|
@@ -26087,7 +27228,10 @@ some_widget_finalize (GObject *object)
|
|
26087
27228
|
<doc xml:space="preserve">function to call</doc>
|
26088
27229
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
26089
27230
|
</parameter>
|
26090
|
-
<parameter name="data"
|
27231
|
+
<parameter name="data"
|
27232
|
+
transfer-ownership="none"
|
27233
|
+
nullable="1"
|
27234
|
+
allow-none="1">
|
26091
27235
|
<doc xml:space="preserve">data to pass to @function</doc>
|
26092
27236
|
<type name="gpointer" c:type="gpointer"/>
|
26093
27237
|
</parameter>
|
@@ -26124,7 +27268,10 @@ See gdk_threads_add_timeout_full().</doc>
|
|
26124
27268
|
<doc xml:space="preserve">function to call</doc>
|
26125
27269
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
26126
27270
|
</parameter>
|
26127
|
-
<parameter name="data"
|
27271
|
+
<parameter name="data"
|
27272
|
+
transfer-ownership="none"
|
27273
|
+
nullable="1"
|
27274
|
+
allow-none="1">
|
26128
27275
|
<doc xml:space="preserve">data to pass to @function</doc>
|
26129
27276
|
<type name="gpointer" c:type="gpointer"/>
|
26130
27277
|
</parameter>
|
@@ -26200,7 +27347,10 @@ static void some_widget_finalize (GObject *object)
|
|
26200
27347
|
<doc xml:space="preserve">function to call</doc>
|
26201
27348
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
26202
27349
|
</parameter>
|
26203
|
-
<parameter name="data"
|
27350
|
+
<parameter name="data"
|
27351
|
+
transfer-ownership="none"
|
27352
|
+
nullable="1"
|
27353
|
+
allow-none="1">
|
26204
27354
|
<doc xml:space="preserve">data to pass to @function</doc>
|
26205
27355
|
<type name="gpointer" c:type="gpointer"/>
|
26206
27356
|
</parameter>
|
@@ -26236,7 +27386,10 @@ For details, see gdk_threads_add_timeout_full().</doc>
|
|
26236
27386
|
<doc xml:space="preserve">function to call</doc>
|
26237
27387
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
26238
27388
|
</parameter>
|
26239
|
-
<parameter name="data"
|
27389
|
+
<parameter name="data"
|
27390
|
+
transfer-ownership="none"
|
27391
|
+
nullable="1"
|
27392
|
+
allow-none="1">
|
26240
27393
|
<doc xml:space="preserve">data to pass to @function</doc>
|
26241
27394
|
<type name="gpointer" c:type="gpointer"/>
|
26242
27395
|
</parameter>
|
@@ -26271,7 +27424,10 @@ a good idea to use this function if you don’t need finer granularity.</doc>
|
|
26271
27424
|
<doc xml:space="preserve">function to call</doc>
|
26272
27425
|
<type name="GLib.SourceFunc" c:type="GSourceFunc"/>
|
26273
27426
|
</parameter>
|
26274
|
-
<parameter name="data"
|
27427
|
+
<parameter name="data"
|
27428
|
+
transfer-ownership="none"
|
27429
|
+
nullable="1"
|
27430
|
+
allow-none="1">
|
26275
27431
|
<doc xml:space="preserve">data to pass to @function</doc>
|
26276
27432
|
<type name="gpointer" c:type="gpointer"/>
|
26277
27433
|
</parameter>
|