~ubuntu-branches/ubuntu/trusty/guile-gnome-platform/trusty-proposed

« back to all changes in this revision

Viewing changes to gtk/tests/gdk/wrapset.api

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Rottmann
  • Date: 2009-03-01 22:51:48 UTC
  • mfrom: (1.1.2 upstream) (3.2.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090301225148-5cubt342wiv8jpmf
Tags: 2.16.1-1
* New upstream release.
* Upstream bumped API, hence all package names changed from
  guile-gnome0-* to guile-gnome2-*.
* Standards-Version 3.8.0 (no changes).
* Remove unused guile-gnome2-cairo.install file.
* Added ${misc:Depends} to all packages.
* Do not build-depend on a -1 revision of the g-wrap packages.
* Add a proper "Copyright YEARS AUTHORS" line to debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1402
1402
  ((gnome gw gdk)
1403
1403
   (uses-interfaces (gnome gw generics))
1404
1404
   (typed-exports
1405
 
     (<gdk-atom*> <gw:wct>)
1406
1405
     (<gdk-atom> <gw:wct>)
1407
 
     (<gdk-bitmap**> <gw:wct>)
1408
 
     (<gdk-bitmap*> <gw:wct>)
1409
 
     (<gdk-device*> <gw:wct>)
1410
 
     (<gdk-display-manager*> <gw:wct>)
1411
 
     (<gdk-drag-protocol*> <gw:wct>)
1412
 
     (<gdk-drawable**> <gw:wct>)
1413
 
     (<gdk-event-func> <gw:wct>)
1414
 
     (<gdk-filter-func> <gw:wct>)
1415
 
     (<gdk-gc-values*> <gw:wct>)
1416
 
     (<gdk-geometry*> <gw:wct>)
1417
 
     (<gdk-keymap-key**> <gw:wct>)
1418
 
     (<gdk-keymap-key*> <gw:wct>)
1419
 
     (<gdk-modifier-type*> <gw:wct>)
1420
 
     (<gdk-pixbuf-destroy-notify> <gw:wct>)
1421
1406
     (<gdk-pixbuf-format*> <gw:wct>)
1422
 
     (<gdk-pixbuf-save-func> <gw:wct>)
1423
 
     (<gdk-pixbuf-simple-anim*> <gw:wct>)
1424
 
     (<gdk-pixmap**> <gw:wct>)
1425
 
     (<gdk-pixmap*> <gw:wct>)
1426
 
     (<gdk-point*> <gw:wct>)
1427
 
     (<gdk-pointer-hooks*> <gw:wct>)
1428
 
     (<gdk-rectangle**> <gw:wct>)
1429
 
     (<gdk-region*> <gw:wct>)
1430
 
     (<gdk-rgb-cmap*> <gw:wct>)
1431
 
     (<gdk-screen**> <gw:wct>)
1432
 
     (<gdk-segment*> <gw:wct>)
1433
 
     (<gdk-time-coord***> <gw:wct>)
1434
 
     (<gdk-visual*> <gw:wct>)
1435
 
     (<gdk-visual-type**> <gw:wct>)
1436
 
     (<gdk-wchar*> <gw:wct>)
1437
 
     (<gdk-window**> <gw:wct>)
1438
 
     (<gdk-window*> <gw:wct>)
1439
 
     (<gdk-window-attr*> <gw:wct>)
1440
 
     (<gdk-wm-decoration*> <gw:wct>)
1441
 
     (<gint8*> <gw:wct>)
1442
 
     (<guint**> <gw:wct>)
1443
 
     (<guint8*> <gw:wct>)
1444
 
     (gdk-add-client-message-filter
1445
 
       procedure
1446
 
       (arity 0 0 #t))
1447
1407
     (gdk-atom-intern procedure (arity 0 0 #t))
1448
1408
     (gdk-atom-name procedure (arity 0 0 #t))
1449
1409
     (gdk-beep procedure (arity 0 0 #t))
1469
1429
     (gdk-color-alloc procedure (arity 0 0 #t))
1470
1430
     (gdk-color-black procedure (arity 0 0 #t))
1471
1431
     (gdk-color-change procedure (arity 0 0 #t))
 
1432
     (gdk-color-copy procedure (arity 0 0 #t))
1472
1433
     (gdk-color-parse procedure (arity 0 0 #t))
1473
1434
     (gdk-color-white procedure (arity 0 0 #t))
1474
1435
     (gdk-cursor-get-display procedure (arity 0 0 #t))
1490
1451
     (gdk-device-get-core-pointer
1491
1452
       procedure
1492
1453
       (arity 0 0 #t))
1493
 
     (gdk-device-get-history procedure (arity 5 0 #f))
1494
 
     (gdk-device-get-state procedure (arity 3 0 #f))
1495
1454
     (gdk-device-set-axis-use
1496
1455
       procedure
1497
1456
       (arity 0 0 #t))
1525
1484
       procedure
1526
1485
       (arity 0 0 #t))
1527
1486
     (gdk-display-get-name procedure (arity 0 0 #t))
1528
 
     (gdk-display-get-pointer
1529
 
       procedure
1530
 
       (arity 3 0 #f))
1531
1487
     (gdk-display-get-screen procedure (arity 0 0 #t))
1532
1488
     (gdk-display-get-window-at-pointer
1533
1489
       procedure
1596
1552
     (gdk-drag-drop-succeeded
1597
1553
       procedure
1598
1554
       (arity 0 0 #t))
1599
 
     (gdk-drag-find-window procedure (arity 0 0 #t))
1600
 
     (gdk-drag-find-window-for-screen
1601
 
       procedure
1602
 
       (arity 0 0 #t))
1603
 
     (gdk-drag-get-protocol procedure (arity 0 0 #t))
1604
 
     (gdk-drag-get-protocol-for-display
1605
 
       procedure
1606
 
       (arity 0 0 #t))
1607
1555
     (gdk-drag-get-selection procedure (arity 0 0 #t))
1608
1556
     (gdk-drag-motion procedure (arity 0 0 #t))
1609
1557
     (gdk-drag-status procedure (arity 0 0 #t))
1613
1561
     (gdk-draw-glyphs-transformed
1614
1562
       procedure
1615
1563
       (arity 0 0 #t))
1616
 
     (gdk-draw-gray-image procedure (arity 0 0 #t))
1617
1564
     (gdk-draw-image procedure (arity 0 0 #t))
1618
 
     (gdk-draw-indexed-image procedure (arity 0 0 #t))
1619
1565
     (gdk-draw-layout procedure (arity 0 0 #t))
1620
1566
     (gdk-draw-layout-line procedure (arity 0 0 #t))
1621
1567
     (gdk-draw-layout-line-with-colors
1625
1571
       procedure
1626
1572
       (arity 0 0 #t))
1627
1573
     (gdk-draw-line procedure (arity 0 0 #t))
1628
 
     (gdk-draw-lines procedure (arity 0 0 #t))
1629
1574
     (gdk-draw-pixbuf procedure (arity 0 0 #t))
1630
1575
     (gdk-draw-point procedure (arity 0 0 #t))
1631
 
     (gdk-draw-points procedure (arity 0 0 #t))
1632
 
     (gdk-draw-polygon procedure (arity 0 0 #t))
1633
1576
     (gdk-draw-rectangle procedure (arity 0 0 #t))
1634
 
     (gdk-draw-rgb-32-image procedure (arity 0 0 #t))
1635
 
     (gdk-draw-rgb-image procedure (arity 0 0 #t))
1636
 
     (gdk-draw-segments procedure (arity 0 0 #t))
1637
1577
     (gdk-draw-string procedure (arity 0 0 #t))
1638
 
     (gdk-draw-text procedure (arity 0 0 #t))
1639
 
     (gdk-draw-text-wc procedure (arity 0 0 #t))
1640
1578
     (gdk-drawable-copy-to-image
1641
1579
       procedure
1642
1580
       (arity 0 0 #t))
1646
1584
     (gdk-drawable-get-colormap
1647
1585
       procedure
1648
1586
       (arity 0 0 #t))
1649
 
     (gdk-drawable-get-data procedure (arity 0 0 #t))
1650
1587
     (gdk-drawable-get-depth procedure (arity 0 0 #t))
1651
1588
     (gdk-drawable-get-display
1652
1589
       procedure
1665
1602
     (gdk-drawable-set-colormap
1666
1603
       procedure
1667
1604
       (arity 0 0 #t))
1668
 
     (gdk-drawable-set-data procedure (arity 0 0 #t))
1669
1605
     (gdk-drop-finish procedure (arity 0 0 #t))
1670
1606
     (gdk-drop-reply procedure (arity 0 0 #t))
1671
1607
     (gdk-error-trap-pop procedure (arity 0 0 #t))
1672
1608
     (gdk-error-trap-push procedure (arity 0 0 #t))
1673
1609
     (gdk-event->vector procedure (arity 0 0 #t))
 
1610
     (gdk-event-copy procedure (arity 0 0 #t))
1674
1611
     (gdk-event-get procedure (arity 0 0 #t))
1675
1612
     (gdk-event-get-axis procedure (arity 2 0 #f))
1676
1613
     (gdk-event-get-coords procedure (arity 1 0 #f))
1681
1618
       procedure
1682
1619
       (arity 1 0 #f))
1683
1620
     (gdk-event-get-screen procedure (arity 0 0 #t))
1684
 
     (gdk-event-get-state procedure (arity 0 0 #t))
1685
1621
     (gdk-event-get-time procedure (arity 0 0 #t))
1686
 
     (gdk-event-handler-set procedure (arity 0 0 #t))
1687
1622
     (gdk-event-peek procedure (arity 0 0 #t))
1688
1623
     (gdk-event-put procedure (arity 0 0 #t))
1689
1624
     (gdk-events-pending procedure (arity 0 0 #t))
1690
 
     (gdk-exit procedure (arity 0 0 #t))
1691
1625
     (gdk-flush procedure (arity 0 0 #t))
1692
1626
     (gdk-font-from-description
1693
1627
       procedure
1695
1629
     (gdk-font-id procedure (arity 0 0 #t))
1696
1630
     (gdk-font-load procedure (arity 0 0 #t))
1697
1631
     (gdk-fontset-load procedure (arity 0 0 #t))
 
1632
     (gdk-gc-copy procedure (arity 0 0 #t))
1698
1633
     (gdk-gc-get-colormap procedure (arity 0 0 #t))
1699
1634
     (gdk-gc-get-screen procedure (arity 0 0 #t))
1700
 
     (gdk-gc-get-values procedure (arity 0 0 #t))
1701
1635
     (gdk-gc-new procedure (arity 0 0 #t))
1702
 
     (gdk-gc-new-with-values procedure (arity 0 0 #t))
1703
1636
     (gdk-gc-offset procedure (arity 0 0 #t))
1704
1637
     (gdk-gc-set-background procedure (arity 0 0 #t))
1705
1638
     (gdk-gc-set-clip-mask procedure (arity 0 0 #t))
1709
1642
       (arity 0 0 #t))
1710
1643
     (gdk-gc-set-clip-region procedure (arity 0 0 #t))
1711
1644
     (gdk-gc-set-colormap procedure (arity 0 0 #t))
1712
 
     (gdk-gc-set-dashes procedure (arity 0 0 #t))
1713
1645
     (gdk-gc-set-exposures procedure (arity 0 0 #t))
1714
1646
     (gdk-gc-set-fill procedure (arity 0 0 #t))
1715
1647
     (gdk-gc-set-font procedure (arity 0 0 #t))
1728
1660
     (gdk-gc-set-subwindow procedure (arity 0 0 #t))
1729
1661
     (gdk-gc-set-tile procedure (arity 0 0 #t))
1730
1662
     (gdk-gc-set-ts-origin procedure (arity 0 0 #t))
1731
 
     (gdk-gc-set-values procedure (arity 0 0 #t))
1732
1663
     (gdk-get-default-root-window
1733
1664
       procedure
1734
1665
       (arity 0 0 #t))
1754
1685
     (gdk-keymap-get-direction
1755
1686
       procedure
1756
1687
       (arity 0 0 #t))
1757
 
     (gdk-keymap-get-entries-for-keycode
1758
 
       procedure
1759
 
       (arity 4 0 #f))
1760
 
     (gdk-keymap-get-entries-for-keyval
1761
 
       procedure
1762
 
       (arity 3 0 #f))
1763
1688
     (gdk-keymap-get-for-display
1764
1689
       procedure
1765
1690
       (arity 0 0 #t))
1766
 
     (gdk-keymap-lookup-key procedure (arity 0 0 #t))
1767
 
     (gdk-keymap-translate-keyboard-state
1768
 
       procedure
1769
 
       (arity 5 0 #f))
1770
1691
     (gdk-keyval-convert-case
1771
1692
       procedure
1772
1693
       (arity 1 0 #f))
1778
1699
     (gdk-keyval-to-unicode procedure (arity 0 0 #t))
1779
1700
     (gdk-keyval-to-upper procedure (arity 0 0 #t))
1780
1701
     (gdk-list-visuals procedure (arity 0 0 #f))
1781
 
     (gdk-mbstowcs procedure (arity 0 0 #t))
1782
1702
     (gdk-notify-startup-complete
1783
1703
       procedure
1784
1704
       (arity 0 0 #t))
1815
1735
     (gdk-pixbuf-animation-get-height
1816
1736
       procedure
1817
1737
       (arity 0 0 #t))
1818
 
     (gdk-pixbuf-animation-get-iter
1819
 
       procedure
1820
 
       (arity 0 0 #t))
1821
1738
     (gdk-pixbuf-animation-get-static-image
1822
1739
       procedure
1823
1740
       (arity 0 0 #t))
1827
1744
     (gdk-pixbuf-animation-is-static-image
1828
1745
       procedure
1829
1746
       (arity 0 0 #t))
1830
 
     (gdk-pixbuf-animation-iter-advance
1831
 
       procedure
1832
 
       (arity 0 0 #t))
1833
1747
     (gdk-pixbuf-animation-iter-get-delay-time
1834
1748
       procedure
1835
1749
       (arity 0 0 #t))
1874
1788
       procedure
1875
1789
       (arity 0 0 #t))
1876
1790
     (gdk-pixbuf-get-option procedure (arity 0 0 #t))
1877
 
     (gdk-pixbuf-get-pixels procedure (arity 0 0 #t))
1878
1791
     (gdk-pixbuf-get-rowstride
1879
1792
       procedure
1880
1793
       (arity 0 0 #t))
1901
1814
     (gdk-pixbuf-loader-set-size
1902
1815
       procedure
1903
1816
       (arity 0 0 #t))
1904
 
     (gdk-pixbuf-loader-write
1905
 
       procedure
1906
 
       (arity 3 0 #f))
1907
1817
     (gdk-pixbuf-new procedure (arity 0 0 #t))
1908
 
     (gdk-pixbuf-new-from-data
1909
 
       procedure
1910
 
       (arity 0 0 #t))
1911
1818
     (gdk-pixbuf-new-from-file
1912
1819
       procedure
1913
1820
       (arity 1 0 #f))
1917
1824
     (gdk-pixbuf-new-from-file-at-size
1918
1825
       procedure
1919
1826
       (arity 3 0 #f))
1920
 
     (gdk-pixbuf-new-from-inline
1921
 
       procedure
1922
 
       (arity 3 0 #f))
1923
 
     (gdk-pixbuf-new-from-xpm-data
1924
 
       procedure
1925
 
       (arity 0 0 #t))
1926
1827
     (gdk-pixbuf-new-subpixbuf
1927
1828
       procedure
1928
1829
       (arity 0 0 #t))
1929
 
     (gdk-pixbuf-render-pixmap-and-mask
1930
 
       procedure
1931
 
       (arity 0 0 #t))
1932
1830
     (gdk-pixbuf-render-threshold-alpha
1933
1831
       procedure
1934
1832
       (arity 0 0 #t))
1944
1842
     (gdk-pixbuf-saturate-and-pixelate
1945
1843
       procedure
1946
1844
       (arity 0 0 #t))
1947
 
     (gdk-pixbuf-save-to-bufferv
1948
 
       procedure
1949
 
       (arity 4 0 #f))
1950
 
     (gdk-pixbuf-save-to-callbackv
1951
 
       procedure
1952
 
       (arity 6 0 #f))
1953
1845
     (gdk-pixbuf-save-to-port
1954
1846
       procedure
1955
1847
       (arity 4 0 #f))
1956
 
     (gdk-pixbuf-savev procedure (arity 5 0 #f))
1957
1848
     (gdk-pixbuf-scale procedure (arity 0 0 #t))
1958
1849
     (gdk-pixbuf-scale-simple
1959
1850
       procedure
1964
1855
     (gdk-pixbuf-simple-anim-new
1965
1856
       procedure
1966
1857
       (arity 0 0 #t))
1967
 
     (gdk-pixmap-colormap-create-from-xpm
1968
 
       procedure
1969
 
       (arity 0 0 #t))
1970
 
     (gdk-pixmap-colormap-create-from-xpm-d
1971
 
       procedure
1972
 
       (arity 4 0 #f))
1973
1858
     (gdk-pixmap-create-from-data
1974
1859
       procedure
1975
1860
       (arity 0 0 #t))
1976
 
     (gdk-pixmap-create-from-xpm
1977
 
       procedure
1978
 
       (arity 0 0 #t))
1979
 
     (gdk-pixmap-create-from-xpm-d
1980
 
       procedure
1981
 
       (arity 3 0 #f))
1982
1861
     (gdk-pixmap-foreign-new-for-display
1983
1862
       procedure
1984
1863
       (arity 0 0 #t))
1990
1869
     (gdk-pointer-grab procedure (arity 0 0 #t))
1991
1870
     (gdk-pointer-is-grabbed procedure (arity 0 0 #t))
1992
1871
     (gdk-pointer-ungrab procedure (arity 0 0 #t))
1993
 
     (gdk-property-change procedure (arity 0 0 #t))
1994
1872
     (gdk-property-delete procedure (arity 0 0 #t))
1995
 
     (gdk-property-get procedure (arity 8 0 #f))
1996
 
     (gdk-query-depths procedure (arity 1 0 #f))
1997
 
     (gdk-query-visual-types procedure (arity 1 0 #f))
1998
 
     (gdk-rectangle-intersect
1999
 
       procedure
2000
 
       (arity 0 0 #t))
2001
 
     (gdk-rectangle-union procedure (arity 0 0 #t))
 
1873
     (gdk-region-copy procedure (arity 0 0 #t))
2002
1874
     (gdk-region-destroy procedure (arity 0 0 #t))
2003
1875
     (gdk-region-empty procedure (arity 0 0 #t))
2004
1876
     (gdk-region-equal procedure (arity 0 0 #t))
2005
 
     (gdk-region-get-clipbox procedure (arity 0 0 #t))
2006
 
     (gdk-region-get-rectangles
2007
 
       procedure
2008
 
       (arity 2 0 #f))
2009
1877
     (gdk-region-intersect procedure (arity 0 0 #t))
2010
1878
     (gdk-region-new procedure (arity 0 0 #t))
2011
1879
     (gdk-region-offset procedure (arity 0 0 #t))
2012
1880
     (gdk-region-point-in procedure (arity 0 0 #t))
2013
 
     (gdk-region-polygon procedure (arity 0 0 #t))
2014
1881
     (gdk-region-rect-in procedure (arity 0 0 #t))
2015
1882
     (gdk-region-rectangle procedure (arity 0 0 #t))
2016
1883
     (gdk-region-shrink procedure (arity 0 0 #t))
2020
1887
       procedure
2021
1888
       (arity 0 0 #t))
2022
1889
     (gdk-region-xor procedure (arity 0 0 #t))
2023
 
     (gdk-rgb-cmap-new procedure (arity 1 0 #f))
2024
1890
     (gdk-rgb-colormap-ditherable
2025
1891
       procedure
2026
1892
       (arity 0 0 #t))
2027
1893
     (gdk-rgb-ditherable procedure (arity 0 0 #t))
2028
 
     (gdk-rgb-find-color procedure (arity 0 0 #t))
2029
1894
     (gdk-rgb-gc-set-background
2030
1895
       procedure
2031
1896
       (arity 0 0 #t))
2142
2007
     (gdk-selection-owner-set-for-display
2143
2008
       procedure
2144
2009
       (arity 0 0 #t))
2145
 
     (gdk-selection-property-get
2146
 
       procedure
2147
 
       (arity 3 0 #f))
2148
2010
     (gdk-selection-send-notify
2149
2011
       procedure
2150
2012
       (arity 0 0 #t))
2155
2017
       procedure
2156
2018
       (arity 0 0 #t))
2157
2019
     (gdk-set-locale procedure (arity 0 0 #t))
2158
 
     (gdk-set-pointer-hooks procedure (arity 0 0 #t))
2159
2020
     (gdk-set-program-class procedure (arity 0 0 #t))
2160
2021
     (gdk-set-show-events procedure (arity 0 0 #t))
2161
2022
     (gdk-set-sm-client-id procedure (arity 0 0 #t))
2162
2023
     (gdk-set-use-xshm procedure (arity 0 0 #t))
2163
 
     (gdk-setting-get procedure (arity 0 0 #t))
2164
2024
     (gdk-spawn-command-line-on-screen
2165
2025
       procedure
2166
2026
       (arity 2 0 #f))
2168
2028
     (gdk-string-height procedure (arity 0 0 #t))
2169
2029
     (gdk-string-measure procedure (arity 0 0 #t))
2170
2030
     (gdk-string-width procedure (arity 0 0 #t))
2171
 
     (gdk-text-extents procedure (arity 3 0 #f))
2172
 
     (gdk-text-extents-wc procedure (arity 3 0 #f))
2173
2031
     (gdk-text-height procedure (arity 0 0 #t))
2174
2032
     (gdk-text-measure procedure (arity 0 0 #t))
2175
2033
     (gdk-text-width procedure (arity 0 0 #t))
2176
 
     (gdk-text-width-wc procedure (arity 0 0 #t))
2177
2034
     (gdk-threads-enter procedure (arity 0 0 #t))
2178
2035
     (gdk-threads-init procedure (arity 0 0 #t))
2179
2036
     (gdk-threads-leave procedure (arity 0 0 #t))
2196
2053
       (arity 0 0 #t))
2197
2054
     (gdk-visual-get-screen procedure (arity 0 0 #t))
2198
2055
     (gdk-visual-get-system procedure (arity 0 0 #t))
2199
 
     (gdk-window-add-filter procedure (arity 0 0 #t))
2200
2056
     (gdk-window-at-pointer procedure (arity 0 0 #f))
2201
2057
     (gdk-window-begin-move-drag
2202
2058
       procedure
2218
2074
     (gdk-window-configure-finished
2219
2075
       procedure
2220
2076
       (arity 0 0 #t))
2221
 
     (gdk-window-constrain-size
2222
 
       procedure
2223
 
       (arity 4 0 #f))
2224
2077
     (gdk-window-deiconify procedure (arity 0 0 #t))
2225
2078
     (gdk-window-destroy procedure (arity 0 0 #t))
2226
2079
     (gdk-window-enable-synchronized-configure
2238
2091
     (gdk-window-get-children
2239
2092
       procedure
2240
2093
       (arity 1 0 #f))
2241
 
     (gdk-window-get-decorations
2242
 
       procedure
2243
 
       (arity 0 0 #t))
2244
2094
     (gdk-window-get-deskrelative-origin
2245
2095
       procedure
2246
2096
       (arity 1 0 #f))
2247
2097
     (gdk-window-get-events procedure (arity 0 0 #t))
2248
 
     (gdk-window-get-frame-extents
2249
 
       procedure
2250
 
       (arity 0 0 #t))
2251
2098
     (gdk-window-get-geometry
2252
2099
       procedure
2253
2100
       (arity 1 0 #f))
2254
2101
     (gdk-window-get-group procedure (arity 0 0 #t))
2255
 
     (gdk-window-get-internal-paint-info
2256
 
       procedure
2257
 
       (arity 2 0 #f))
2258
2102
     (gdk-window-get-origin procedure (arity 1 0 #f))
2259
2103
     (gdk-window-get-parent procedure (arity 0 0 #t))
2260
 
     (gdk-window-get-pointer procedure (arity 2 0 #f))
2261
2104
     (gdk-window-get-position
2262
2105
       procedure
2263
2106
       (arity 1 0 #f))
2308
2151
     (gdk-window-move procedure (arity 0 0 #t))
2309
2152
     (gdk-window-move-region procedure (arity 0 0 #t))
2310
2153
     (gdk-window-move-resize procedure (arity 0 0 #t))
2311
 
     (gdk-window-new procedure (arity 0 0 #t))
2312
2154
     (gdk-window-process-all-updates
2313
2155
       procedure
2314
2156
       (arity 0 0 #t))
2319
2161
     (gdk-window-register-dnd
2320
2162
       procedure
2321
2163
       (arity 0 0 #t))
2322
 
     (gdk-window-remove-filter
2323
 
       procedure
2324
 
       (arity 0 0 #t))
2325
2164
     (gdk-window-reparent procedure (arity 0 0 #t))
2326
2165
     (gdk-window-resize procedure (arity 0 0 #t))
2327
2166
     (gdk-window-scroll procedure (arity 0 0 #t))
2354
2193
     (gdk-window-set-functions
2355
2194
       procedure
2356
2195
       (arity 0 0 #t))
2357
 
     (gdk-window-set-geometry-hints
2358
 
       procedure
2359
 
       (arity 0 0 #t))
2360
2196
     (gdk-window-set-group procedure (arity 0 0 #t))
2361
2197
     (gdk-window-set-hints procedure (arity 0 0 #t))
2362
2198
     (gdk-window-set-icon procedure (arity 0 0 #t))
2398
2234
     (gdk-window-set-urgency-hint
2399
2235
       procedure
2400
2236
       (arity 0 0 #t))
2401
 
     (gdk-window-set-user-data
2402
 
       procedure
2403
 
       (arity 0 0 #t))
2404
2237
     (gdk-window-shape-combine-mask
2405
2238
       procedure
2406
2239
       (arity 0 0 #t))