@gnim-js/gnome-shell 2.0.0-beta.7 → 2.0.0-beta.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/renderer.d.ts +1 -1
- package/dist/renderer.js +2 -2
- package/gir-1.0/{Clutter-17.gir → gnome49/Clutter-17.gir} +231 -194
- package/gir-1.0/{Cogl-17.gir → gnome49/Cogl-17.gir} +98 -65
- package/gir-1.0/{Gvc-1.0.gir → gnome49/Gvc-1.0.gir} +1 -1
- package/gir-1.0/{Meta-17.gir → gnome49/Meta-17.gir} +423 -317
- package/gir-1.0/{Mtk-17.gir → gnome49/Mtk-17.gir} +32 -18
- package/gir-1.0/{Shell-17.gir → gnome49/Shell-17.gir} +12 -12
- package/gir-1.0/{St-17.gir → gnome49/St-17.gir} +279 -279
- package/gir-1.0/gnome50/Clutter-18.gir +63990 -0
- package/gir-1.0/gnome50/Cogl-18.gir +16867 -0
- package/gir-1.0/gnome50/Gvc-1.0.gir +3698 -0
- package/gir-1.0/gnome50/Meta-18.gir +17256 -0
- package/gir-1.0/gnome50/Mtk-18.gir +1895 -0
- package/gir-1.0/gnome50/Shell-18.gir +6560 -0
- package/gir-1.0/gnome50/St-18.gir +12122 -0
- package/package.json +12 -9
|
@@ -13,7 +13,7 @@ and/or use gtk-doc annotations. -->
|
|
|
13
13
|
<doc:format name="unknown"/>
|
|
14
14
|
<namespace name="St"
|
|
15
15
|
version="17"
|
|
16
|
-
shared-library="libst-17.so"
|
|
16
|
+
shared-library="/nix/store/cfm2xa1s8r8wpwc7p017znnl5cfvppcy-gnome-shell-49.4/lib/gnome-shell/libst-17.so"
|
|
17
17
|
c:identifier-prefixes="St"
|
|
18
18
|
c:symbol-prefixes="st">
|
|
19
19
|
<class name="Adjustment"
|
|
@@ -1328,12 +1328,12 @@ and transitions effects between states.</doc>
|
|
|
1328
1328
|
<constructor name="new" c:identifier="st_button_new">
|
|
1329
1329
|
<doc xml:space="preserve"
|
|
1330
1330
|
filename="src/st/st-button.c"
|
|
1331
|
-
line="
|
|
1331
|
+
line="444">Create a new button</doc>
|
|
1332
1332
|
<source-position filename="src/st/st-button.h" line="42"/>
|
|
1333
1333
|
<return-value transfer-ownership="none">
|
|
1334
1334
|
<doc xml:space="preserve"
|
|
1335
1335
|
filename="src/st/st-button.c"
|
|
1336
|
-
line="
|
|
1336
|
+
line="449">a new #StButton</doc>
|
|
1337
1337
|
<type name="Widget" c:type="StWidget*"/>
|
|
1338
1338
|
</return-value>
|
|
1339
1339
|
</constructor>
|
|
@@ -1341,19 +1341,19 @@ and transitions effects between states.</doc>
|
|
|
1341
1341
|
c:identifier="st_button_new_with_label">
|
|
1342
1342
|
<doc xml:space="preserve"
|
|
1343
1343
|
filename="src/st/st-button.c"
|
|
1344
|
-
line="
|
|
1344
|
+
line="457">Create a new #StButton with the specified label</doc>
|
|
1345
1345
|
<source-position filename="src/st/st-button.h" line="43"/>
|
|
1346
1346
|
<return-value transfer-ownership="none">
|
|
1347
1347
|
<doc xml:space="preserve"
|
|
1348
1348
|
filename="src/st/st-button.c"
|
|
1349
|
-
line="
|
|
1349
|
+
line="463">a new #StButton</doc>
|
|
1350
1350
|
<type name="Widget" c:type="StWidget*"/>
|
|
1351
1351
|
</return-value>
|
|
1352
1352
|
<parameters>
|
|
1353
1353
|
<parameter name="text" transfer-ownership="none">
|
|
1354
1354
|
<doc xml:space="preserve"
|
|
1355
1355
|
filename="src/st/st-button.c"
|
|
1356
|
-
line="
|
|
1356
|
+
line="459">text to set the label to</doc>
|
|
1357
1357
|
<type name="utf8" c:type="const gchar*"/>
|
|
1358
1358
|
</parameter>
|
|
1359
1359
|
</parameters>
|
|
@@ -1375,7 +1375,7 @@ and transitions effects between states.</doc>
|
|
|
1375
1375
|
<method name="fake_release" c:identifier="st_button_fake_release">
|
|
1376
1376
|
<doc xml:space="preserve"
|
|
1377
1377
|
filename="src/st/st-button.c"
|
|
1378
|
-
line="
|
|
1378
|
+
line="754">If this widget is holding a pointer grab, this function will
|
|
1379
1379
|
will ungrab it, and reset the #StButton:pressed state. The effect is
|
|
1380
1380
|
similar to if the user had released the mouse button, but without
|
|
1381
1381
|
emitting the #StButton::clicked signal.
|
|
@@ -1391,7 +1391,7 @@ time, breaking the grab.</doc>
|
|
|
1391
1391
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1392
1392
|
<doc xml:space="preserve"
|
|
1393
1393
|
filename="src/st/st-button.c"
|
|
1394
|
-
line="
|
|
1394
|
+
line="756">an #StButton</doc>
|
|
1395
1395
|
<type name="Button" c:type="StButton*"/>
|
|
1396
1396
|
</instance-parameter>
|
|
1397
1397
|
</parameters>
|
|
@@ -1401,13 +1401,13 @@ time, breaking the grab.</doc>
|
|
|
1401
1401
|
glib:get-property="button-mask">
|
|
1402
1402
|
<doc xml:space="preserve"
|
|
1403
1403
|
filename="src/st/st-button.c"
|
|
1404
|
-
line="
|
|
1404
|
+
line="603">Gets the mask of mouse buttons that @button emits the
|
|
1405
1405
|
#StButton::clicked signal for.</doc>
|
|
1406
1406
|
<source-position filename="src/st/st-button.h" line="78"/>
|
|
1407
1407
|
<return-value transfer-ownership="none">
|
|
1408
1408
|
<doc xml:space="preserve"
|
|
1409
1409
|
filename="src/st/st-button.c"
|
|
1410
|
-
line="
|
|
1410
|
+
line="610">the mask of mouse buttons that @button emits the
|
|
1411
1411
|
#StButton::clicked signal for.</doc>
|
|
1412
1412
|
<type name="ButtonMask" c:type="StButtonMask"/>
|
|
1413
1413
|
</return-value>
|
|
@@ -1415,7 +1415,7 @@ time, breaking the grab.</doc>
|
|
|
1415
1415
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1416
1416
|
<doc xml:space="preserve"
|
|
1417
1417
|
filename="src/st/st-button.c"
|
|
1418
|
-
line="
|
|
1418
|
+
line="605">a #StButton</doc>
|
|
1419
1419
|
<type name="Button" c:type="StButton*"/>
|
|
1420
1420
|
</instance-parameter>
|
|
1421
1421
|
</parameters>
|
|
@@ -1425,19 +1425,19 @@ time, breaking the grab.</doc>
|
|
|
1425
1425
|
glib:get-property="checked">
|
|
1426
1426
|
<doc xml:space="preserve"
|
|
1427
1427
|
filename="src/st/st-button.c"
|
|
1428
|
-
line="
|
|
1428
|
+
line="688">Get the #StButton:checked property of a #StButton that is in toggle mode.</doc>
|
|
1429
1429
|
<source-position filename="src/st/st-button.h" line="55"/>
|
|
1430
1430
|
<return-value transfer-ownership="none">
|
|
1431
1431
|
<doc xml:space="preserve"
|
|
1432
1432
|
filename="src/st/st-button.c"
|
|
1433
|
-
line="
|
|
1433
|
+
line="694">%TRUE if the button is checked, or %FALSE if not</doc>
|
|
1434
1434
|
<type name="gboolean" c:type="gboolean"/>
|
|
1435
1435
|
</return-value>
|
|
1436
1436
|
<parameters>
|
|
1437
1437
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1438
1438
|
<doc xml:space="preserve"
|
|
1439
1439
|
filename="src/st/st-button.c"
|
|
1440
|
-
line="
|
|
1440
|
+
line="690">a #StButton</doc>
|
|
1441
1441
|
<type name="Button" c:type="StButton*"/>
|
|
1442
1442
|
</instance-parameter>
|
|
1443
1443
|
</parameters>
|
|
@@ -1447,20 +1447,20 @@ time, breaking the grab.</doc>
|
|
|
1447
1447
|
glib:get-property="icon-name">
|
|
1448
1448
|
<doc xml:space="preserve"
|
|
1449
1449
|
filename="src/st/st-button.c"
|
|
1450
|
-
line="
|
|
1450
|
+
line="540">Get the icon name of the button. If the button isn't showing an icon,
|
|
1451
1451
|
the return value will be %NULL.</doc>
|
|
1452
1452
|
<source-position filename="src/st/st-button.h" line="47"/>
|
|
1453
1453
|
<return-value transfer-ownership="none" nullable="1">
|
|
1454
1454
|
<doc xml:space="preserve"
|
|
1455
1455
|
filename="src/st/st-button.c"
|
|
1456
|
-
line="
|
|
1456
|
+
line="547">the icon name of the button</doc>
|
|
1457
1457
|
<type name="utf8" c:type="const char*"/>
|
|
1458
1458
|
</return-value>
|
|
1459
1459
|
<parameters>
|
|
1460
1460
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1461
1461
|
<doc xml:space="preserve"
|
|
1462
1462
|
filename="src/st/st-button.c"
|
|
1463
|
-
line="
|
|
1463
|
+
line="542">a #StButton</doc>
|
|
1464
1464
|
<type name="Button" c:type="StButton*"/>
|
|
1465
1465
|
</instance-parameter>
|
|
1466
1466
|
</parameters>
|
|
@@ -1470,20 +1470,20 @@ the return value will be %NULL.</doc>
|
|
|
1470
1470
|
glib:get-property="label">
|
|
1471
1471
|
<doc xml:space="preserve"
|
|
1472
1472
|
filename="src/st/st-button.c"
|
|
1473
|
-
line="
|
|
1473
|
+
line="471">Get the text displayed on the button. If the label is empty, an empty string
|
|
1474
1474
|
will be returned instead of %NULL.</doc>
|
|
1475
1475
|
<source-position filename="src/st/st-button.h" line="44"/>
|
|
1476
1476
|
<return-value transfer-ownership="none">
|
|
1477
1477
|
<doc xml:space="preserve"
|
|
1478
1478
|
filename="src/st/st-button.c"
|
|
1479
|
-
line="
|
|
1479
|
+
line="478">the text for the button</doc>
|
|
1480
1480
|
<type name="utf8" c:type="const gchar*"/>
|
|
1481
1481
|
</return-value>
|
|
1482
1482
|
<parameters>
|
|
1483
1483
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1484
1484
|
<doc xml:space="preserve"
|
|
1485
1485
|
filename="src/st/st-button.c"
|
|
1486
|
-
line="
|
|
1486
|
+
line="473">a #StButton</doc>
|
|
1487
1487
|
<type name="Button" c:type="StButton*"/>
|
|
1488
1488
|
</instance-parameter>
|
|
1489
1489
|
</parameters>
|
|
@@ -1493,19 +1493,19 @@ will be returned instead of %NULL.</doc>
|
|
|
1493
1493
|
glib:get-property="pressed">
|
|
1494
1494
|
<doc xml:space="preserve"
|
|
1495
1495
|
filename="src/st/st-button.c"
|
|
1496
|
-
line="
|
|
1496
|
+
line="734">Get the #StButton:pressed property of a #StButton</doc>
|
|
1497
1497
|
<source-position filename="src/st/st-button.h" line="56"/>
|
|
1498
1498
|
<return-value transfer-ownership="none">
|
|
1499
1499
|
<doc xml:space="preserve"
|
|
1500
1500
|
filename="src/st/st-button.c"
|
|
1501
|
-
line="
|
|
1501
|
+
line="740">%TRUE if the button is pressed, or %FALSE if not</doc>
|
|
1502
1502
|
<type name="gboolean" c:type="gboolean"/>
|
|
1503
1503
|
</return-value>
|
|
1504
1504
|
<parameters>
|
|
1505
1505
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1506
1506
|
<doc xml:space="preserve"
|
|
1507
1507
|
filename="src/st/st-button.c"
|
|
1508
|
-
line="
|
|
1508
|
+
line="736">a #StButton</doc>
|
|
1509
1509
|
<type name="Button" c:type="StButton*"/>
|
|
1510
1510
|
</instance-parameter>
|
|
1511
1511
|
</parameters>
|
|
@@ -1515,19 +1515,19 @@ will be returned instead of %NULL.</doc>
|
|
|
1515
1515
|
glib:get-property="toggle-mode">
|
|
1516
1516
|
<doc xml:space="preserve"
|
|
1517
1517
|
filename="src/st/st-button.c"
|
|
1518
|
-
line="
|
|
1518
|
+
line="646">Get the toggle mode status of the button.</doc>
|
|
1519
1519
|
<source-position filename="src/st/st-button.h" line="52"/>
|
|
1520
1520
|
<return-value transfer-ownership="none">
|
|
1521
1521
|
<doc xml:space="preserve"
|
|
1522
1522
|
filename="src/st/st-button.c"
|
|
1523
|
-
line="
|
|
1523
|
+
line="652">%TRUE if toggle mode is set, otherwise %FALSE</doc>
|
|
1524
1524
|
<type name="gboolean" c:type="gboolean"/>
|
|
1525
1525
|
</return-value>
|
|
1526
1526
|
<parameters>
|
|
1527
1527
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1528
1528
|
<doc xml:space="preserve"
|
|
1529
1529
|
filename="src/st/st-button.c"
|
|
1530
|
-
line="
|
|
1530
|
+
line="648">a #StButton</doc>
|
|
1531
1531
|
<type name="Button" c:type="StButton*"/>
|
|
1532
1532
|
</instance-parameter>
|
|
1533
1533
|
</parameters>
|
|
@@ -1537,7 +1537,7 @@ will be returned instead of %NULL.</doc>
|
|
|
1537
1537
|
glib:set-property="button-mask">
|
|
1538
1538
|
<doc xml:space="preserve"
|
|
1539
1539
|
filename="src/st/st-button.c"
|
|
1540
|
-
line="
|
|
1540
|
+
line="621">Sets which mouse buttons @button emits #StButton::clicked for.</doc>
|
|
1541
1541
|
<source-position filename="src/st/st-button.h" line="76"/>
|
|
1542
1542
|
<return-value transfer-ownership="none">
|
|
1543
1543
|
<type name="none" c:type="void"/>
|
|
@@ -1546,13 +1546,13 @@ will be returned instead of %NULL.</doc>
|
|
|
1546
1546
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1547
1547
|
<doc xml:space="preserve"
|
|
1548
1548
|
filename="src/st/st-button.c"
|
|
1549
|
-
line="
|
|
1549
|
+
line="623">a #Stbutton</doc>
|
|
1550
1550
|
<type name="Button" c:type="StButton*"/>
|
|
1551
1551
|
</instance-parameter>
|
|
1552
1552
|
<parameter name="mask" transfer-ownership="none">
|
|
1553
1553
|
<doc xml:space="preserve"
|
|
1554
1554
|
filename="src/st/st-button.c"
|
|
1555
|
-
line="
|
|
1555
|
+
line="624">the mask of mouse buttons that @button responds to</doc>
|
|
1556
1556
|
<type name="ButtonMask" c:type="StButtonMask"/>
|
|
1557
1557
|
</parameter>
|
|
1558
1558
|
</parameters>
|
|
@@ -1562,7 +1562,7 @@ will be returned instead of %NULL.</doc>
|
|
|
1562
1562
|
glib:set-property="checked">
|
|
1563
1563
|
<doc xml:space="preserve"
|
|
1564
1564
|
filename="src/st/st-button.c"
|
|
1565
|
-
line="
|
|
1565
|
+
line="704">Set the #StButton:checked property of the button. This is only really useful
|
|
1566
1566
|
if the button has #StButton:toggle-mode property set to %TRUE.</doc>
|
|
1567
1567
|
<source-position filename="src/st/st-button.h" line="53"/>
|
|
1568
1568
|
<return-value transfer-ownership="none">
|
|
@@ -1572,13 +1572,13 @@ if the button has #StButton:toggle-mode property set to %TRUE.</doc>
|
|
|
1572
1572
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1573
1573
|
<doc xml:space="preserve"
|
|
1574
1574
|
filename="src/st/st-button.c"
|
|
1575
|
-
line="
|
|
1575
|
+
line="706">a #Stbutton</doc>
|
|
1576
1576
|
<type name="Button" c:type="StButton*"/>
|
|
1577
1577
|
</instance-parameter>
|
|
1578
1578
|
<parameter name="checked" transfer-ownership="none">
|
|
1579
1579
|
<doc xml:space="preserve"
|
|
1580
1580
|
filename="src/st/st-button.c"
|
|
1581
|
-
line="
|
|
1581
|
+
line="707">%TRUE or %FALSE</doc>
|
|
1582
1582
|
<type name="gboolean" c:type="gboolean"/>
|
|
1583
1583
|
</parameter>
|
|
1584
1584
|
</parameters>
|
|
@@ -1588,7 +1588,7 @@ if the button has #StButton:toggle-mode property set to %TRUE.</doc>
|
|
|
1588
1588
|
glib:set-property="icon-name">
|
|
1589
1589
|
<doc xml:space="preserve"
|
|
1590
1590
|
filename="src/st/st-button.c"
|
|
1591
|
-
line="
|
|
1591
|
+
line="562">Adds an `StIcon` with the given icon name as a child.
|
|
1592
1592
|
|
|
1593
1593
|
If @button already contains a child actor, that child will
|
|
1594
1594
|
be removed and replaced with the icon.</doc>
|
|
@@ -1600,13 +1600,13 @@ be removed and replaced with the icon.</doc>
|
|
|
1600
1600
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1601
1601
|
<doc xml:space="preserve"
|
|
1602
1602
|
filename="src/st/st-button.c"
|
|
1603
|
-
line="
|
|
1603
|
+
line="564">a #Stbutton</doc>
|
|
1604
1604
|
<type name="Button" c:type="StButton*"/>
|
|
1605
1605
|
</instance-parameter>
|
|
1606
1606
|
<parameter name="icon_name" transfer-ownership="none">
|
|
1607
1607
|
<doc xml:space="preserve"
|
|
1608
1608
|
filename="src/st/st-button.c"
|
|
1609
|
-
line="
|
|
1609
|
+
line="565">an icon name</doc>
|
|
1610
1610
|
<type name="utf8" c:type="const char*"/>
|
|
1611
1611
|
</parameter>
|
|
1612
1612
|
</parameters>
|
|
@@ -1616,7 +1616,7 @@ be removed and replaced with the icon.</doc>
|
|
|
1616
1616
|
glib:set-property="label">
|
|
1617
1617
|
<doc xml:space="preserve"
|
|
1618
1618
|
filename="src/st/st-button.c"
|
|
1619
|
-
line="
|
|
1619
|
+
line="488">Sets the text displayed on the button.</doc>
|
|
1620
1620
|
<source-position filename="src/st/st-button.h" line="45"/>
|
|
1621
1621
|
<return-value transfer-ownership="none">
|
|
1622
1622
|
<type name="none" c:type="void"/>
|
|
@@ -1625,7 +1625,7 @@ be removed and replaced with the icon.</doc>
|
|
|
1625
1625
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1626
1626
|
<doc xml:space="preserve"
|
|
1627
1627
|
filename="src/st/st-button.c"
|
|
1628
|
-
line="
|
|
1628
|
+
line="490">a #Stbutton</doc>
|
|
1629
1629
|
<type name="Button" c:type="StButton*"/>
|
|
1630
1630
|
</instance-parameter>
|
|
1631
1631
|
<parameter name="text"
|
|
@@ -1634,7 +1634,7 @@ be removed and replaced with the icon.</doc>
|
|
|
1634
1634
|
allow-none="1">
|
|
1635
1635
|
<doc xml:space="preserve"
|
|
1636
1636
|
filename="src/st/st-button.c"
|
|
1637
|
-
line="
|
|
1637
|
+
line="491">text to set the label to</doc>
|
|
1638
1638
|
<type name="utf8" c:type="const gchar*"/>
|
|
1639
1639
|
</parameter>
|
|
1640
1640
|
</parameters>
|
|
@@ -1644,7 +1644,7 @@ be removed and replaced with the icon.</doc>
|
|
|
1644
1644
|
glib:set-property="toggle-mode">
|
|
1645
1645
|
<doc xml:space="preserve"
|
|
1646
1646
|
filename="src/st/st-button.c"
|
|
1647
|
-
line="
|
|
1647
|
+
line="662">Enables or disables toggle mode for the button. In toggle mode, the checked
|
|
1648
1648
|
state will be "toggled" when the user clicks the button.</doc>
|
|
1649
1649
|
<source-position filename="src/st/st-button.h" line="50"/>
|
|
1650
1650
|
<return-value transfer-ownership="none">
|
|
@@ -1654,13 +1654,13 @@ state will be "toggled" when the user clicks the button.</doc>
|
|
|
1654
1654
|
<instance-parameter name="button" transfer-ownership="none">
|
|
1655
1655
|
<doc xml:space="preserve"
|
|
1656
1656
|
filename="src/st/st-button.c"
|
|
1657
|
-
line="
|
|
1657
|
+
line="664">a #Stbutton</doc>
|
|
1658
1658
|
<type name="Button" c:type="StButton*"/>
|
|
1659
1659
|
</instance-parameter>
|
|
1660
1660
|
<parameter name="toggle" transfer-ownership="none">
|
|
1661
1661
|
<doc xml:space="preserve"
|
|
1662
1662
|
filename="src/st/st-button.c"
|
|
1663
|
-
line="
|
|
1663
|
+
line="665">%TRUE or %FALSE</doc>
|
|
1664
1664
|
<type name="gboolean" c:type="gboolean"/>
|
|
1665
1665
|
</parameter>
|
|
1666
1666
|
</parameters>
|
|
@@ -1673,7 +1673,7 @@ state will be "toggled" when the user clicks the button.</doc>
|
|
|
1673
1673
|
default-value="ST_BUTTON_ONE">
|
|
1674
1674
|
<doc xml:space="preserve"
|
|
1675
1675
|
filename="src/st/st-button.c"
|
|
1676
|
-
line="
|
|
1676
|
+
line="357">Which buttons will trigger the #StButton::clicked signal.</doc>
|
|
1677
1677
|
<type name="ButtonMask"/>
|
|
1678
1678
|
</property>
|
|
1679
1679
|
<property name="checked"
|
|
@@ -1684,7 +1684,7 @@ state will be "toggled" when the user clicks the button.</doc>
|
|
|
1684
1684
|
default-value="FALSE">
|
|
1685
1685
|
<doc xml:space="preserve"
|
|
1686
1686
|
filename="src/st/st-button.c"
|
|
1687
|
-
line="
|
|
1687
|
+
line="377">If #StButton:toggle-mode is %TRUE, indicates if the #StButton is toggled
|
|
1688
1688
|
"on" or "off".
|
|
1689
1689
|
|
|
1690
1690
|
When the value is %TRUE, the #StButton will have the `checked` CSS
|
|
@@ -1699,7 +1699,7 @@ pseudo-class set.</doc>
|
|
|
1699
1699
|
default-value="NULL">
|
|
1700
1700
|
<doc xml:space="preserve"
|
|
1701
1701
|
filename="src/st/st-button.c"
|
|
1702
|
-
line="
|
|
1702
|
+
line="347">The icon name of the #StButton.</doc>
|
|
1703
1703
|
<type name="utf8" c:type="gchar*"/>
|
|
1704
1704
|
</property>
|
|
1705
1705
|
<property name="label"
|
|
@@ -1710,7 +1710,7 @@ pseudo-class set.</doc>
|
|
|
1710
1710
|
default-value="NULL">
|
|
1711
1711
|
<doc xml:space="preserve"
|
|
1712
1712
|
filename="src/st/st-button.c"
|
|
1713
|
-
line="
|
|
1713
|
+
line="337">The label of the #StButton.</doc>
|
|
1714
1714
|
<type name="utf8" c:type="gchar*"/>
|
|
1715
1715
|
</property>
|
|
1716
1716
|
<property name="pressed"
|
|
@@ -1719,7 +1719,7 @@ pseudo-class set.</doc>
|
|
|
1719
1719
|
default-value="FALSE">
|
|
1720
1720
|
<doc xml:space="preserve"
|
|
1721
1721
|
filename="src/st/st-button.c"
|
|
1722
|
-
line="
|
|
1722
|
+
line="391">In contrast to #StButton:checked, this property indicates whether the
|
|
1723
1723
|
#StButton is being actively pressed, rather than just in the "on" state.</doc>
|
|
1724
1724
|
<type name="gboolean" c:type="gboolean"/>
|
|
1725
1725
|
</property>
|
|
@@ -1731,7 +1731,7 @@ pseudo-class set.</doc>
|
|
|
1731
1731
|
default-value="FALSE">
|
|
1732
1732
|
<doc xml:space="preserve"
|
|
1733
1733
|
filename="src/st/st-button.c"
|
|
1734
|
-
line="
|
|
1734
|
+
line="367">Whether the #StButton is operating in toggle mode (on/off).</doc>
|
|
1735
1735
|
<type name="gboolean" c:type="gboolean"/>
|
|
1736
1736
|
</property>
|
|
1737
1737
|
<field name="parent_instance">
|
|
@@ -1740,7 +1740,7 @@ pseudo-class set.</doc>
|
|
|
1740
1740
|
<glib:signal name="clicked" when="last">
|
|
1741
1741
|
<doc xml:space="preserve"
|
|
1742
1742
|
filename="src/st/st-button.c"
|
|
1743
|
-
line="
|
|
1743
|
+
line="405">Emitted when the user activates the button, either with a mouse press and
|
|
1744
1744
|
release or with the keyboard.</doc>
|
|
1745
1745
|
<return-value transfer-ownership="none">
|
|
1746
1746
|
<type name="none" c:type="void"/>
|
|
@@ -1749,7 +1749,7 @@ release or with the keyboard.</doc>
|
|
|
1749
1749
|
<parameter name="clicked_button" transfer-ownership="none">
|
|
1750
1750
|
<doc xml:space="preserve"
|
|
1751
1751
|
filename="src/st/st-button.c"
|
|
1752
|
-
line="
|
|
1752
|
+
line="408">the mouse button that was used</doc>
|
|
1753
1753
|
<type name="gint" c:type="gint"/>
|
|
1754
1754
|
</parameter>
|
|
1755
1755
|
</parameters>
|
|
@@ -4051,25 +4051,25 @@ If the reference count drops to 0, all memory allocated by the
|
|
|
4051
4051
|
c:identifier="st_icon_info_new_for_pixbuf">
|
|
4052
4052
|
<doc xml:space="preserve"
|
|
4053
4053
|
filename="src/st/st-icon-theme.c"
|
|
4054
|
-
line="
|
|
4054
|
+
line="4303">Creates a #StIconInfo for a #GdkPixbuf.</doc>
|
|
4055
4055
|
<source-position filename="src/st/st-icon-theme.h" line="171"/>
|
|
4056
4056
|
<return-value transfer-ownership="full">
|
|
4057
4057
|
<doc xml:space="preserve"
|
|
4058
4058
|
filename="src/st/st-icon-theme.c"
|
|
4059
|
-
line="
|
|
4059
|
+
line="4310">a #StIconInfo</doc>
|
|
4060
4060
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4061
4061
|
</return-value>
|
|
4062
4062
|
<parameters>
|
|
4063
4063
|
<parameter name="icon_theme" transfer-ownership="none">
|
|
4064
4064
|
<doc xml:space="preserve"
|
|
4065
4065
|
filename="src/st/st-icon-theme.c"
|
|
4066
|
-
line="
|
|
4066
|
+
line="4305">a #StIconTheme</doc>
|
|
4067
4067
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
4068
4068
|
</parameter>
|
|
4069
4069
|
<parameter name="pixbuf" transfer-ownership="none">
|
|
4070
4070
|
<doc xml:space="preserve"
|
|
4071
4071
|
filename="src/st/st-icon-theme.c"
|
|
4072
|
-
line="
|
|
4072
|
+
line="4306">the pixbuf to wrap in a #StIconInfo</doc>
|
|
4073
4073
|
<type name="GdkPixbuf.Pixbuf" c:type="GdkPixbuf*"/>
|
|
4074
4074
|
</parameter>
|
|
4075
4075
|
</parameters>
|
|
@@ -4077,7 +4077,7 @@ If the reference count drops to 0, all memory allocated by the
|
|
|
4077
4077
|
<method name="get_base_scale" c:identifier="st_icon_info_get_base_scale">
|
|
4078
4078
|
<doc xml:space="preserve"
|
|
4079
4079
|
filename="src/st/st-icon-theme.c"
|
|
4080
|
-
line="
|
|
4080
|
+
line="2913">Gets the base scale for the icon.
|
|
4081
4081
|
|
|
4082
4082
|
The base scale is a scale for the icon that was specified by
|
|
4083
4083
|
the icon theme creator. For instance an icon drawn for a
|
|
@@ -4087,14 +4087,14 @@ high-dpi screen with window scale 2 for a base size of 32 will be
|
|
|
4087
4087
|
<return-value transfer-ownership="none">
|
|
4088
4088
|
<doc xml:space="preserve"
|
|
4089
4089
|
filename="src/st/st-icon-theme.c"
|
|
4090
|
-
line="
|
|
4090
|
+
line="2924">the base scale</doc>
|
|
4091
4091
|
<type name="gint" c:type="int"/>
|
|
4092
4092
|
</return-value>
|
|
4093
4093
|
<parameters>
|
|
4094
4094
|
<instance-parameter name="icon_info" transfer-ownership="none">
|
|
4095
4095
|
<doc xml:space="preserve"
|
|
4096
4096
|
filename="src/st/st-icon-theme.c"
|
|
4097
|
-
line="
|
|
4097
|
+
line="2915">a #StIconInfo</doc>
|
|
4098
4098
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4099
4099
|
</instance-parameter>
|
|
4100
4100
|
</parameters>
|
|
@@ -4102,7 +4102,7 @@ high-dpi screen with window scale 2 for a base size of 32 will be
|
|
|
4102
4102
|
<method name="get_base_size" c:identifier="st_icon_info_get_base_size">
|
|
4103
4103
|
<doc xml:space="preserve"
|
|
4104
4104
|
filename="src/st/st-icon-theme.c"
|
|
4105
|
-
line="
|
|
4105
|
+
line="2885">Gets the base size for the icon.
|
|
4106
4106
|
|
|
4107
4107
|
The base size is a size for the icon that was specified by
|
|
4108
4108
|
the icon theme creator. This may be different
|
|
@@ -4118,7 +4118,7 @@ not include the base scale.</doc>
|
|
|
4118
4118
|
<return-value transfer-ownership="none">
|
|
4119
4119
|
<doc xml:space="preserve"
|
|
4120
4120
|
filename="src/st/st-icon-theme.c"
|
|
4121
|
-
line="
|
|
4121
|
+
line="2902">the base size, or 0, if no base
|
|
4122
4122
|
size is known for the icon.</doc>
|
|
4123
4123
|
<type name="gint" c:type="int"/>
|
|
4124
4124
|
</return-value>
|
|
@@ -4126,7 +4126,7 @@ not include the base scale.</doc>
|
|
|
4126
4126
|
<instance-parameter name="icon_info" transfer-ownership="none">
|
|
4127
4127
|
<doc xml:space="preserve"
|
|
4128
4128
|
filename="src/st/st-icon-theme.c"
|
|
4129
|
-
line="
|
|
4129
|
+
line="2887">a #StIconInfo</doc>
|
|
4130
4130
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4131
4131
|
</instance-parameter>
|
|
4132
4132
|
</parameters>
|
|
@@ -4134,12 +4134,12 @@ not include the base scale.</doc>
|
|
|
4134
4134
|
<method name="get_filename" c:identifier="st_icon_info_get_filename">
|
|
4135
4135
|
<doc xml:space="preserve"
|
|
4136
4136
|
filename="src/st/st-icon-theme.c"
|
|
4137
|
-
line="
|
|
4137
|
+
line="2934">Gets the filename for the icon.</doc>
|
|
4138
4138
|
<source-position filename="src/st/st-icon-theme.h" line="178"/>
|
|
4139
4139
|
<return-value transfer-ownership="none" nullable="1">
|
|
4140
4140
|
<doc xml:space="preserve"
|
|
4141
4141
|
filename="src/st/st-icon-theme.c"
|
|
4142
|
-
line="
|
|
4142
|
+
line="2940">the filename for the icon.
|
|
4143
4143
|
The return value is owned by GTK+ and should not be modified
|
|
4144
4144
|
or freed.</doc>
|
|
4145
4145
|
<type name="filename" c:type="const char*"/>
|
|
@@ -4148,7 +4148,7 @@ not include the base scale.</doc>
|
|
|
4148
4148
|
<instance-parameter name="icon_info" transfer-ownership="none">
|
|
4149
4149
|
<doc xml:space="preserve"
|
|
4150
4150
|
filename="src/st/st-icon-theme.c"
|
|
4151
|
-
line="
|
|
4151
|
+
line="2936">a #StIconInfo</doc>
|
|
4152
4152
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4153
4153
|
</instance-parameter>
|
|
4154
4154
|
</parameters>
|
|
@@ -4156,7 +4156,7 @@ not include the base scale.</doc>
|
|
|
4156
4156
|
<method name="is_symbolic" c:identifier="st_icon_info_is_symbolic">
|
|
4157
4157
|
<doc xml:space="preserve"
|
|
4158
4158
|
filename="src/st/st-icon-theme.c"
|
|
4159
|
-
line="
|
|
4159
|
+
line="2952">Checks if the icon is symbolic or not.
|
|
4160
4160
|
|
|
4161
4161
|
This currently uses only the file name and not
|
|
4162
4162
|
the file contents for determining this.
|
|
@@ -4165,14 +4165,14 @@ This behaviour may change in the future.</doc>
|
|
|
4165
4165
|
<return-value transfer-ownership="none">
|
|
4166
4166
|
<doc xml:space="preserve"
|
|
4167
4167
|
filename="src/st/st-icon-theme.c"
|
|
4168
|
-
line="
|
|
4168
|
+
line="2962">%TRUE if the icon is symbolic, %FALSE otherwise</doc>
|
|
4169
4169
|
<type name="gboolean" c:type="gboolean"/>
|
|
4170
4170
|
</return-value>
|
|
4171
4171
|
<parameters>
|
|
4172
4172
|
<instance-parameter name="icon_info" transfer-ownership="none">
|
|
4173
4173
|
<doc xml:space="preserve"
|
|
4174
4174
|
filename="src/st/st-icon-theme.c"
|
|
4175
|
-
line="
|
|
4175
|
+
line="2954">a #StIconInfo</doc>
|
|
4176
4176
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4177
4177
|
</instance-parameter>
|
|
4178
4178
|
</parameters>
|
|
@@ -4183,7 +4183,7 @@ This behaviour may change in the future.</doc>
|
|
|
4183
4183
|
glib:async-func="load_icon_async">
|
|
4184
4184
|
<doc xml:space="preserve"
|
|
4185
4185
|
filename="src/st/st-icon-theme.c"
|
|
4186
|
-
line="
|
|
4186
|
+
line="3408">Renders an icon previously looked up in an icon theme using
|
|
4187
4187
|
[method@St.IconTheme.lookup_icon]; the size will be based on the size
|
|
4188
4188
|
passed to [method@St.IconTheme.lookup_icon]. Note that the resulting
|
|
4189
4189
|
pixbuf may not be exactly this size; an icon theme may have icons
|
|
@@ -4198,7 +4198,7 @@ returned by this function will be scaled to the exact size.</doc>
|
|
|
4198
4198
|
<return-value transfer-ownership="full">
|
|
4199
4199
|
<doc xml:space="preserve"
|
|
4200
4200
|
filename="src/st/st-icon-theme.c"
|
|
4201
|
-
line="
|
|
4201
|
+
line="3426">the rendered icon; this may be a newly
|
|
4202
4202
|
created icon or a new reference to an internal icon, so you must
|
|
4203
4203
|
not modify the icon. Use g_object_unref() to release your reference
|
|
4204
4204
|
to the icon.</doc>
|
|
@@ -4208,7 +4208,7 @@ returned by this function will be scaled to the exact size.</doc>
|
|
|
4208
4208
|
<instance-parameter name="icon_info" transfer-ownership="none">
|
|
4209
4209
|
<doc xml:space="preserve"
|
|
4210
4210
|
filename="src/st/st-icon-theme.c"
|
|
4211
|
-
line="
|
|
4211
|
+
line="3410">a #StIconInfo</doc>
|
|
4212
4212
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4213
4213
|
</instance-parameter>
|
|
4214
4214
|
</parameters>
|
|
@@ -4219,7 +4219,7 @@ returned by this function will be scaled to the exact size.</doc>
|
|
|
4219
4219
|
glib:sync-func="load_icon">
|
|
4220
4220
|
<doc xml:space="preserve"
|
|
4221
4221
|
filename="src/st/st-icon-theme.c"
|
|
4222
|
-
line="
|
|
4222
|
+
line="3491">Asynchronously load, render and scale an icon previously looked up
|
|
4223
4223
|
from the icon theme using [method@St.IconTheme.lookup_icon].
|
|
4224
4224
|
|
|
4225
4225
|
For more details, see [method@St.IconInfo.load_icon] which is the synchronous
|
|
@@ -4232,7 +4232,7 @@ version of this call.</doc>
|
|
|
4232
4232
|
<instance-parameter name="icon_info" transfer-ownership="none">
|
|
4233
4233
|
<doc xml:space="preserve"
|
|
4234
4234
|
filename="src/st/st-icon-theme.c"
|
|
4235
|
-
line="
|
|
4235
|
+
line="3493">a #StIconInfo</doc>
|
|
4236
4236
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4237
4237
|
</instance-parameter>
|
|
4238
4238
|
<parameter name="cancellable"
|
|
@@ -4241,7 +4241,7 @@ version of this call.</doc>
|
|
|
4241
4241
|
allow-none="1">
|
|
4242
4242
|
<doc xml:space="preserve"
|
|
4243
4243
|
filename="src/st/st-icon-theme.c"
|
|
4244
|
-
line="
|
|
4244
|
+
line="3494">optional #GCancellable object, %NULL to ignore</doc>
|
|
4245
4245
|
<type name="Gio.Cancellable" c:type="GCancellable*"/>
|
|
4246
4246
|
</parameter>
|
|
4247
4247
|
<parameter name="callback"
|
|
@@ -4252,7 +4252,7 @@ version of this call.</doc>
|
|
|
4252
4252
|
closure="2">
|
|
4253
4253
|
<doc xml:space="preserve"
|
|
4254
4254
|
filename="src/st/st-icon-theme.c"
|
|
4255
|
-
line="
|
|
4255
|
+
line="3495">a #GAsyncReadyCallback to call when the
|
|
4256
4256
|
request is satisfied</doc>
|
|
4257
4257
|
<type name="Gio.AsyncReadyCallback" c:type="GAsyncReadyCallback"/>
|
|
4258
4258
|
</parameter>
|
|
@@ -4262,7 +4262,7 @@ version of this call.</doc>
|
|
|
4262
4262
|
allow-none="1">
|
|
4263
4263
|
<doc xml:space="preserve"
|
|
4264
4264
|
filename="src/st/st-icon-theme.c"
|
|
4265
|
-
line="
|
|
4265
|
+
line="3497">the data to pass to callback function</doc>
|
|
4266
4266
|
<type name="gpointer" c:type="gpointer"/>
|
|
4267
4267
|
</parameter>
|
|
4268
4268
|
</parameters>
|
|
@@ -4272,12 +4272,12 @@ version of this call.</doc>
|
|
|
4272
4272
|
throws="1">
|
|
4273
4273
|
<doc xml:space="preserve"
|
|
4274
4274
|
filename="src/st/st-icon-theme.c"
|
|
4275
|
-
line="
|
|
4275
|
+
line="3536">Finishes an async icon load, see st_icon_info_load_icon_async().</doc>
|
|
4276
4276
|
<source-position filename="src/st/st-icon-theme.h" line="190"/>
|
|
4277
4277
|
<return-value transfer-ownership="full">
|
|
4278
4278
|
<doc xml:space="preserve"
|
|
4279
4279
|
filename="src/st/st-icon-theme.c"
|
|
4280
|
-
line="
|
|
4280
|
+
line="3545">the rendered icon; this may be a newly
|
|
4281
4281
|
created icon or a new reference to an internal icon, so you must
|
|
4282
4282
|
not modify the icon. Use g_object_unref() to release your reference
|
|
4283
4283
|
to the icon.</doc>
|
|
@@ -4287,13 +4287,13 @@ version of this call.</doc>
|
|
|
4287
4287
|
<instance-parameter name="icon_info" transfer-ownership="none">
|
|
4288
4288
|
<doc xml:space="preserve"
|
|
4289
4289
|
filename="src/st/st-icon-theme.c"
|
|
4290
|
-
line="
|
|
4290
|
+
line="3538">a #StIconInfo</doc>
|
|
4291
4291
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4292
4292
|
</instance-parameter>
|
|
4293
4293
|
<parameter name="res" transfer-ownership="none">
|
|
4294
4294
|
<doc xml:space="preserve"
|
|
4295
4295
|
filename="src/st/st-icon-theme.c"
|
|
4296
|
-
line="
|
|
4296
|
+
line="3539">a #GAsyncResult</doc>
|
|
4297
4297
|
<type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
|
|
4298
4298
|
</parameter>
|
|
4299
4299
|
</parameters>
|
|
@@ -4304,7 +4304,7 @@ version of this call.</doc>
|
|
|
4304
4304
|
glib:async-func="load_symbolic_async">
|
|
4305
4305
|
<doc xml:space="preserve"
|
|
4306
4306
|
filename="src/st/st-icon-theme.c"
|
|
4307
|
-
line="
|
|
4307
|
+
line="3925">Loads an icon, modifying it to match the system colours for the foreground,
|
|
4308
4308
|
success, warning and error colors provided. If the icon is not a symbolic
|
|
4309
4309
|
one, the function will return the result from [method@St.IconInfo.load_icon].
|
|
4310
4310
|
|
|
@@ -4324,20 +4324,20 @@ for more information about symbolic icons.</doc>
|
|
|
4324
4324
|
<return-value transfer-ownership="full">
|
|
4325
4325
|
<doc xml:space="preserve"
|
|
4326
4326
|
filename="src/st/st-icon-theme.c"
|
|
4327
|
-
line="
|
|
4327
|
+
line="3952">a #GdkPixbuf representing the loaded icon</doc>
|
|
4328
4328
|
<type name="GdkPixbuf.Pixbuf" c:type="GdkPixbuf*"/>
|
|
4329
4329
|
</return-value>
|
|
4330
4330
|
<parameters>
|
|
4331
4331
|
<instance-parameter name="icon_info" transfer-ownership="none">
|
|
4332
4332
|
<doc xml:space="preserve"
|
|
4333
4333
|
filename="src/st/st-icon-theme.c"
|
|
4334
|
-
line="
|
|
4334
|
+
line="3927">a #StIconInfo</doc>
|
|
4335
4335
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4336
4336
|
</instance-parameter>
|
|
4337
4337
|
<parameter name="colors" transfer-ownership="none">
|
|
4338
4338
|
<doc xml:space="preserve"
|
|
4339
4339
|
filename="src/st/st-icon-theme.c"
|
|
4340
|
-
line="
|
|
4340
|
+
line="3928">a #StIconColors representing the foreground, warning and error colors</doc>
|
|
4341
4341
|
<type name="IconColors" c:type="StIconColors*"/>
|
|
4342
4342
|
</parameter>
|
|
4343
4343
|
<parameter name="was_symbolic"
|
|
@@ -4348,7 +4348,7 @@ for more information about symbolic icons.</doc>
|
|
|
4348
4348
|
allow-none="1">
|
|
4349
4349
|
<doc xml:space="preserve"
|
|
4350
4350
|
filename="src/st/st-icon-theme.c"
|
|
4351
|
-
line="
|
|
4351
|
+
line="3929">a #gboolean, returns whether the
|
|
4352
4352
|
loaded icon was a symbolic one and whether the @fg color was
|
|
4353
4353
|
applied to it.</doc>
|
|
4354
4354
|
<type name="gboolean" c:type="gboolean*"/>
|
|
@@ -4361,7 +4361,7 @@ for more information about symbolic icons.</doc>
|
|
|
4361
4361
|
glib:sync-func="load_symbolic">
|
|
4362
4362
|
<doc xml:space="preserve"
|
|
4363
4363
|
filename="src/st/st-icon-theme.c"
|
|
4364
|
-
line="
|
|
4364
|
+
line="4033">Asynchronously load, render and scale a symbolic icon previously looked up
|
|
4365
4365
|
from the icon theme using [method@St.IconTheme.lookup_icon].
|
|
4366
4366
|
|
|
4367
4367
|
For more details, see st_icon_info_load_symbolic() which is the synchronous
|
|
@@ -4374,13 +4374,13 @@ version of this call.</doc>
|
|
|
4374
4374
|
<instance-parameter name="icon_info" transfer-ownership="none">
|
|
4375
4375
|
<doc xml:space="preserve"
|
|
4376
4376
|
filename="src/st/st-icon-theme.c"
|
|
4377
|
-
line="
|
|
4377
|
+
line="4035">a #StIconInfo</doc>
|
|
4378
4378
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4379
4379
|
</instance-parameter>
|
|
4380
4380
|
<parameter name="colors" transfer-ownership="none">
|
|
4381
4381
|
<doc xml:space="preserve"
|
|
4382
4382
|
filename="src/st/st-icon-theme.c"
|
|
4383
|
-
line="
|
|
4383
|
+
line="4036">an #StIconColors representing the foreground, error and
|
|
4384
4384
|
success colors of the icon</doc>
|
|
4385
4385
|
<type name="IconColors" c:type="StIconColors*"/>
|
|
4386
4386
|
</parameter>
|
|
@@ -4390,7 +4390,7 @@ version of this call.</doc>
|
|
|
4390
4390
|
allow-none="1">
|
|
4391
4391
|
<doc xml:space="preserve"
|
|
4392
4392
|
filename="src/st/st-icon-theme.c"
|
|
4393
|
-
line="
|
|
4393
|
+
line="4038">optional #GCancellable object,
|
|
4394
4394
|
%NULL to ignore</doc>
|
|
4395
4395
|
<type name="Gio.Cancellable" c:type="GCancellable*"/>
|
|
4396
4396
|
</parameter>
|
|
@@ -4402,7 +4402,7 @@ version of this call.</doc>
|
|
|
4402
4402
|
closure="3">
|
|
4403
4403
|
<doc xml:space="preserve"
|
|
4404
4404
|
filename="src/st/st-icon-theme.c"
|
|
4405
|
-
line="
|
|
4405
|
+
line="4040">a #GAsyncReadyCallback to call when the
|
|
4406
4406
|
request is satisfied</doc>
|
|
4407
4407
|
<type name="Gio.AsyncReadyCallback" c:type="GAsyncReadyCallback"/>
|
|
4408
4408
|
</parameter>
|
|
@@ -4412,7 +4412,7 @@ version of this call.</doc>
|
|
|
4412
4412
|
allow-none="1">
|
|
4413
4413
|
<doc xml:space="preserve"
|
|
4414
4414
|
filename="src/st/st-icon-theme.c"
|
|
4415
|
-
line="
|
|
4415
|
+
line="4042">the data to pass to callback function</doc>
|
|
4416
4416
|
<type name="gpointer" c:type="gpointer"/>
|
|
4417
4417
|
</parameter>
|
|
4418
4418
|
</parameters>
|
|
@@ -4422,12 +4422,12 @@ version of this call.</doc>
|
|
|
4422
4422
|
throws="1">
|
|
4423
4423
|
<doc xml:space="preserve"
|
|
4424
4424
|
filename="src/st/st-icon-theme.c"
|
|
4425
|
-
line="
|
|
4425
|
+
line="4094">Finishes an async icon load, see st_icon_info_load_symbolic_async().</doc>
|
|
4426
4426
|
<source-position filename="src/st/st-icon-theme.h" line="205"/>
|
|
4427
4427
|
<return-value transfer-ownership="full">
|
|
4428
4428
|
<doc xml:space="preserve"
|
|
4429
4429
|
filename="src/st/st-icon-theme.c"
|
|
4430
|
-
line="
|
|
4430
|
+
line="4106">the rendered icon; this may be a newly
|
|
4431
4431
|
created icon or a new reference to an internal icon, so you must
|
|
4432
4432
|
not modify the icon. Use g_object_unref() to release your reference
|
|
4433
4433
|
to the icon.</doc>
|
|
@@ -4437,13 +4437,13 @@ version of this call.</doc>
|
|
|
4437
4437
|
<instance-parameter name="icon_info" transfer-ownership="none">
|
|
4438
4438
|
<doc xml:space="preserve"
|
|
4439
4439
|
filename="src/st/st-icon-theme.c"
|
|
4440
|
-
line="
|
|
4440
|
+
line="4096">a #StIconInfo</doc>
|
|
4441
4441
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4442
4442
|
</instance-parameter>
|
|
4443
4443
|
<parameter name="res" transfer-ownership="none">
|
|
4444
4444
|
<doc xml:space="preserve"
|
|
4445
4445
|
filename="src/st/st-icon-theme.c"
|
|
4446
|
-
line="
|
|
4446
|
+
line="4097">a #GAsyncResult</doc>
|
|
4447
4447
|
<type name="Gio.AsyncResult" c:type="GAsyncResult*"/>
|
|
4448
4448
|
</parameter>
|
|
4449
4449
|
<parameter name="was_symbolic"
|
|
@@ -4454,7 +4454,7 @@ version of this call.</doc>
|
|
|
4454
4454
|
allow-none="1">
|
|
4455
4455
|
<doc xml:space="preserve"
|
|
4456
4456
|
filename="src/st/st-icon-theme.c"
|
|
4457
|
-
line="
|
|
4457
|
+
line="4098">a #gboolean, returns whether the
|
|
4458
4458
|
loaded icon was a symbolic one and whether the @fg color was
|
|
4459
4459
|
applied to it.</doc>
|
|
4460
4460
|
<type name="gboolean" c:type="gboolean*"/>
|
|
@@ -4644,7 +4644,7 @@ to lookup up an icon by name in a particular icon theme.</doc>
|
|
|
4644
4644
|
c:identifier="st_icon_theme_add_resource_path">
|
|
4645
4645
|
<doc xml:space="preserve"
|
|
4646
4646
|
filename="src/st/st-icon-theme.c"
|
|
4647
|
-
line="
|
|
4647
|
+
line="700">Adds a resource path that will be looked at when looking
|
|
4648
4648
|
for icons, similar to search paths.
|
|
4649
4649
|
|
|
4650
4650
|
This function should be used to make application-specific icons
|
|
@@ -4663,13 +4663,13 @@ of a subdirectory are also considered as ultimate fallback.</doc>
|
|
|
4663
4663
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
4664
4664
|
<doc xml:space="preserve"
|
|
4665
4665
|
filename="src/st/st-icon-theme.c"
|
|
4666
|
-
line="
|
|
4666
|
+
line="702">a #StIconTheme</doc>
|
|
4667
4667
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
4668
4668
|
</instance-parameter>
|
|
4669
4669
|
<parameter name="path" transfer-ownership="none">
|
|
4670
4670
|
<doc xml:space="preserve"
|
|
4671
4671
|
filename="src/st/st-icon-theme.c"
|
|
4672
|
-
line="
|
|
4672
|
+
line="703">a resource path</doc>
|
|
4673
4673
|
<type name="utf8" c:type="const char*"/>
|
|
4674
4674
|
</parameter>
|
|
4675
4675
|
</parameters>
|
|
@@ -4678,7 +4678,7 @@ of a subdirectory are also considered as ultimate fallback.</doc>
|
|
|
4678
4678
|
c:identifier="st_icon_theme_append_search_path">
|
|
4679
4679
|
<doc xml:space="preserve"
|
|
4680
4680
|
filename="src/st/st-icon-theme.c"
|
|
4681
|
-
line="
|
|
4681
|
+
line="649">Appends a directory to the search path.
|
|
4682
4682
|
See st_icon_theme_set_search_path().</doc>
|
|
4683
4683
|
<source-position filename="src/st/st-icon-theme.h" line="102"/>
|
|
4684
4684
|
<return-value transfer-ownership="none">
|
|
@@ -4688,13 +4688,13 @@ See st_icon_theme_set_search_path().</doc>
|
|
|
4688
4688
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
4689
4689
|
<doc xml:space="preserve"
|
|
4690
4690
|
filename="src/st/st-icon-theme.c"
|
|
4691
|
-
line="
|
|
4691
|
+
line="651">a #StIconTheme</doc>
|
|
4692
4692
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
4693
4693
|
</instance-parameter>
|
|
4694
4694
|
<parameter name="path" transfer-ownership="none">
|
|
4695
4695
|
<doc xml:space="preserve"
|
|
4696
4696
|
filename="src/st/st-icon-theme.c"
|
|
4697
|
-
line="
|
|
4697
|
+
line="652">directory name to append to the icon path</doc>
|
|
4698
4698
|
<type name="filename" c:type="const char*"/>
|
|
4699
4699
|
</parameter>
|
|
4700
4700
|
</parameters>
|
|
@@ -4702,7 +4702,7 @@ See st_icon_theme_set_search_path().</doc>
|
|
|
4702
4702
|
<method name="choose_icon" c:identifier="st_icon_theme_choose_icon">
|
|
4703
4703
|
<doc xml:space="preserve"
|
|
4704
4704
|
filename="src/st/st-icon-theme.c"
|
|
4705
|
-
line="
|
|
4705
|
+
line="1679">Looks up a named icon and returns a #StIconInfo containing
|
|
4706
4706
|
information such as the filename of the icon. The icon
|
|
4707
4707
|
can then be rendered into a pixbuf using
|
|
4708
4708
|
[method@St.IconInfo.load_icon]. ([method@St.IconTheme.load_icon]
|
|
@@ -4715,7 +4715,7 @@ inherited icon themes.</doc>
|
|
|
4715
4715
|
<return-value transfer-ownership="full" nullable="1">
|
|
4716
4716
|
<doc xml:space="preserve"
|
|
4717
4717
|
filename="src/st/st-icon-theme.c"
|
|
4718
|
-
line="
|
|
4718
|
+
line="1697">a #StIconInfo object
|
|
4719
4719
|
containing information about the icon</doc>
|
|
4720
4720
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4721
4721
|
</return-value>
|
|
@@ -4723,13 +4723,13 @@ containing information about the icon</doc>
|
|
|
4723
4723
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
4724
4724
|
<doc xml:space="preserve"
|
|
4725
4725
|
filename="src/st/st-icon-theme.c"
|
|
4726
|
-
line="
|
|
4726
|
+
line="1681">a #StIconTheme</doc>
|
|
4727
4727
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
4728
4728
|
</instance-parameter>
|
|
4729
4729
|
<parameter name="icon_names" transfer-ownership="none">
|
|
4730
4730
|
<doc xml:space="preserve"
|
|
4731
4731
|
filename="src/st/st-icon-theme.c"
|
|
4732
|
-
line="
|
|
4732
|
+
line="1682">%NULL-terminated array of
|
|
4733
4733
|
icon names to lookup</doc>
|
|
4734
4734
|
<array c:type="const char**">
|
|
4735
4735
|
<type name="utf8" c:type="char*"/>
|
|
@@ -4738,13 +4738,13 @@ containing information about the icon</doc>
|
|
|
4738
4738
|
<parameter name="size" transfer-ownership="none">
|
|
4739
4739
|
<doc xml:space="preserve"
|
|
4740
4740
|
filename="src/st/st-icon-theme.c"
|
|
4741
|
-
line="
|
|
4741
|
+
line="1684">desired icon size</doc>
|
|
4742
4742
|
<type name="gint" c:type="int"/>
|
|
4743
4743
|
</parameter>
|
|
4744
4744
|
<parameter name="flags" transfer-ownership="none">
|
|
4745
4745
|
<doc xml:space="preserve"
|
|
4746
4746
|
filename="src/st/st-icon-theme.c"
|
|
4747
|
-
line="
|
|
4747
|
+
line="1685">flags modifying the behavior of the icon lookup</doc>
|
|
4748
4748
|
<type name="IconLookupFlags" c:type="StIconLookupFlags"/>
|
|
4749
4749
|
</parameter>
|
|
4750
4750
|
</parameters>
|
|
@@ -4753,7 +4753,7 @@ containing information about the icon</doc>
|
|
|
4753
4753
|
c:identifier="st_icon_theme_choose_icon_for_scale">
|
|
4754
4754
|
<doc xml:space="preserve"
|
|
4755
4755
|
filename="src/st/st-icon-theme.c"
|
|
4756
|
-
line="
|
|
4756
|
+
line="1715">Looks up a named icon for a particular window scale and returns
|
|
4757
4757
|
a #StIconInfo containing information such as the filename of the
|
|
4758
4758
|
icon. The icon can then be rendered into a pixbuf using
|
|
4759
4759
|
[method@St.IconInfo.load_icon]. ([method@St.IconTheme.load_icon]
|
|
@@ -4766,7 +4766,7 @@ inherited icon themes.</doc>
|
|
|
4766
4766
|
<return-value transfer-ownership="full" nullable="1">
|
|
4767
4767
|
<doc xml:space="preserve"
|
|
4768
4768
|
filename="src/st/st-icon-theme.c"
|
|
4769
|
-
line="
|
|
4769
|
+
line="1734">a #StIconInfo object
|
|
4770
4770
|
containing information about the icon.</doc>
|
|
4771
4771
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
4772
4772
|
</return-value>
|
|
@@ -4774,13 +4774,13 @@ inherited icon themes.</doc>
|
|
|
4774
4774
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
4775
4775
|
<doc xml:space="preserve"
|
|
4776
4776
|
filename="src/st/st-icon-theme.c"
|
|
4777
|
-
line="
|
|
4777
|
+
line="1717">a #StIconTheme</doc>
|
|
4778
4778
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
4779
4779
|
</instance-parameter>
|
|
4780
4780
|
<parameter name="icon_names" transfer-ownership="none">
|
|
4781
4781
|
<doc xml:space="preserve"
|
|
4782
4782
|
filename="src/st/st-icon-theme.c"
|
|
4783
|
-
line="
|
|
4783
|
+
line="1718">%NULL-terminated
|
|
4784
4784
|
array of icon names to lookup</doc>
|
|
4785
4785
|
<array c:type="const char**">
|
|
4786
4786
|
<type name="utf8" c:type="char*"/>
|
|
@@ -4789,19 +4789,19 @@ inherited icon themes.</doc>
|
|
|
4789
4789
|
<parameter name="size" transfer-ownership="none">
|
|
4790
4790
|
<doc xml:space="preserve"
|
|
4791
4791
|
filename="src/st/st-icon-theme.c"
|
|
4792
|
-
line="
|
|
4792
|
+
line="1720">desired icon size</doc>
|
|
4793
4793
|
<type name="gint" c:type="int"/>
|
|
4794
4794
|
</parameter>
|
|
4795
4795
|
<parameter name="scale" transfer-ownership="none">
|
|
4796
4796
|
<doc xml:space="preserve"
|
|
4797
4797
|
filename="src/st/st-icon-theme.c"
|
|
4798
|
-
line="
|
|
4798
|
+
line="1721">desired scale</doc>
|
|
4799
4799
|
<type name="gint" c:type="int"/>
|
|
4800
4800
|
</parameter>
|
|
4801
4801
|
<parameter name="flags" transfer-ownership="none">
|
|
4802
4802
|
<doc xml:space="preserve"
|
|
4803
4803
|
filename="src/st/st-icon-theme.c"
|
|
4804
|
-
line="
|
|
4804
|
+
line="1722">flags modifying the behavior of the icon lookup</doc>
|
|
4805
4805
|
<type name="IconLookupFlags" c:type="StIconLookupFlags"/>
|
|
4806
4806
|
</parameter>
|
|
4807
4807
|
</parameters>
|
|
@@ -4810,7 +4810,7 @@ inherited icon themes.</doc>
|
|
|
4810
4810
|
c:identifier="st_icon_theme_get_icon_sizes">
|
|
4811
4811
|
<doc xml:space="preserve"
|
|
4812
4812
|
filename="src/st/st-icon-theme.c"
|
|
4813
|
-
line="
|
|
4813
|
+
line="1920">Returns an array of integers describing the sizes at which
|
|
4814
4814
|
the icon is available without scaling. A size of -1 means
|
|
4815
4815
|
that the icon is available in a scalable format. The array
|
|
4816
4816
|
is zero-terminated.</doc>
|
|
@@ -4818,7 +4818,7 @@ is zero-terminated.</doc>
|
|
|
4818
4818
|
<return-value transfer-ownership="full">
|
|
4819
4819
|
<doc xml:space="preserve"
|
|
4820
4820
|
filename="src/st/st-icon-theme.c"
|
|
4821
|
-
line="
|
|
4821
|
+
line="1930">An newly
|
|
4822
4822
|
allocated array describing the sizes at which the icon is
|
|
4823
4823
|
available. The array should be freed with g_free() when it is no
|
|
4824
4824
|
longer needed.</doc>
|
|
@@ -4830,13 +4830,13 @@ longer needed.</doc>
|
|
|
4830
4830
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
4831
4831
|
<doc xml:space="preserve"
|
|
4832
4832
|
filename="src/st/st-icon-theme.c"
|
|
4833
|
-
line="
|
|
4833
|
+
line="1922">a #StIconTheme</doc>
|
|
4834
4834
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
4835
4835
|
</instance-parameter>
|
|
4836
4836
|
<parameter name="icon_name" transfer-ownership="none">
|
|
4837
4837
|
<doc xml:space="preserve"
|
|
4838
4838
|
filename="src/st/st-icon-theme.c"
|
|
4839
|
-
line="
|
|
4839
|
+
line="1923">the name of an icon</doc>
|
|
4840
4840
|
<type name="utf8" c:type="const char*"/>
|
|
4841
4841
|
</parameter>
|
|
4842
4842
|
</parameters>
|
|
@@ -4845,7 +4845,7 @@ longer needed.</doc>
|
|
|
4845
4845
|
c:identifier="st_icon_theme_get_search_path">
|
|
4846
4846
|
<doc xml:space="preserve"
|
|
4847
4847
|
filename="src/st/st-icon-theme.c"
|
|
4848
|
-
line="
|
|
4848
|
+
line="618">Gets the current search path. See st_icon_theme_set_search_path().</doc>
|
|
4849
4849
|
<source-position filename="src/st/st-icon-theme.h" line="98"/>
|
|
4850
4850
|
<return-value transfer-ownership="none">
|
|
4851
4851
|
<type name="none" c:type="void"/>
|
|
@@ -4854,7 +4854,7 @@ longer needed.</doc>
|
|
|
4854
4854
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
4855
4855
|
<doc xml:space="preserve"
|
|
4856
4856
|
filename="src/st/st-icon-theme.c"
|
|
4857
|
-
line="
|
|
4857
|
+
line="620">a #StIconTheme</doc>
|
|
4858
4858
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
4859
4859
|
</instance-parameter>
|
|
4860
4860
|
<parameter name="path"
|
|
@@ -4865,7 +4865,7 @@ longer needed.</doc>
|
|
|
4865
4865
|
allow-none="1">
|
|
4866
4866
|
<doc xml:space="preserve"
|
|
4867
4867
|
filename="src/st/st-icon-theme.c"
|
|
4868
|
-
line="
|
|
4868
|
+
line="621">
|
|
4869
4869
|
location to store a list of icon theme path directories or %NULL.
|
|
4870
4870
|
The stored value should be freed with g_strfreev().</doc>
|
|
4871
4871
|
<array length="1" zero-terminated="0" c:type="char***">
|
|
@@ -4878,7 +4878,7 @@ longer needed.</doc>
|
|
|
4878
4878
|
transfer-ownership="full">
|
|
4879
4879
|
<doc xml:space="preserve"
|
|
4880
4880
|
filename="src/st/st-icon-theme.c"
|
|
4881
|
-
line="
|
|
4881
|
+
line="624">location to store number of elements in @path, or %NULL</doc>
|
|
4882
4882
|
<type name="gint" c:type="int*"/>
|
|
4883
4883
|
</parameter>
|
|
4884
4884
|
</parameters>
|
|
@@ -4886,13 +4886,13 @@ longer needed.</doc>
|
|
|
4886
4886
|
<method name="has_icon" c:identifier="st_icon_theme_has_icon">
|
|
4887
4887
|
<doc xml:space="preserve"
|
|
4888
4888
|
filename="src/st/st-icon-theme.c"
|
|
4889
|
-
line="
|
|
4889
|
+
line="1868">Checks whether an icon theme includes an icon
|
|
4890
4890
|
for a particular name.</doc>
|
|
4891
4891
|
<source-position filename="src/st/st-icon-theme.h" line="111"/>
|
|
4892
4892
|
<return-value transfer-ownership="none">
|
|
4893
4893
|
<doc xml:space="preserve"
|
|
4894
4894
|
filename="src/st/st-icon-theme.c"
|
|
4895
|
-
line="
|
|
4895
|
+
line="1876">%TRUE if @icon_theme includes an
|
|
4896
4896
|
icon for @icon_name.</doc>
|
|
4897
4897
|
<type name="gboolean" c:type="gboolean"/>
|
|
4898
4898
|
</return-value>
|
|
@@ -4900,13 +4900,13 @@ for a particular name.</doc>
|
|
|
4900
4900
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
4901
4901
|
<doc xml:space="preserve"
|
|
4902
4902
|
filename="src/st/st-icon-theme.c"
|
|
4903
|
-
line="
|
|
4903
|
+
line="1870">a #StIconTheme</doc>
|
|
4904
4904
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
4905
4905
|
</instance-parameter>
|
|
4906
4906
|
<parameter name="icon_name" transfer-ownership="none">
|
|
4907
4907
|
<doc xml:space="preserve"
|
|
4908
4908
|
filename="src/st/st-icon-theme.c"
|
|
4909
|
-
line="
|
|
4909
|
+
line="1871">the name of an icon</doc>
|
|
4910
4910
|
<type name="utf8" c:type="const char*"/>
|
|
4911
4911
|
</parameter>
|
|
4912
4912
|
</parameters>
|
|
@@ -4914,14 +4914,14 @@ for a particular name.</doc>
|
|
|
4914
4914
|
<method name="list_contexts" c:identifier="st_icon_theme_list_contexts">
|
|
4915
4915
|
<doc xml:space="preserve"
|
|
4916
4916
|
filename="src/st/st-icon-theme.c"
|
|
4917
|
-
line="
|
|
4917
|
+
line="2065">Gets the list of contexts available within the current
|
|
4918
4918
|
hierarchy of icon themes.
|
|
4919
4919
|
See st_icon_theme_list_icons() for details about contexts.</doc>
|
|
4920
4920
|
<source-position filename="src/st/st-icon-theme.h" line="167"/>
|
|
4921
4921
|
<return-value transfer-ownership="full">
|
|
4922
4922
|
<doc xml:space="preserve"
|
|
4923
4923
|
filename="src/st/st-icon-theme.c"
|
|
4924
|
-
line="
|
|
4924
|
+
line="2073">a #GList list
|
|
4925
4925
|
holding the names of all the contexts in the theme. You must first
|
|
4926
4926
|
free each element in the list with g_free(), then free the list
|
|
4927
4927
|
itself with g_list_free().</doc>
|
|
@@ -4933,7 +4933,7 @@ See st_icon_theme_list_icons() for details about contexts.</doc>
|
|
|
4933
4933
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
4934
4934
|
<doc xml:space="preserve"
|
|
4935
4935
|
filename="src/st/st-icon-theme.c"
|
|
4936
|
-
line="
|
|
4936
|
+
line="2067">a #StIconTheme</doc>
|
|
4937
4937
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
4938
4938
|
</instance-parameter>
|
|
4939
4939
|
</parameters>
|
|
@@ -4941,7 +4941,7 @@ See st_icon_theme_list_icons() for details about contexts.</doc>
|
|
|
4941
4941
|
<method name="list_icons" c:identifier="st_icon_theme_list_icons">
|
|
4942
4942
|
<doc xml:space="preserve"
|
|
4943
4943
|
filename="src/st/st-icon-theme.c"
|
|
4944
|
-
line="
|
|
4944
|
+
line="1999">Lists the icons in the current icon theme. Only a subset
|
|
4945
4945
|
of the icons can be listed by providing a context string.
|
|
4946
4946
|
The set of values for the context string is system dependent,
|
|
4947
4947
|
but will typically include such values as “Applications” and
|
|
@@ -4954,7 +4954,7 @@ Also see st_icon_theme_list_contexts().</doc>
|
|
|
4954
4954
|
<return-value transfer-ownership="full">
|
|
4955
4955
|
<doc xml:space="preserve"
|
|
4956
4956
|
filename="src/st/st-icon-theme.c"
|
|
4957
|
-
line="
|
|
4957
|
+
line="2015">a #GList list
|
|
4958
4958
|
holding the names of all the icons in the theme. You must
|
|
4959
4959
|
first free each element in the list with g_free(), then
|
|
4960
4960
|
free the list itself with g_list_free().</doc>
|
|
@@ -4966,7 +4966,7 @@ Also see st_icon_theme_list_contexts().</doc>
|
|
|
4966
4966
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
4967
4967
|
<doc xml:space="preserve"
|
|
4968
4968
|
filename="src/st/st-icon-theme.c"
|
|
4969
|
-
line="
|
|
4969
|
+
line="2001">a #StIconTheme</doc>
|
|
4970
4970
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
4971
4971
|
</instance-parameter>
|
|
4972
4972
|
<parameter name="context"
|
|
@@ -4975,7 +4975,7 @@ Also see st_icon_theme_list_contexts().</doc>
|
|
|
4975
4975
|
allow-none="1">
|
|
4976
4976
|
<doc xml:space="preserve"
|
|
4977
4977
|
filename="src/st/st-icon-theme.c"
|
|
4978
|
-
line="
|
|
4978
|
+
line="2002">a string identifying a particular type of
|
|
4979
4979
|
icon, or %NULL to list all icons.</doc>
|
|
4980
4980
|
<type name="utf8" c:type="const char*"/>
|
|
4981
4981
|
</parameter>
|
|
@@ -4986,7 +4986,7 @@ Also see st_icon_theme_list_contexts().</doc>
|
|
|
4986
4986
|
throws="1">
|
|
4987
4987
|
<doc xml:space="preserve"
|
|
4988
4988
|
filename="src/st/st-icon-theme.c"
|
|
4989
|
-
line="
|
|
4989
|
+
line="1762">Looks up an icon in an icon theme, scales it to the given size
|
|
4990
4990
|
and renders it into a pixbuf. This is a convenience function;
|
|
4991
4991
|
if more details about the icon are needed, use
|
|
4992
4992
|
[method@St.IconTheme.lookup_icon] followed by [method@St.IconInfo.load_icon].
|
|
@@ -5002,7 +5002,7 @@ icon theme loaded, which would be a waste of memory.</doc>
|
|
|
5002
5002
|
<return-value transfer-ownership="full" nullable="1">
|
|
5003
5003
|
<doc xml:space="preserve"
|
|
5004
5004
|
filename="src/st/st-icon-theme.c"
|
|
5005
|
-
line="
|
|
5005
|
+
line="1785">the rendered icon; this may be
|
|
5006
5006
|
a newly created icon or a new reference to an internal icon, so
|
|
5007
5007
|
you must not modify the icon.</doc>
|
|
5008
5008
|
<type name="GdkPixbuf.Pixbuf" c:type="GdkPixbuf*"/>
|
|
@@ -5011,26 +5011,26 @@ icon theme loaded, which would be a waste of memory.</doc>
|
|
|
5011
5011
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
5012
5012
|
<doc xml:space="preserve"
|
|
5013
5013
|
filename="src/st/st-icon-theme.c"
|
|
5014
|
-
line="
|
|
5014
|
+
line="1764">a #StIconTheme</doc>
|
|
5015
5015
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
5016
5016
|
</instance-parameter>
|
|
5017
5017
|
<parameter name="icon_name" transfer-ownership="none">
|
|
5018
5018
|
<doc xml:space="preserve"
|
|
5019
5019
|
filename="src/st/st-icon-theme.c"
|
|
5020
|
-
line="
|
|
5020
|
+
line="1765">the name of the icon to lookup</doc>
|
|
5021
5021
|
<type name="utf8" c:type="const char*"/>
|
|
5022
5022
|
</parameter>
|
|
5023
5023
|
<parameter name="size" transfer-ownership="none">
|
|
5024
5024
|
<doc xml:space="preserve"
|
|
5025
5025
|
filename="src/st/st-icon-theme.c"
|
|
5026
|
-
line="
|
|
5026
|
+
line="1766">the desired icon size. The resulting icon may not be
|
|
5027
5027
|
exactly this size.</doc>
|
|
5028
5028
|
<type name="gint" c:type="int"/>
|
|
5029
5029
|
</parameter>
|
|
5030
5030
|
<parameter name="flags" transfer-ownership="none">
|
|
5031
5031
|
<doc xml:space="preserve"
|
|
5032
5032
|
filename="src/st/st-icon-theme.c"
|
|
5033
|
-
line="
|
|
5033
|
+
line="1768">flags modifying the behavior of the icon lookup</doc>
|
|
5034
5034
|
<type name="IconLookupFlags" c:type="StIconLookupFlags"/>
|
|
5035
5035
|
</parameter>
|
|
5036
5036
|
</parameters>
|
|
@@ -5040,7 +5040,7 @@ icon theme loaded, which would be a waste of memory.</doc>
|
|
|
5040
5040
|
throws="1">
|
|
5041
5041
|
<doc xml:space="preserve"
|
|
5042
5042
|
filename="src/st/st-icon-theme.c"
|
|
5043
|
-
line="
|
|
5043
|
+
line="1806">Looks up an icon in an icon theme for a particular window scale,
|
|
5044
5044
|
scales it to the given size and renders it into a pixbuf. This is a
|
|
5045
5045
|
convenience function; if more details about the icon are needed,
|
|
5046
5046
|
use [method@St.IconTheme.lookup_icon] followed by
|
|
@@ -5057,7 +5057,7 @@ icon theme loaded, which would be a waste of memory.</doc>
|
|
|
5057
5057
|
<return-value transfer-ownership="full" nullable="1">
|
|
5058
5058
|
<doc xml:space="preserve"
|
|
5059
5059
|
filename="src/st/st-icon-theme.c"
|
|
5060
|
-
line="
|
|
5060
|
+
line="1831">the rendered icon; this may be
|
|
5061
5061
|
a newly created icon or a new reference to an internal icon, so
|
|
5062
5062
|
you must not modify the icon.</doc>
|
|
5063
5063
|
<type name="GdkPixbuf.Pixbuf" c:type="GdkPixbuf*"/>
|
|
@@ -5066,32 +5066,32 @@ icon theme loaded, which would be a waste of memory.</doc>
|
|
|
5066
5066
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
5067
5067
|
<doc xml:space="preserve"
|
|
5068
5068
|
filename="src/st/st-icon-theme.c"
|
|
5069
|
-
line="
|
|
5069
|
+
line="1808">a #StIconTheme</doc>
|
|
5070
5070
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
5071
5071
|
</instance-parameter>
|
|
5072
5072
|
<parameter name="icon_name" transfer-ownership="none">
|
|
5073
5073
|
<doc xml:space="preserve"
|
|
5074
5074
|
filename="src/st/st-icon-theme.c"
|
|
5075
|
-
line="
|
|
5075
|
+
line="1809">the name of the icon to lookup</doc>
|
|
5076
5076
|
<type name="utf8" c:type="const char*"/>
|
|
5077
5077
|
</parameter>
|
|
5078
5078
|
<parameter name="size" transfer-ownership="none">
|
|
5079
5079
|
<doc xml:space="preserve"
|
|
5080
5080
|
filename="src/st/st-icon-theme.c"
|
|
5081
|
-
line="
|
|
5081
|
+
line="1810">the desired icon size. The resulting icon may not be
|
|
5082
5082
|
exactly this size.</doc>
|
|
5083
5083
|
<type name="gint" c:type="int"/>
|
|
5084
5084
|
</parameter>
|
|
5085
5085
|
<parameter name="scale" transfer-ownership="none">
|
|
5086
5086
|
<doc xml:space="preserve"
|
|
5087
5087
|
filename="src/st/st-icon-theme.c"
|
|
5088
|
-
line="
|
|
5088
|
+
line="1812">desired scale</doc>
|
|
5089
5089
|
<type name="gint" c:type="int"/>
|
|
5090
5090
|
</parameter>
|
|
5091
5091
|
<parameter name="flags" transfer-ownership="none">
|
|
5092
5092
|
<doc xml:space="preserve"
|
|
5093
5093
|
filename="src/st/st-icon-theme.c"
|
|
5094
|
-
line="
|
|
5094
|
+
line="1813">flags modifying the behavior of the icon lookup</doc>
|
|
5095
5095
|
<type name="IconLookupFlags" c:type="StIconLookupFlags"/>
|
|
5096
5096
|
</parameter>
|
|
5097
5097
|
</parameters>
|
|
@@ -5100,7 +5100,7 @@ icon theme loaded, which would be a waste of memory.</doc>
|
|
|
5100
5100
|
c:identifier="st_icon_theme_lookup_by_gicon">
|
|
5101
5101
|
<doc xml:space="preserve"
|
|
5102
5102
|
filename="src/st/st-icon-theme.c"
|
|
5103
|
-
line="
|
|
5103
|
+
line="4150">Looks up an icon and returns a #StIconInfo containing information
|
|
5104
5104
|
such as the filename of the icon. The icon can then be rendered
|
|
5105
5105
|
into a pixbuf using [method@St.IconInfo.load_icon].
|
|
5106
5106
|
|
|
@@ -5113,7 +5113,7 @@ for a given scaling factor may be different.</doc>
|
|
|
5113
5113
|
<return-value transfer-ownership="full" nullable="1">
|
|
5114
5114
|
<doc xml:space="preserve"
|
|
5115
5115
|
filename="src/st/st-icon-theme.c"
|
|
5116
|
-
line="
|
|
5116
|
+
line="4167">a #StIconInfo containing
|
|
5117
5117
|
information about the icon.</doc>
|
|
5118
5118
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
5119
5119
|
</return-value>
|
|
@@ -5121,25 +5121,25 @@ for a given scaling factor may be different.</doc>
|
|
|
5121
5121
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
5122
5122
|
<doc xml:space="preserve"
|
|
5123
5123
|
filename="src/st/st-icon-theme.c"
|
|
5124
|
-
line="
|
|
5124
|
+
line="4152">a #StIconTheme</doc>
|
|
5125
5125
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
5126
5126
|
</instance-parameter>
|
|
5127
5127
|
<parameter name="icon" transfer-ownership="none">
|
|
5128
5128
|
<doc xml:space="preserve"
|
|
5129
5129
|
filename="src/st/st-icon-theme.c"
|
|
5130
|
-
line="
|
|
5130
|
+
line="4153">the #GIcon to look up</doc>
|
|
5131
5131
|
<type name="Gio.Icon" c:type="GIcon*"/>
|
|
5132
5132
|
</parameter>
|
|
5133
5133
|
<parameter name="size" transfer-ownership="none">
|
|
5134
5134
|
<doc xml:space="preserve"
|
|
5135
5135
|
filename="src/st/st-icon-theme.c"
|
|
5136
|
-
line="
|
|
5136
|
+
line="4154">desired icon size</doc>
|
|
5137
5137
|
<type name="gint" c:type="int"/>
|
|
5138
5138
|
</parameter>
|
|
5139
5139
|
<parameter name="flags" transfer-ownership="none">
|
|
5140
5140
|
<doc xml:space="preserve"
|
|
5141
5141
|
filename="src/st/st-icon-theme.c"
|
|
5142
|
-
line="
|
|
5142
|
+
line="4155">flags modifying the behavior of the icon lookup</doc>
|
|
5143
5143
|
<type name="IconLookupFlags" c:type="StIconLookupFlags"/>
|
|
5144
5144
|
</parameter>
|
|
5145
5145
|
</parameters>
|
|
@@ -5148,14 +5148,14 @@ for a given scaling factor may be different.</doc>
|
|
|
5148
5148
|
c:identifier="st_icon_theme_lookup_by_gicon_for_scale">
|
|
5149
5149
|
<doc xml:space="preserve"
|
|
5150
5150
|
filename="src/st/st-icon-theme.c"
|
|
5151
|
-
line="
|
|
5151
|
+
line="4181">Looks up an icon and returns a #StIconInfo containing information
|
|
5152
5152
|
such as the filename of the icon. The icon can then be rendered into
|
|
5153
5153
|
a pixbuf using [method@St.IconInfo.load_icon].</doc>
|
|
5154
5154
|
<source-position filename="src/st/st-icon-theme.h" line="157"/>
|
|
5155
5155
|
<return-value transfer-ownership="full" nullable="1">
|
|
5156
5156
|
<doc xml:space="preserve"
|
|
5157
5157
|
filename="src/st/st-icon-theme.c"
|
|
5158
|
-
line="
|
|
5158
|
+
line="4193">a #StIconInfo containing
|
|
5159
5159
|
information about the icon.</doc>
|
|
5160
5160
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
5161
5161
|
</return-value>
|
|
@@ -5163,31 +5163,31 @@ a pixbuf using [method@St.IconInfo.load_icon].</doc>
|
|
|
5163
5163
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
5164
5164
|
<doc xml:space="preserve"
|
|
5165
5165
|
filename="src/st/st-icon-theme.c"
|
|
5166
|
-
line="
|
|
5166
|
+
line="4183">a #StIconTheme</doc>
|
|
5167
5167
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
5168
5168
|
</instance-parameter>
|
|
5169
5169
|
<parameter name="icon" transfer-ownership="none">
|
|
5170
5170
|
<doc xml:space="preserve"
|
|
5171
5171
|
filename="src/st/st-icon-theme.c"
|
|
5172
|
-
line="
|
|
5172
|
+
line="4184">the #GIcon to look up</doc>
|
|
5173
5173
|
<type name="Gio.Icon" c:type="GIcon*"/>
|
|
5174
5174
|
</parameter>
|
|
5175
5175
|
<parameter name="size" transfer-ownership="none">
|
|
5176
5176
|
<doc xml:space="preserve"
|
|
5177
5177
|
filename="src/st/st-icon-theme.c"
|
|
5178
|
-
line="
|
|
5178
|
+
line="4185">desired icon size</doc>
|
|
5179
5179
|
<type name="gint" c:type="int"/>
|
|
5180
5180
|
</parameter>
|
|
5181
5181
|
<parameter name="scale" transfer-ownership="none">
|
|
5182
5182
|
<doc xml:space="preserve"
|
|
5183
5183
|
filename="src/st/st-icon-theme.c"
|
|
5184
|
-
line="
|
|
5184
|
+
line="4186">the desired scale</doc>
|
|
5185
5185
|
<type name="gint" c:type="int"/>
|
|
5186
5186
|
</parameter>
|
|
5187
5187
|
<parameter name="flags" transfer-ownership="none">
|
|
5188
5188
|
<doc xml:space="preserve"
|
|
5189
5189
|
filename="src/st/st-icon-theme.c"
|
|
5190
|
-
line="
|
|
5190
|
+
line="4187">flags modifying the behavior of the icon lookup</doc>
|
|
5191
5191
|
<type name="IconLookupFlags" c:type="StIconLookupFlags"/>
|
|
5192
5192
|
</parameter>
|
|
5193
5193
|
</parameters>
|
|
@@ -5195,7 +5195,7 @@ a pixbuf using [method@St.IconInfo.load_icon].</doc>
|
|
|
5195
5195
|
<method name="lookup_icon" c:identifier="st_icon_theme_lookup_icon">
|
|
5196
5196
|
<doc xml:space="preserve"
|
|
5197
5197
|
filename="src/st/st-icon-theme.c"
|
|
5198
|
-
line="
|
|
5198
|
+
line="1543">Looks up a named icon and returns a #StIconInfo containing
|
|
5199
5199
|
information such as the filename of the icon. The icon
|
|
5200
5200
|
can then be rendered into a pixbuf using
|
|
5201
5201
|
[method@St.IconInfo.load_icon]. ([method@St.IconTheme.load_icon]
|
|
@@ -5210,7 +5210,7 @@ for a given scaling factor may be different.</doc>
|
|
|
5210
5210
|
<return-value transfer-ownership="full" nullable="1">
|
|
5211
5211
|
<doc xml:space="preserve"
|
|
5212
5212
|
filename="src/st/st-icon-theme.c"
|
|
5213
|
-
line="
|
|
5213
|
+
line="1562">a #StIconInfo object
|
|
5214
5214
|
containing information about the icon.</doc>
|
|
5215
5215
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
5216
5216
|
</return-value>
|
|
@@ -5218,25 +5218,25 @@ for a given scaling factor may be different.</doc>
|
|
|
5218
5218
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
5219
5219
|
<doc xml:space="preserve"
|
|
5220
5220
|
filename="src/st/st-icon-theme.c"
|
|
5221
|
-
line="
|
|
5221
|
+
line="1545">a #StIconTheme</doc>
|
|
5222
5222
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
5223
5223
|
</instance-parameter>
|
|
5224
5224
|
<parameter name="icon_name" transfer-ownership="none">
|
|
5225
5225
|
<doc xml:space="preserve"
|
|
5226
5226
|
filename="src/st/st-icon-theme.c"
|
|
5227
|
-
line="
|
|
5227
|
+
line="1546">the name of the icon to lookup</doc>
|
|
5228
5228
|
<type name="utf8" c:type="const char*"/>
|
|
5229
5229
|
</parameter>
|
|
5230
5230
|
<parameter name="size" transfer-ownership="none">
|
|
5231
5231
|
<doc xml:space="preserve"
|
|
5232
5232
|
filename="src/st/st-icon-theme.c"
|
|
5233
|
-
line="
|
|
5233
|
+
line="1547">desired icon size</doc>
|
|
5234
5234
|
<type name="gint" c:type="int"/>
|
|
5235
5235
|
</parameter>
|
|
5236
5236
|
<parameter name="flags" transfer-ownership="none">
|
|
5237
5237
|
<doc xml:space="preserve"
|
|
5238
5238
|
filename="src/st/st-icon-theme.c"
|
|
5239
|
-
line="
|
|
5239
|
+
line="1548">flags modifying the behavior of the icon lookup</doc>
|
|
5240
5240
|
<type name="IconLookupFlags" c:type="StIconLookupFlags"/>
|
|
5241
5241
|
</parameter>
|
|
5242
5242
|
</parameters>
|
|
@@ -5245,7 +5245,7 @@ for a given scaling factor may be different.</doc>
|
|
|
5245
5245
|
c:identifier="st_icon_theme_lookup_icon_for_scale">
|
|
5246
5246
|
<doc xml:space="preserve"
|
|
5247
5247
|
filename="src/st/st-icon-theme.c"
|
|
5248
|
-
line="
|
|
5248
|
+
line="1582">Looks up a named icon for a particular window scale and returns a
|
|
5249
5249
|
#StIconInfo containing information such as the filename of the
|
|
5250
5250
|
icon. The icon can then be rendered into a pixbuf using
|
|
5251
5251
|
[method@St.IconInfo.load_icon]. ([method@St.IconTheme.load_icon] combines
|
|
@@ -5254,7 +5254,7 @@ these two steps if all you need is the pixbuf.)</doc>
|
|
|
5254
5254
|
<return-value transfer-ownership="full" nullable="1">
|
|
5255
5255
|
<doc xml:space="preserve"
|
|
5256
5256
|
filename="src/st/st-icon-theme.c"
|
|
5257
|
-
line="
|
|
5257
|
+
line="1596">a #StIconInfo object
|
|
5258
5258
|
containing information about the icon.</doc>
|
|
5259
5259
|
<type name="IconInfo" c:type="StIconInfo*"/>
|
|
5260
5260
|
</return-value>
|
|
@@ -5262,31 +5262,31 @@ these two steps if all you need is the pixbuf.)</doc>
|
|
|
5262
5262
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
5263
5263
|
<doc xml:space="preserve"
|
|
5264
5264
|
filename="src/st/st-icon-theme.c"
|
|
5265
|
-
line="
|
|
5265
|
+
line="1584">a #StIconTheme</doc>
|
|
5266
5266
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
5267
5267
|
</instance-parameter>
|
|
5268
5268
|
<parameter name="icon_name" transfer-ownership="none">
|
|
5269
5269
|
<doc xml:space="preserve"
|
|
5270
5270
|
filename="src/st/st-icon-theme.c"
|
|
5271
|
-
line="
|
|
5271
|
+
line="1585">the name of the icon to lookup</doc>
|
|
5272
5272
|
<type name="utf8" c:type="const char*"/>
|
|
5273
5273
|
</parameter>
|
|
5274
5274
|
<parameter name="size" transfer-ownership="none">
|
|
5275
5275
|
<doc xml:space="preserve"
|
|
5276
5276
|
filename="src/st/st-icon-theme.c"
|
|
5277
|
-
line="
|
|
5277
|
+
line="1586">desired icon size</doc>
|
|
5278
5278
|
<type name="gint" c:type="int"/>
|
|
5279
5279
|
</parameter>
|
|
5280
5280
|
<parameter name="scale" transfer-ownership="none">
|
|
5281
5281
|
<doc xml:space="preserve"
|
|
5282
5282
|
filename="src/st/st-icon-theme.c"
|
|
5283
|
-
line="
|
|
5283
|
+
line="1587">the desired scale</doc>
|
|
5284
5284
|
<type name="gint" c:type="int"/>
|
|
5285
5285
|
</parameter>
|
|
5286
5286
|
<parameter name="flags" transfer-ownership="none">
|
|
5287
5287
|
<doc xml:space="preserve"
|
|
5288
5288
|
filename="src/st/st-icon-theme.c"
|
|
5289
|
-
line="
|
|
5289
|
+
line="1588">flags modifying the behavior of the icon lookup</doc>
|
|
5290
5290
|
<type name="IconLookupFlags" c:type="StIconLookupFlags"/>
|
|
5291
5291
|
</parameter>
|
|
5292
5292
|
</parameters>
|
|
@@ -5295,7 +5295,7 @@ these two steps if all you need is the pixbuf.)</doc>
|
|
|
5295
5295
|
c:identifier="st_icon_theme_prepend_search_path">
|
|
5296
5296
|
<doc xml:space="preserve"
|
|
5297
5297
|
filename="src/st/st-icon-theme.c"
|
|
5298
|
-
line="
|
|
5298
|
+
line="672">Prepends a directory to the search path.
|
|
5299
5299
|
See st_icon_theme_set_search_path().</doc>
|
|
5300
5300
|
<source-position filename="src/st/st-icon-theme.h" line="105"/>
|
|
5301
5301
|
<return-value transfer-ownership="none">
|
|
@@ -5305,13 +5305,13 @@ See st_icon_theme_set_search_path().</doc>
|
|
|
5305
5305
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
5306
5306
|
<doc xml:space="preserve"
|
|
5307
5307
|
filename="src/st/st-icon-theme.c"
|
|
5308
|
-
line="
|
|
5308
|
+
line="674">a #StIconTheme</doc>
|
|
5309
5309
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
5310
5310
|
</instance-parameter>
|
|
5311
5311
|
<parameter name="path" transfer-ownership="none">
|
|
5312
5312
|
<doc xml:space="preserve"
|
|
5313
5313
|
filename="src/st/st-icon-theme.c"
|
|
5314
|
-
line="
|
|
5314
|
+
line="675">directory name to prepend to the icon path</doc>
|
|
5315
5315
|
<type name="filename" c:type="const char*"/>
|
|
5316
5316
|
</parameter>
|
|
5317
5317
|
</parameters>
|
|
@@ -5320,14 +5320,14 @@ See st_icon_theme_set_search_path().</doc>
|
|
|
5320
5320
|
c:identifier="st_icon_theme_rescan_if_needed">
|
|
5321
5321
|
<doc xml:space="preserve"
|
|
5322
5322
|
filename="src/st/st-icon-theme.c"
|
|
5323
|
-
line="
|
|
5323
|
+
line="2138">Checks to see if the icon theme has changed; if it has, any
|
|
5324
5324
|
currently cached information is discarded and will be reloaded
|
|
5325
5325
|
next time @icon_theme is accessed.</doc>
|
|
5326
5326
|
<source-position filename="src/st/st-icon-theme.h" line="169"/>
|
|
5327
5327
|
<return-value transfer-ownership="none">
|
|
5328
5328
|
<doc xml:space="preserve"
|
|
5329
5329
|
filename="src/st/st-icon-theme.c"
|
|
5330
|
-
line="
|
|
5330
|
+
line="2146">%TRUE if the icon theme has changed and needed
|
|
5331
5331
|
to be reloaded.</doc>
|
|
5332
5332
|
<type name="gboolean" c:type="gboolean"/>
|
|
5333
5333
|
</return-value>
|
|
@@ -5335,7 +5335,7 @@ next time @icon_theme is accessed.</doc>
|
|
|
5335
5335
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
5336
5336
|
<doc xml:space="preserve"
|
|
5337
5337
|
filename="src/st/st-icon-theme.c"
|
|
5338
|
-
line="
|
|
5338
|
+
line="2140">a #StIconTheme</doc>
|
|
5339
5339
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
5340
5340
|
</instance-parameter>
|
|
5341
5341
|
</parameters>
|
|
@@ -5344,7 +5344,7 @@ next time @icon_theme is accessed.</doc>
|
|
|
5344
5344
|
c:identifier="st_icon_theme_set_search_path">
|
|
5345
5345
|
<doc xml:space="preserve"
|
|
5346
5346
|
filename="src/st/st-icon-theme.c"
|
|
5347
|
-
line="
|
|
5347
|
+
line="573">Sets the search path for the icon theme object. When looking
|
|
5348
5348
|
for an icon theme, GTK+ will search for a subdirectory of
|
|
5349
5349
|
one or more of the directories in @path with the same name
|
|
5350
5350
|
as the icon theme containing an index.theme file. (Themes from
|
|
@@ -5366,13 +5366,13 @@ rather than directly on the icon path.)</doc>
|
|
|
5366
5366
|
<instance-parameter name="icon_theme" transfer-ownership="none">
|
|
5367
5367
|
<doc xml:space="preserve"
|
|
5368
5368
|
filename="src/st/st-icon-theme.c"
|
|
5369
|
-
line="
|
|
5369
|
+
line="575">a #StIconTheme</doc>
|
|
5370
5370
|
<type name="IconTheme" c:type="StIconTheme*"/>
|
|
5371
5371
|
</instance-parameter>
|
|
5372
5372
|
<parameter name="path" transfer-ownership="none">
|
|
5373
5373
|
<doc xml:space="preserve"
|
|
5374
5374
|
filename="src/st/st-icon-theme.c"
|
|
5375
|
-
line="
|
|
5375
|
+
line="576">array of
|
|
5376
5376
|
directories that are searched for icon themes</doc>
|
|
5377
5377
|
<array length="1" zero-terminated="0" c:type="const char**">
|
|
5378
5378
|
<type name="filename"/>
|
|
@@ -5381,7 +5381,7 @@ rather than directly on the icon path.)</doc>
|
|
|
5381
5381
|
<parameter name="n_elements" transfer-ownership="none">
|
|
5382
5382
|
<doc xml:space="preserve"
|
|
5383
5383
|
filename="src/st/st-icon-theme.c"
|
|
5384
|
-
line="
|
|
5384
|
+
line="578">number of elements in @path.</doc>
|
|
5385
5385
|
<type name="gint" c:type="int"/>
|
|
5386
5386
|
</parameter>
|
|
5387
5387
|
</parameters>
|
|
@@ -5908,12 +5908,12 @@ the application</doc>
|
|
|
5908
5908
|
<constructor name="new" c:identifier="st_password_entry_new">
|
|
5909
5909
|
<doc xml:space="preserve"
|
|
5910
5910
|
filename="src/st/st-password-entry.c"
|
|
5911
|
-
line="
|
|
5911
|
+
line="247">Create a new #StPasswordEntry.</doc>
|
|
5912
5912
|
<source-position filename="src/st/st-password-entry.h" line="34"/>
|
|
5913
5913
|
<return-value transfer-ownership="none">
|
|
5914
5914
|
<doc xml:space="preserve"
|
|
5915
5915
|
filename="src/st/st-password-entry.c"
|
|
5916
|
-
line="
|
|
5916
|
+
line="252">a new #StEntry</doc>
|
|
5917
5917
|
<type name="Entry" c:type="StEntry*"/>
|
|
5918
5918
|
</return-value>
|
|
5919
5919
|
</constructor>
|
|
@@ -5922,19 +5922,19 @@ the application</doc>
|
|
|
5922
5922
|
glib:get-property="password-visible">
|
|
5923
5923
|
<doc xml:space="preserve"
|
|
5924
5924
|
filename="src/st/st-password-entry.c"
|
|
5925
|
-
line="
|
|
5925
|
+
line="354">Gets whether the text is masked in the password entry.</doc>
|
|
5926
5926
|
<source-position filename="src/st/st-password-entry.h" line="35"/>
|
|
5927
5927
|
<return-value transfer-ownership="none">
|
|
5928
5928
|
<doc xml:space="preserve"
|
|
5929
5929
|
filename="src/st/st-password-entry.c"
|
|
5930
|
-
line="
|
|
5930
|
+
line="360">%TRUE if visible</doc>
|
|
5931
5931
|
<type name="gboolean" c:type="gboolean"/>
|
|
5932
5932
|
</return-value>
|
|
5933
5933
|
<parameters>
|
|
5934
5934
|
<instance-parameter name="entry" transfer-ownership="none">
|
|
5935
5935
|
<doc xml:space="preserve"
|
|
5936
5936
|
filename="src/st/st-password-entry.c"
|
|
5937
|
-
line="
|
|
5937
|
+
line="356">a #StPasswordEntry</doc>
|
|
5938
5938
|
<type name="PasswordEntry" c:type="StPasswordEntry*"/>
|
|
5939
5939
|
</instance-parameter>
|
|
5940
5940
|
</parameters>
|
|
@@ -5944,19 +5944,19 @@ the application</doc>
|
|
|
5944
5944
|
glib:get-property="show-peek-icon">
|
|
5945
5945
|
<doc xml:space="preserve"
|
|
5946
5946
|
filename="src/st/st-password-entry.c"
|
|
5947
|
-
line="
|
|
5947
|
+
line="289">Gets whether peek-icon is shown or hidden in the password entry.</doc>
|
|
5948
5948
|
<source-position filename="src/st/st-password-entry.h" line="38"/>
|
|
5949
5949
|
<return-value transfer-ownership="none">
|
|
5950
5950
|
<doc xml:space="preserve"
|
|
5951
5951
|
filename="src/st/st-password-entry.c"
|
|
5952
|
-
line="
|
|
5952
|
+
line="295">%TRUE if visible</doc>
|
|
5953
5953
|
<type name="gboolean" c:type="gboolean"/>
|
|
5954
5954
|
</return-value>
|
|
5955
5955
|
<parameters>
|
|
5956
5956
|
<instance-parameter name="entry" transfer-ownership="none">
|
|
5957
5957
|
<doc xml:space="preserve"
|
|
5958
5958
|
filename="src/st/st-password-entry.c"
|
|
5959
|
-
line="
|
|
5959
|
+
line="291">a #StPasswordEntry</doc>
|
|
5960
5960
|
<type name="PasswordEntry" c:type="StPasswordEntry*"/>
|
|
5961
5961
|
</instance-parameter>
|
|
5962
5962
|
</parameters>
|
|
@@ -5966,7 +5966,7 @@ the application</doc>
|
|
|
5966
5966
|
glib:set-property="password-visible">
|
|
5967
5967
|
<doc xml:space="preserve"
|
|
5968
5968
|
filename="src/st/st-password-entry.c"
|
|
5969
|
-
line="
|
|
5969
|
+
line="308">Sets whether to show or hide text in the password entry.</doc>
|
|
5970
5970
|
<source-position filename="src/st/st-password-entry.h" line="36"/>
|
|
5971
5971
|
<return-value transfer-ownership="none">
|
|
5972
5972
|
<type name="none" c:type="void"/>
|
|
@@ -5975,13 +5975,13 @@ the application</doc>
|
|
|
5975
5975
|
<instance-parameter name="entry" transfer-ownership="none">
|
|
5976
5976
|
<doc xml:space="preserve"
|
|
5977
5977
|
filename="src/st/st-password-entry.c"
|
|
5978
|
-
line="
|
|
5978
|
+
line="310">a #StPasswordEntry</doc>
|
|
5979
5979
|
<type name="PasswordEntry" c:type="StPasswordEntry*"/>
|
|
5980
5980
|
</instance-parameter>
|
|
5981
5981
|
<parameter name="value" transfer-ownership="none">
|
|
5982
5982
|
<doc xml:space="preserve"
|
|
5983
5983
|
filename="src/st/st-password-entry.c"
|
|
5984
|
-
line="
|
|
5984
|
+
line="311">%TRUE to show the password in the entry, #FALSE otherwise</doc>
|
|
5985
5985
|
<type name="gboolean" c:type="gboolean"/>
|
|
5986
5986
|
</parameter>
|
|
5987
5987
|
</parameters>
|
|
@@ -5991,7 +5991,7 @@ the application</doc>
|
|
|
5991
5991
|
glib:set-property="show-peek-icon">
|
|
5992
5992
|
<doc xml:space="preserve"
|
|
5993
5993
|
filename="src/st/st-password-entry.c"
|
|
5994
|
-
line="
|
|
5994
|
+
line="260">Sets whether to show or hide the peek-icon in the password entry. If %TRUE,
|
|
5995
5995
|
a icon button for temporarily unmasking the password will be shown at the
|
|
5996
5996
|
end of the entry.</doc>
|
|
5997
5997
|
<source-position filename="src/st/st-password-entry.h" line="39"/>
|
|
@@ -6002,13 +6002,13 @@ end of the entry.</doc>
|
|
|
6002
6002
|
<instance-parameter name="entry" transfer-ownership="none">
|
|
6003
6003
|
<doc xml:space="preserve"
|
|
6004
6004
|
filename="src/st/st-password-entry.c"
|
|
6005
|
-
line="
|
|
6005
|
+
line="262">a #StPasswordEntry</doc>
|
|
6006
6006
|
<type name="PasswordEntry" c:type="StPasswordEntry*"/>
|
|
6007
6007
|
</instance-parameter>
|
|
6008
6008
|
<parameter name="value" transfer-ownership="none">
|
|
6009
6009
|
<doc xml:space="preserve"
|
|
6010
6010
|
filename="src/st/st-password-entry.c"
|
|
6011
|
-
line="
|
|
6011
|
+
line="263">%TRUE to show the peek-icon in the entry</doc>
|
|
6012
6012
|
<type name="gboolean" c:type="gboolean"/>
|
|
6013
6013
|
</parameter>
|
|
6014
6014
|
</parameters>
|
|
@@ -7879,7 +7879,7 @@ be used, similar to symbolic icons.</doc>
|
|
|
7879
7879
|
<return-value transfer-ownership="full">
|
|
7880
7880
|
<doc xml:space="preserve"
|
|
7881
7881
|
filename="src/st/st-spinner-content.c"
|
|
7882
|
-
line="
|
|
7882
|
+
line="456">the newly created #StSpinnerContent content</doc>
|
|
7883
7883
|
<type name="Clutter.Content" c:type="ClutterContent*"/>
|
|
7884
7884
|
</return-value>
|
|
7885
7885
|
</function>
|
|
@@ -8671,19 +8671,19 @@ by using st_theme_context_get_for_stage().</doc>
|
|
|
8671
8671
|
c:identifier="st_theme_context_get_for_stage">
|
|
8672
8672
|
<doc xml:space="preserve"
|
|
8673
8673
|
filename="src/st/st-theme-context.c"
|
|
8674
|
-
line="
|
|
8674
|
+
line="364">Gets a singleton theme context associated with the stage.</doc>
|
|
8675
8675
|
<source-position filename="src/st/st-theme-context.h" line="45"/>
|
|
8676
8676
|
<return-value transfer-ownership="none">
|
|
8677
8677
|
<doc xml:space="preserve"
|
|
8678
8678
|
filename="src/st/st-theme-context.c"
|
|
8679
|
-
line="
|
|
8679
|
+
line="370">the singleton theme context for the stage</doc>
|
|
8680
8680
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8681
8681
|
</return-value>
|
|
8682
8682
|
<parameters>
|
|
8683
8683
|
<parameter name="stage" transfer-ownership="none">
|
|
8684
8684
|
<doc xml:space="preserve"
|
|
8685
8685
|
filename="src/st/st-theme-context.c"
|
|
8686
|
-
line="
|
|
8686
|
+
line="366">a #ClutterStage</doc>
|
|
8687
8687
|
<type name="Clutter.Stage" c:type="ClutterStage*"/>
|
|
8688
8688
|
</parameter>
|
|
8689
8689
|
</parameters>
|
|
@@ -8692,7 +8692,7 @@ by using st_theme_context_get_for_stage().</doc>
|
|
|
8692
8692
|
c:identifier="st_theme_context_get_accent_color">
|
|
8693
8693
|
<doc xml:space="preserve"
|
|
8694
8694
|
filename="src/st/st-theme-context.c"
|
|
8695
|
-
line="
|
|
8695
|
+
line="495">Gets the current accent color for the theme context.</doc>
|
|
8696
8696
|
<source-position filename="src/st/st-theme-context.h" line="55"/>
|
|
8697
8697
|
<return-value transfer-ownership="none">
|
|
8698
8698
|
<type name="none" c:type="void"/>
|
|
@@ -8701,7 +8701,7 @@ by using st_theme_context_get_for_stage().</doc>
|
|
|
8701
8701
|
<instance-parameter name="context" transfer-ownership="none">
|
|
8702
8702
|
<doc xml:space="preserve"
|
|
8703
8703
|
filename="src/st/st-theme-context.c"
|
|
8704
|
-
line="
|
|
8704
|
+
line="497">a #StThemeContext</doc>
|
|
8705
8705
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8706
8706
|
</instance-parameter>
|
|
8707
8707
|
<parameter name="color"
|
|
@@ -8711,7 +8711,7 @@ by using st_theme_context_get_for_stage().</doc>
|
|
|
8711
8711
|
nullable="1">
|
|
8712
8712
|
<doc xml:space="preserve"
|
|
8713
8713
|
filename="src/st/st-theme-context.c"
|
|
8714
|
-
line="
|
|
8714
|
+
line="498">the accent color</doc>
|
|
8715
8715
|
<type name="Cogl.Color" c:type="CoglColor*"/>
|
|
8716
8716
|
</parameter>
|
|
8717
8717
|
<parameter name="fg_color"
|
|
@@ -8721,7 +8721,7 @@ by using st_theme_context_get_for_stage().</doc>
|
|
|
8721
8721
|
nullable="1">
|
|
8722
8722
|
<doc xml:space="preserve"
|
|
8723
8723
|
filename="src/st/st-theme-context.c"
|
|
8724
|
-
line="
|
|
8724
|
+
line="499">the foreground accent color</doc>
|
|
8725
8725
|
<type name="Cogl.Color" c:type="CoglColor*"/>
|
|
8726
8726
|
</parameter>
|
|
8727
8727
|
</parameters>
|
|
@@ -8729,12 +8729,12 @@ by using st_theme_context_get_for_stage().</doc>
|
|
|
8729
8729
|
<method name="get_font" c:identifier="st_theme_context_get_font">
|
|
8730
8730
|
<doc xml:space="preserve"
|
|
8731
8731
|
filename="src/st/st-theme-context.c"
|
|
8732
|
-
line="
|
|
8732
|
+
line="479">Gets the default font for the theme context. See st_theme_context_set_font().</doc>
|
|
8733
8733
|
<source-position filename="src/st/st-theme-context.h" line="53"/>
|
|
8734
8734
|
<return-value transfer-ownership="none">
|
|
8735
8735
|
<doc xml:space="preserve"
|
|
8736
8736
|
filename="src/st/st-theme-context.c"
|
|
8737
|
-
line="
|
|
8737
|
+
line="485">the default font for the theme context.</doc>
|
|
8738
8738
|
<type name="Pango.FontDescription"
|
|
8739
8739
|
c:type="const PangoFontDescription*"/>
|
|
8740
8740
|
</return-value>
|
|
@@ -8742,7 +8742,7 @@ by using st_theme_context_get_for_stage().</doc>
|
|
|
8742
8742
|
<instance-parameter name="context" transfer-ownership="none">
|
|
8743
8743
|
<doc xml:space="preserve"
|
|
8744
8744
|
filename="src/st/st-theme-context.c"
|
|
8745
|
-
line="
|
|
8745
|
+
line="481">a #StThemeContext</doc>
|
|
8746
8746
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8747
8747
|
</instance-parameter>
|
|
8748
8748
|
</parameters>
|
|
@@ -8753,14 +8753,14 @@ by using st_theme_context_get_for_stage().</doc>
|
|
|
8753
8753
|
<return-value transfer-ownership="none">
|
|
8754
8754
|
<doc xml:space="preserve"
|
|
8755
8755
|
filename="src/st/st-theme-context.c"
|
|
8756
|
-
line="
|
|
8756
|
+
line="602">The font resolution</doc>
|
|
8757
8757
|
<type name="gdouble" c:type="double"/>
|
|
8758
8758
|
</return-value>
|
|
8759
8759
|
<parameters>
|
|
8760
8760
|
<instance-parameter name="context" transfer-ownership="none">
|
|
8761
8761
|
<doc xml:space="preserve"
|
|
8762
8762
|
filename="src/st/st-theme-context.c"
|
|
8763
|
-
line="
|
|
8763
|
+
line="600">a #StThemeContext</doc>
|
|
8764
8764
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8765
8765
|
</instance-parameter>
|
|
8766
8766
|
</parameters>
|
|
@@ -8769,21 +8769,21 @@ by using st_theme_context_get_for_stage().</doc>
|
|
|
8769
8769
|
c:identifier="st_theme_context_get_root_node">
|
|
8770
8770
|
<doc xml:space="preserve"
|
|
8771
8771
|
filename="src/st/st-theme-context.c"
|
|
8772
|
-
line="
|
|
8772
|
+
line="517">Gets the root node of the tree of theme style nodes that associated with this
|
|
8773
8773
|
context. For the node tree associated with a stage, this node represents
|
|
8774
8774
|
styles applied to the stage itself.</doc>
|
|
8775
8775
|
<source-position filename="src/st/st-theme-context.h" line="59"/>
|
|
8776
8776
|
<return-value transfer-ownership="none">
|
|
8777
8777
|
<doc xml:space="preserve"
|
|
8778
8778
|
filename="src/st/st-theme-context.c"
|
|
8779
|
-
line="
|
|
8779
|
+
line="525">the root node of the context's style tree</doc>
|
|
8780
8780
|
<type name="ThemeNode" c:type="StThemeNode*"/>
|
|
8781
8781
|
</return-value>
|
|
8782
8782
|
<parameters>
|
|
8783
8783
|
<instance-parameter name="context" transfer-ownership="none">
|
|
8784
8784
|
<doc xml:space="preserve"
|
|
8785
8785
|
filename="src/st/st-theme-context.c"
|
|
8786
|
-
line="
|
|
8786
|
+
line="519">a #StThemeContext</doc>
|
|
8787
8787
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8788
8788
|
</instance-parameter>
|
|
8789
8789
|
</parameters>
|
|
@@ -8793,19 +8793,19 @@ styles applied to the stage itself.</doc>
|
|
|
8793
8793
|
glib:get-property="scale-factor">
|
|
8794
8794
|
<doc xml:space="preserve"
|
|
8795
8795
|
filename="src/st/st-theme-context.c"
|
|
8796
|
-
line="
|
|
8796
|
+
line="561">Return the current scale factor of @context.</doc>
|
|
8797
8797
|
<source-position filename="src/st/st-theme-context.h" line="64"/>
|
|
8798
8798
|
<return-value transfer-ownership="none">
|
|
8799
8799
|
<doc xml:space="preserve"
|
|
8800
8800
|
filename="src/st/st-theme-context.c"
|
|
8801
|
-
line="
|
|
8801
|
+
line="567">an integer scale factor</doc>
|
|
8802
8802
|
<type name="gint" c:type="int"/>
|
|
8803
8803
|
</return-value>
|
|
8804
8804
|
<parameters>
|
|
8805
8805
|
<instance-parameter name="context" transfer-ownership="none">
|
|
8806
8806
|
<doc xml:space="preserve"
|
|
8807
8807
|
filename="src/st/st-theme-context.c"
|
|
8808
|
-
line="
|
|
8808
|
+
line="563">a #StThemeContext</doc>
|
|
8809
8809
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8810
8810
|
</instance-parameter>
|
|
8811
8811
|
</parameters>
|
|
@@ -8813,19 +8813,19 @@ styles applied to the stage itself.</doc>
|
|
|
8813
8813
|
<method name="get_theme" c:identifier="st_theme_context_get_theme">
|
|
8814
8814
|
<doc xml:space="preserve"
|
|
8815
8815
|
filename="src/st/st-theme-context.c"
|
|
8816
|
-
line="
|
|
8816
|
+
line="436">Gets the default theme for the context. See st_theme_context_set_theme()</doc>
|
|
8817
8817
|
<source-position filename="src/st/st-theme-context.h" line="49"/>
|
|
8818
8818
|
<return-value transfer-ownership="none">
|
|
8819
8819
|
<doc xml:space="preserve"
|
|
8820
8820
|
filename="src/st/st-theme-context.c"
|
|
8821
|
-
line="
|
|
8821
|
+
line="442">the default theme for the context</doc>
|
|
8822
8822
|
<type name="Theme" c:type="StTheme*"/>
|
|
8823
8823
|
</return-value>
|
|
8824
8824
|
<parameters>
|
|
8825
8825
|
<instance-parameter name="context" transfer-ownership="none">
|
|
8826
8826
|
<doc xml:space="preserve"
|
|
8827
8827
|
filename="src/st/st-theme-context.c"
|
|
8828
|
-
line="
|
|
8828
|
+
line="438">a #StThemeContext</doc>
|
|
8829
8829
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8830
8830
|
</instance-parameter>
|
|
8831
8831
|
</parameters>
|
|
@@ -8833,26 +8833,26 @@ styles applied to the stage itself.</doc>
|
|
|
8833
8833
|
<method name="intern_node" c:identifier="st_theme_context_intern_node">
|
|
8834
8834
|
<doc xml:space="preserve"
|
|
8835
8835
|
filename="src/st/st-theme-context.c"
|
|
8836
|
-
line="
|
|
8836
|
+
line="537">Return an existing node matching @node, or if that isn't possible,
|
|
8837
8837
|
@node itself.</doc>
|
|
8838
8838
|
<source-position filename="src/st/st-theme-context.h" line="61"/>
|
|
8839
8839
|
<return-value transfer-ownership="none">
|
|
8840
8840
|
<doc xml:space="preserve"
|
|
8841
8841
|
filename="src/st/st-theme-context.c"
|
|
8842
|
-
line="
|
|
8842
|
+
line="545">a node with the same properties as @node</doc>
|
|
8843
8843
|
<type name="ThemeNode" c:type="StThemeNode*"/>
|
|
8844
8844
|
</return-value>
|
|
8845
8845
|
<parameters>
|
|
8846
8846
|
<instance-parameter name="context" transfer-ownership="none">
|
|
8847
8847
|
<doc xml:space="preserve"
|
|
8848
8848
|
filename="src/st/st-theme-context.c"
|
|
8849
|
-
line="
|
|
8849
|
+
line="539">a #StThemeContext</doc>
|
|
8850
8850
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8851
8851
|
</instance-parameter>
|
|
8852
8852
|
<parameter name="node" transfer-ownership="none">
|
|
8853
8853
|
<doc xml:space="preserve"
|
|
8854
8854
|
filename="src/st/st-theme-context.c"
|
|
8855
|
-
line="
|
|
8855
|
+
line="540">a #StThemeNode</doc>
|
|
8856
8856
|
<type name="ThemeNode" c:type="StThemeNode*"/>
|
|
8857
8857
|
</parameter>
|
|
8858
8858
|
</parameters>
|
|
@@ -8860,7 +8860,7 @@ styles applied to the stage itself.</doc>
|
|
|
8860
8860
|
<method name="set_font" c:identifier="st_theme_context_set_font">
|
|
8861
8861
|
<doc xml:space="preserve"
|
|
8862
8862
|
filename="src/st/st-theme-context.c"
|
|
8863
|
-
line="
|
|
8863
|
+
line="452">Sets the default font for the theme context. This is the font that
|
|
8864
8864
|
is inherited by the root node of the tree of theme nodes. If the
|
|
8865
8865
|
font is not overridden, then this font will be used. If the font is
|
|
8866
8866
|
partially modified (for example, with 'font-size: 110%'), then that
|
|
@@ -8873,13 +8873,13 @@ modification is based on this font.</doc>
|
|
|
8873
8873
|
<instance-parameter name="context" transfer-ownership="none">
|
|
8874
8874
|
<doc xml:space="preserve"
|
|
8875
8875
|
filename="src/st/st-theme-context.c"
|
|
8876
|
-
line="
|
|
8876
|
+
line="454">a #StThemeContext</doc>
|
|
8877
8877
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8878
8878
|
</instance-parameter>
|
|
8879
8879
|
<parameter name="font" transfer-ownership="none">
|
|
8880
8880
|
<doc xml:space="preserve"
|
|
8881
8881
|
filename="src/st/st-theme-context.c"
|
|
8882
|
-
line="
|
|
8882
|
+
line="455">the default font for theme context</doc>
|
|
8883
8883
|
<type name="Pango.FontDescription"
|
|
8884
8884
|
c:type="const PangoFontDescription*"/>
|
|
8885
8885
|
</parameter>
|
|
@@ -8890,7 +8890,7 @@ modification is based on this font.</doc>
|
|
|
8890
8890
|
glib:set-property="scale-factor">
|
|
8891
8891
|
<doc xml:space="preserve"
|
|
8892
8892
|
filename="src/st/st-theme-context.c"
|
|
8893
|
-
line="
|
|
8893
|
+
line="577">Set the new scale factor of @context.</doc>
|
|
8894
8894
|
<source-position filename="src/st/st-theme-context.h" line="65"/>
|
|
8895
8895
|
<return-value transfer-ownership="none">
|
|
8896
8896
|
<type name="none" c:type="void"/>
|
|
@@ -8899,13 +8899,13 @@ modification is based on this font.</doc>
|
|
|
8899
8899
|
<instance-parameter name="context" transfer-ownership="none">
|
|
8900
8900
|
<doc xml:space="preserve"
|
|
8901
8901
|
filename="src/st/st-theme-context.c"
|
|
8902
|
-
line="
|
|
8902
|
+
line="579">a #StThemeContext</doc>
|
|
8903
8903
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8904
8904
|
</instance-parameter>
|
|
8905
8905
|
<parameter name="factor" transfer-ownership="none">
|
|
8906
8906
|
<doc xml:space="preserve"
|
|
8907
8907
|
filename="src/st/st-theme-context.c"
|
|
8908
|
-
line="
|
|
8908
|
+
line="580">the new factor</doc>
|
|
8909
8909
|
<type name="gint" c:type="int"/>
|
|
8910
8910
|
</parameter>
|
|
8911
8911
|
</parameters>
|
|
@@ -8913,7 +8913,7 @@ modification is based on this font.</doc>
|
|
|
8913
8913
|
<method name="set_theme" c:identifier="st_theme_context_set_theme">
|
|
8914
8914
|
<doc xml:space="preserve"
|
|
8915
8915
|
filename="src/st/st-theme-context.c"
|
|
8916
|
-
line="
|
|
8916
|
+
line="400">Sets the default set of theme stylesheets for the context. This theme will
|
|
8917
8917
|
be used for the root node and for nodes descending from it, unless some other
|
|
8918
8918
|
style is explicitly specified.</doc>
|
|
8919
8919
|
<source-position filename="src/st/st-theme-context.h" line="47"/>
|
|
@@ -8924,13 +8924,13 @@ style is explicitly specified.</doc>
|
|
|
8924
8924
|
<instance-parameter name="context" transfer-ownership="none">
|
|
8925
8925
|
<doc xml:space="preserve"
|
|
8926
8926
|
filename="src/st/st-theme-context.c"
|
|
8927
|
-
line="
|
|
8927
|
+
line="402">a #StThemeContext</doc>
|
|
8928
8928
|
<type name="ThemeContext" c:type="StThemeContext*"/>
|
|
8929
8929
|
</instance-parameter>
|
|
8930
8930
|
<parameter name="theme" transfer-ownership="none">
|
|
8931
8931
|
<doc xml:space="preserve"
|
|
8932
8932
|
filename="src/st/st-theme-context.c"
|
|
8933
|
-
line="
|
|
8933
|
+
line="403">a #StTheme</doc>
|
|
8934
8934
|
<type name="Theme" c:type="StTheme*"/>
|
|
8935
8935
|
</parameter>
|
|
8936
8936
|
</parameters>
|
|
@@ -11081,14 +11081,14 @@ to obey to a certain #StStyle.</doc>
|
|
|
11081
11081
|
<virtual-method name="get_focus_chain" invoker="get_focus_chain">
|
|
11082
11082
|
<doc xml:space="preserve"
|
|
11083
11083
|
filename="src/st/st-widget.c"
|
|
11084
|
-
line="
|
|
11084
|
+
line="2577">Gets a list of the focusable children of @widget, in "Tab"
|
|
11085
11085
|
order. By default, this returns all visible
|
|
11086
11086
|
(as in [method@Clutter.Actor.is_visible]) children of @widget.</doc>
|
|
11087
11087
|
<source-position filename="src/st/st-widget.h" line="88"/>
|
|
11088
11088
|
<return-value transfer-ownership="container">
|
|
11089
11089
|
<doc xml:space="preserve"
|
|
11090
11090
|
filename="src/st/st-widget.c"
|
|
11091
|
-
line="
|
|
11091
|
+
line="2585">
|
|
11092
11092
|
@widget's focusable children</doc>
|
|
11093
11093
|
<type name="GLib.List" c:type="GList*">
|
|
11094
11094
|
<type name="Clutter.Actor"/>
|
|
@@ -11098,7 +11098,7 @@ order. By default, this returns all visible
|
|
|
11098
11098
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11099
11099
|
<doc xml:space="preserve"
|
|
11100
11100
|
filename="src/st/st-widget.c"
|
|
11101
|
-
line="
|
|
11101
|
+
line="2579">An #StWidget</doc>
|
|
11102
11102
|
<type name="Widget" c:type="StWidget*"/>
|
|
11103
11103
|
</instance-parameter>
|
|
11104
11104
|
</parameters>
|
|
@@ -11135,7 +11135,7 @@ order. By default, this returns all visible
|
|
|
11135
11135
|
<virtual-method name="popup_menu" invoker="popup_menu">
|
|
11136
11136
|
<doc xml:space="preserve"
|
|
11137
11137
|
filename="src/st/st-widget.c"
|
|
11138
|
-
line="
|
|
11138
|
+
line="1941">Asks the widget to pop-up a context menu by emitting #StWidget::popup-menu.</doc>
|
|
11139
11139
|
<source-position filename="src/st/st-widget.h" line="75"/>
|
|
11140
11140
|
<return-value transfer-ownership="none">
|
|
11141
11141
|
<type name="none" c:type="void"/>
|
|
@@ -11144,7 +11144,7 @@ order. By default, this returns all visible
|
|
|
11144
11144
|
<instance-parameter name="self" transfer-ownership="none">
|
|
11145
11145
|
<doc xml:space="preserve"
|
|
11146
11146
|
filename="src/st/st-widget.c"
|
|
11147
|
-
line="
|
|
11147
|
+
line="1943">A #StWidget</doc>
|
|
11148
11148
|
<type name="Widget" c:type="StWidget*"/>
|
|
11149
11149
|
</instance-parameter>
|
|
11150
11150
|
</parameters>
|
|
@@ -11213,7 +11213,7 @@ already present.</doc>
|
|
|
11213
11213
|
<method name="ensure_style" c:identifier="st_widget_ensure_style">
|
|
11214
11214
|
<doc xml:space="preserve"
|
|
11215
11215
|
filename="src/st/st-widget.c"
|
|
11216
|
-
line="
|
|
11216
|
+
line="1742">Ensures that @widget has read its style information and propagated any
|
|
11217
11217
|
changes to its children.</doc>
|
|
11218
11218
|
<source-position filename="src/st/st-widget.h" line="123"/>
|
|
11219
11219
|
<return-value transfer-ownership="none">
|
|
@@ -11223,7 +11223,7 @@ changes to its children.</doc>
|
|
|
11223
11223
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11224
11224
|
<doc xml:space="preserve"
|
|
11225
11225
|
filename="src/st/st-widget.c"
|
|
11226
|
-
line="
|
|
11226
|
+
line="1744">A #StWidget</doc>
|
|
11227
11227
|
<type name="Widget" c:type="StWidget*"/>
|
|
11228
11228
|
</instance-parameter>
|
|
11229
11229
|
</parameters>
|
|
@@ -11233,20 +11233,20 @@ changes to its children.</doc>
|
|
|
11233
11233
|
glib:get-property="can-focus">
|
|
11234
11234
|
<doc xml:space="preserve"
|
|
11235
11235
|
filename="src/st/st-widget.c"
|
|
11236
|
-
line="
|
|
11236
|
+
line="1924">Returns the current value of the can-focus property. See
|
|
11237
11237
|
st_widget_set_can_focus() for more information.</doc>
|
|
11238
11238
|
<source-position filename="src/st/st-widget.h" line="127"/>
|
|
11239
11239
|
<return-value transfer-ownership="none">
|
|
11240
11240
|
<doc xml:space="preserve"
|
|
11241
11241
|
filename="src/st/st-widget.c"
|
|
11242
|
-
line="
|
|
11242
|
+
line="1931">current value of can-focus on @widget</doc>
|
|
11243
11243
|
<type name="gboolean" c:type="gboolean"/>
|
|
11244
11244
|
</return-value>
|
|
11245
11245
|
<parameters>
|
|
11246
11246
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11247
11247
|
<doc xml:space="preserve"
|
|
11248
11248
|
filename="src/st/st-widget.c"
|
|
11249
|
-
line="
|
|
11249
|
+
line="1926">A #StWidget</doc>
|
|
11250
11250
|
<type name="Widget" c:type="StWidget*"/>
|
|
11251
11251
|
</instance-parameter>
|
|
11252
11252
|
</parameters>
|
|
@@ -11254,14 +11254,14 @@ st_widget_set_can_focus() for more information.</doc>
|
|
|
11254
11254
|
<method name="get_focus_chain" c:identifier="st_widget_get_focus_chain">
|
|
11255
11255
|
<doc xml:space="preserve"
|
|
11256
11256
|
filename="src/st/st-widget.c"
|
|
11257
|
-
line="
|
|
11257
|
+
line="2577">Gets a list of the focusable children of @widget, in "Tab"
|
|
11258
11258
|
order. By default, this returns all visible
|
|
11259
11259
|
(as in [method@Clutter.Actor.is_visible]) children of @widget.</doc>
|
|
11260
11260
|
<source-position filename="src/st/st-widget.h" line="142"/>
|
|
11261
11261
|
<return-value transfer-ownership="container">
|
|
11262
11262
|
<doc xml:space="preserve"
|
|
11263
11263
|
filename="src/st/st-widget.c"
|
|
11264
|
-
line="
|
|
11264
|
+
line="2585">
|
|
11265
11265
|
@widget's focusable children</doc>
|
|
11266
11266
|
<type name="GLib.List" c:type="GList*">
|
|
11267
11267
|
<type name="Clutter.Actor"/>
|
|
@@ -11271,7 +11271,7 @@ order. By default, this returns all visible
|
|
|
11271
11271
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11272
11272
|
<doc xml:space="preserve"
|
|
11273
11273
|
filename="src/st/st-widget.c"
|
|
11274
|
-
line="
|
|
11274
|
+
line="2579">An #StWidget</doc>
|
|
11275
11275
|
<type name="Widget" c:type="StWidget*"/>
|
|
11276
11276
|
</instance-parameter>
|
|
11277
11277
|
</parameters>
|
|
@@ -11281,20 +11281,20 @@ order. By default, this returns all visible
|
|
|
11281
11281
|
glib:get-property="hover">
|
|
11282
11282
|
<doc xml:space="preserve"
|
|
11283
11283
|
filename="src/st/st-widget.c"
|
|
11284
|
-
line="
|
|
11284
|
+
line="1874">If #StWidget:track-hover is set, this returns whether the pointer
|
|
11285
11285
|
is currently over the widget.</doc>
|
|
11286
11286
|
<source-position filename="src/st/st-widget.h" line="120"/>
|
|
11287
11287
|
<return-value transfer-ownership="none">
|
|
11288
11288
|
<doc xml:space="preserve"
|
|
11289
11289
|
filename="src/st/st-widget.c"
|
|
11290
|
-
line="
|
|
11290
|
+
line="1881">current value of hover on @widget</doc>
|
|
11291
11291
|
<type name="gboolean" c:type="gboolean"/>
|
|
11292
11292
|
</return-value>
|
|
11293
11293
|
<parameters>
|
|
11294
11294
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11295
11295
|
<doc xml:space="preserve"
|
|
11296
11296
|
filename="src/st/st-widget.c"
|
|
11297
|
-
line="
|
|
11297
|
+
line="1876">A #StWidget</doc>
|
|
11298
11298
|
<type name="Widget" c:type="StWidget*"/>
|
|
11299
11299
|
</instance-parameter>
|
|
11300
11300
|
</parameters>
|
|
@@ -11304,19 +11304,19 @@ is currently over the widget.</doc>
|
|
|
11304
11304
|
glib:get-property="label-actor">
|
|
11305
11305
|
<doc xml:space="preserve"
|
|
11306
11306
|
filename="src/st/st-widget.c"
|
|
11307
|
-
line="
|
|
11307
|
+
line="2347">Gets the label that identifies @widget if it is defined</doc>
|
|
11308
11308
|
<source-position filename="src/st/st-widget.h" line="133"/>
|
|
11309
11309
|
<return-value transfer-ownership="none">
|
|
11310
11310
|
<doc xml:space="preserve"
|
|
11311
11311
|
filename="src/st/st-widget.c"
|
|
11312
|
-
line="
|
|
11312
|
+
line="2353">the label that identifies the widget</doc>
|
|
11313
11313
|
<type name="Clutter.Actor" c:type="ClutterActor*"/>
|
|
11314
11314
|
</return-value>
|
|
11315
11315
|
<parameters>
|
|
11316
11316
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11317
11317
|
<doc xml:space="preserve"
|
|
11318
11318
|
filename="src/st/st-widget.c"
|
|
11319
|
-
line="
|
|
11319
|
+
line="2349">a #StWidget</doc>
|
|
11320
11320
|
<type name="Widget" c:type="StWidget*"/>
|
|
11321
11321
|
</instance-parameter>
|
|
11322
11322
|
</parameters>
|
|
@@ -11428,20 +11428,20 @@ Note: it is a fatal error to call this on a widget that is
|
|
|
11428
11428
|
glib:get-property="track-hover">
|
|
11429
11429
|
<doc xml:space="preserve"
|
|
11430
11430
|
filename="src/st/st-widget.c"
|
|
11431
|
-
line="
|
|
11431
|
+
line="1805">Returns the current value of the #StWidget:track-hover property. See
|
|
11432
11432
|
st_widget_set_track_hover() for more information.</doc>
|
|
11433
11433
|
<source-position filename="src/st/st-widget.h" line="116"/>
|
|
11434
11434
|
<return-value transfer-ownership="none">
|
|
11435
11435
|
<doc xml:space="preserve"
|
|
11436
11436
|
filename="src/st/st-widget.c"
|
|
11437
|
-
line="
|
|
11437
|
+
line="1812">current value of track-hover on @widget</doc>
|
|
11438
11438
|
<type name="gboolean" c:type="gboolean"/>
|
|
11439
11439
|
</return-value>
|
|
11440
11440
|
<parameters>
|
|
11441
11441
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11442
11442
|
<doc xml:space="preserve"
|
|
11443
11443
|
filename="src/st/st-widget.c"
|
|
11444
|
-
line="
|
|
11444
|
+
line="1807">A #StWidget</doc>
|
|
11445
11445
|
<type name="Widget" c:type="StWidget*"/>
|
|
11446
11446
|
</instance-parameter>
|
|
11447
11447
|
</parameters>
|
|
@@ -11505,7 +11505,7 @@ st_widget_set_track_hover() for more information.</doc>
|
|
|
11505
11505
|
<method name="navigate_focus" c:identifier="st_widget_navigate_focus">
|
|
11506
11506
|
<doc xml:space="preserve"
|
|
11507
11507
|
filename="src/st/st-widget.c"
|
|
11508
|
-
line="
|
|
11508
|
+
line="2198">Tries to update the keyboard focus within @widget in response to a
|
|
11509
11509
|
keyboard event.
|
|
11510
11510
|
|
|
11511
11511
|
If @from is a descendant of @widget, this attempts to move the
|
|
@@ -11535,7 +11535,7 @@ to the first available widget in the given direction.</doc>
|
|
|
11535
11535
|
<return-value transfer-ownership="none">
|
|
11536
11536
|
<doc xml:space="preserve"
|
|
11537
11537
|
filename="src/st/st-widget.c"
|
|
11538
|
-
line="
|
|
11538
|
+
line="2232">%TRUE if clutter_actor_grab_key_focus() has been
|
|
11539
11539
|
called on an actor. %FALSE if not.</doc>
|
|
11540
11540
|
<type name="gboolean" c:type="gboolean"/>
|
|
11541
11541
|
</return-value>
|
|
@@ -11543,7 +11543,7 @@ called on an actor. %FALSE if not.</doc>
|
|
|
11543
11543
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11544
11544
|
<doc xml:space="preserve"
|
|
11545
11545
|
filename="src/st/st-widget.c"
|
|
11546
|
-
line="
|
|
11546
|
+
line="2200">the "top level" container</doc>
|
|
11547
11547
|
<type name="Widget" c:type="StWidget*"/>
|
|
11548
11548
|
</instance-parameter>
|
|
11549
11549
|
<parameter name="from"
|
|
@@ -11552,19 +11552,19 @@ called on an actor. %FALSE if not.</doc>
|
|
|
11552
11552
|
allow-none="1">
|
|
11553
11553
|
<doc xml:space="preserve"
|
|
11554
11554
|
filename="src/st/st-widget.c"
|
|
11555
|
-
line="
|
|
11555
|
+
line="2201">the actor that the focus is coming from</doc>
|
|
11556
11556
|
<type name="Clutter.Actor" c:type="ClutterActor*"/>
|
|
11557
11557
|
</parameter>
|
|
11558
11558
|
<parameter name="direction" transfer-ownership="none">
|
|
11559
11559
|
<doc xml:space="preserve"
|
|
11560
11560
|
filename="src/st/st-widget.c"
|
|
11561
|
-
line="
|
|
11561
|
+
line="2202">the direction focus is moving in</doc>
|
|
11562
11562
|
<type name="DirectionType" c:type="StDirectionType"/>
|
|
11563
11563
|
</parameter>
|
|
11564
11564
|
<parameter name="wrap_around" transfer-ownership="none">
|
|
11565
11565
|
<doc xml:space="preserve"
|
|
11566
11566
|
filename="src/st/st-widget.c"
|
|
11567
|
-
line="
|
|
11567
|
+
line="2203">whether focus should wrap around</doc>
|
|
11568
11568
|
<type name="gboolean" c:type="gboolean"/>
|
|
11569
11569
|
</parameter>
|
|
11570
11570
|
</parameters>
|
|
@@ -11625,7 +11625,7 @@ will be reliably emitted before the widget is allocated or painted.</doc>
|
|
|
11625
11625
|
<method name="popup_menu" c:identifier="st_widget_popup_menu">
|
|
11626
11626
|
<doc xml:space="preserve"
|
|
11627
11627
|
filename="src/st/st-widget.c"
|
|
11628
|
-
line="
|
|
11628
|
+
line="1941">Asks the widget to pop-up a context menu by emitting #StWidget::popup-menu.</doc>
|
|
11629
11629
|
<source-position filename="src/st/st-widget.h" line="121"/>
|
|
11630
11630
|
<return-value transfer-ownership="none">
|
|
11631
11631
|
<type name="none" c:type="void"/>
|
|
@@ -11634,7 +11634,7 @@ will be reliably emitted before the widget is allocated or painted.</doc>
|
|
|
11634
11634
|
<instance-parameter name="self" transfer-ownership="none">
|
|
11635
11635
|
<doc xml:space="preserve"
|
|
11636
11636
|
filename="src/st/st-widget.c"
|
|
11637
|
-
line="
|
|
11637
|
+
line="1943">A #StWidget</doc>
|
|
11638
11638
|
<type name="Widget" c:type="StWidget*"/>
|
|
11639
11639
|
</instance-parameter>
|
|
11640
11640
|
</parameters>
|
|
@@ -11693,7 +11693,7 @@ present.</doc>
|
|
|
11693
11693
|
glib:set-property="can-focus">
|
|
11694
11694
|
<doc xml:space="preserve"
|
|
11695
11695
|
filename="src/st/st-widget.c"
|
|
11696
|
-
line="
|
|
11696
|
+
line="1891">Marks @widget as being able to receive keyboard focus via
|
|
11697
11697
|
keyboard navigation.</doc>
|
|
11698
11698
|
<source-position filename="src/st/st-widget.h" line="125"/>
|
|
11699
11699
|
<return-value transfer-ownership="none">
|
|
@@ -11703,13 +11703,13 @@ keyboard navigation.</doc>
|
|
|
11703
11703
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11704
11704
|
<doc xml:space="preserve"
|
|
11705
11705
|
filename="src/st/st-widget.c"
|
|
11706
|
-
line="
|
|
11706
|
+
line="1893">A #StWidget</doc>
|
|
11707
11707
|
<type name="Widget" c:type="StWidget*"/>
|
|
11708
11708
|
</instance-parameter>
|
|
11709
11709
|
<parameter name="can_focus" transfer-ownership="none">
|
|
11710
11710
|
<doc xml:space="preserve"
|
|
11711
11711
|
filename="src/st/st-widget.c"
|
|
11712
|
-
line="
|
|
11712
|
+
line="1894">%TRUE if the widget can receive keyboard focus
|
|
11713
11713
|
via keyboard navigation</doc>
|
|
11714
11714
|
<type name="gboolean" c:type="gboolean"/>
|
|
11715
11715
|
</parameter>
|
|
@@ -11720,7 +11720,7 @@ keyboard navigation.</doc>
|
|
|
11720
11720
|
glib:set-property="hover">
|
|
11721
11721
|
<doc xml:space="preserve"
|
|
11722
11722
|
filename="src/st/st-widget.c"
|
|
11723
|
-
line="
|
|
11723
|
+
line="1822">Sets @widget's hover property and adds or removes "hover" from its
|
|
11724
11724
|
pseudo class accordingly.
|
|
11725
11725
|
|
|
11726
11726
|
If you have set #StWidget:track-hover, you should not need to call
|
|
@@ -11734,13 +11734,13 @@ state might be out of sync due to another actor's pointer grab.</doc>
|
|
|
11734
11734
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11735
11735
|
<doc xml:space="preserve"
|
|
11736
11736
|
filename="src/st/st-widget.c"
|
|
11737
|
-
line="
|
|
11737
|
+
line="1824">A #StWidget</doc>
|
|
11738
11738
|
<type name="Widget" c:type="StWidget*"/>
|
|
11739
11739
|
</instance-parameter>
|
|
11740
11740
|
<parameter name="hover" transfer-ownership="none">
|
|
11741
11741
|
<doc xml:space="preserve"
|
|
11742
11742
|
filename="src/st/st-widget.c"
|
|
11743
|
-
line="
|
|
11743
|
+
line="1825">whether the pointer is hovering over the widget</doc>
|
|
11744
11744
|
<type name="gboolean" c:type="gboolean"/>
|
|
11745
11745
|
</parameter>
|
|
11746
11746
|
</parameters>
|
|
@@ -11750,7 +11750,7 @@ state might be out of sync due to another actor's pointer grab.</doc>
|
|
|
11750
11750
|
glib:set-property="label-actor">
|
|
11751
11751
|
<doc xml:space="preserve"
|
|
11752
11752
|
filename="src/st/st-widget.c"
|
|
11753
|
-
line="
|
|
11753
|
+
line="2363">Sets @label as the #ClutterActor that identifies (labels)
|
|
11754
11754
|
@widget. @label can be %NULL to indicate that @widget is not
|
|
11755
11755
|
labelled any more</doc>
|
|
11756
11756
|
<source-position filename="src/st/st-widget.h" line="134"/>
|
|
@@ -11761,13 +11761,13 @@ labelled any more</doc>
|
|
|
11761
11761
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11762
11762
|
<doc xml:space="preserve"
|
|
11763
11763
|
filename="src/st/st-widget.c"
|
|
11764
|
-
line="
|
|
11764
|
+
line="2365">a #StWidget</doc>
|
|
11765
11765
|
<type name="Widget" c:type="StWidget*"/>
|
|
11766
11766
|
</instance-parameter>
|
|
11767
11767
|
<parameter name="label" transfer-ownership="none">
|
|
11768
11768
|
<doc xml:space="preserve"
|
|
11769
11769
|
filename="src/st/st-widget.c"
|
|
11770
|
-
line="
|
|
11770
|
+
line="2366">a #ClutterActor</doc>
|
|
11771
11771
|
<type name="Clutter.Actor" c:type="ClutterActor*"/>
|
|
11772
11772
|
</parameter>
|
|
11773
11773
|
</parameters>
|
|
@@ -11869,7 +11869,7 @@ st_widget_remove_style_pseudo_class().</doc>
|
|
|
11869
11869
|
glib:set-property="track-hover">
|
|
11870
11870
|
<doc xml:space="preserve"
|
|
11871
11871
|
filename="src/st/st-widget.c"
|
|
11872
|
-
line="
|
|
11872
|
+
line="1765">Enables hover tracking on the #StWidget.
|
|
11873
11873
|
|
|
11874
11874
|
If hover tracking is enabled, and the widget is visible and
|
|
11875
11875
|
reactive, then @widget's #StWidget:hover property will be updated
|
|
@@ -11889,13 +11889,13 @@ case.</doc>
|
|
|
11889
11889
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11890
11890
|
<doc xml:space="preserve"
|
|
11891
11891
|
filename="src/st/st-widget.c"
|
|
11892
|
-
line="
|
|
11892
|
+
line="1767">A #StWidget</doc>
|
|
11893
11893
|
<type name="Widget" c:type="StWidget*"/>
|
|
11894
11894
|
</instance-parameter>
|
|
11895
11895
|
<parameter name="track_hover" transfer-ownership="none">
|
|
11896
11896
|
<doc xml:space="preserve"
|
|
11897
11897
|
filename="src/st/st-widget.c"
|
|
11898
|
-
line="
|
|
11898
|
+
line="1768">%TRUE if the widget should track the pointer hover state</doc>
|
|
11899
11899
|
<type name="gboolean" c:type="gboolean"/>
|
|
11900
11900
|
</parameter>
|
|
11901
11901
|
</parameters>
|
|
@@ -11914,7 +11914,7 @@ case.</doc>
|
|
|
11914
11914
|
<method name="sync_hover" c:identifier="st_widget_sync_hover">
|
|
11915
11915
|
<doc xml:space="preserve"
|
|
11916
11916
|
filename="src/st/st-widget.c"
|
|
11917
|
-
line="
|
|
11917
|
+
line="1855">Sets @widget's hover state according to the current pointer
|
|
11918
11918
|
position. This can be used to ensure that it is correct after
|
|
11919
11919
|
(or during) a pointer grab.</doc>
|
|
11920
11920
|
<source-position filename="src/st/st-widget.h" line="119"/>
|
|
@@ -11925,7 +11925,7 @@ position. This can be used to ensure that it is correct after
|
|
|
11925
11925
|
<instance-parameter name="widget" transfer-ownership="none">
|
|
11926
11926
|
<doc xml:space="preserve"
|
|
11927
11927
|
filename="src/st/st-widget.c"
|
|
11928
|
-
line="
|
|
11928
|
+
line="1857">A #StWidget</doc>
|
|
11929
11929
|
<type name="Widget" c:type="StWidget*"/>
|
|
11930
11930
|
</instance-parameter>
|
|
11931
11931
|
</parameters>
|
|
@@ -12087,7 +12087,7 @@ theme changes</doc>
|
|
|
12087
12087
|
<parameter name="self" transfer-ownership="none">
|
|
12088
12088
|
<doc xml:space="preserve"
|
|
12089
12089
|
filename="src/st/st-widget.c"
|
|
12090
|
-
line="
|
|
12090
|
+
line="1943">A #StWidget</doc>
|
|
12091
12091
|
<type name="Widget" c:type="StWidget*"/>
|
|
12092
12092
|
</parameter>
|
|
12093
12093
|
</parameters>
|
|
@@ -12130,7 +12130,7 @@ theme changes</doc>
|
|
|
12130
12130
|
<return-value transfer-ownership="container">
|
|
12131
12131
|
<doc xml:space="preserve"
|
|
12132
12132
|
filename="src/st/st-widget.c"
|
|
12133
|
-
line="
|
|
12133
|
+
line="2585">
|
|
12134
12134
|
@widget's focusable children</doc>
|
|
12135
12135
|
<type name="GLib.List" c:type="GList*">
|
|
12136
12136
|
<type name="Clutter.Actor"/>
|
|
@@ -12140,7 +12140,7 @@ theme changes</doc>
|
|
|
12140
12140
|
<parameter name="widget" transfer-ownership="none">
|
|
12141
12141
|
<doc xml:space="preserve"
|
|
12142
12142
|
filename="src/st/st-widget.c"
|
|
12143
|
-
line="
|
|
12143
|
+
line="2579">An #StWidget</doc>
|
|
12144
12144
|
<type name="Widget" c:type="StWidget*"/>
|
|
12145
12145
|
</parameter>
|
|
12146
12146
|
</parameters>
|
|
@@ -12150,21 +12150,21 @@ theme changes</doc>
|
|
|
12150
12150
|
<function name="describe_actor" c:identifier="st_describe_actor">
|
|
12151
12151
|
<doc xml:space="preserve"
|
|
12152
12152
|
filename="src/st/st-widget.c"
|
|
12153
|
-
line="
|
|
12153
|
+
line="2270">Creates a string describing @actor, for use in debugging. This
|
|
12154
12154
|
includes the class name and actor name (if any), plus if @actor
|
|
12155
12155
|
is an #StWidget, its style class and pseudo class names.</doc>
|
|
12156
12156
|
<source-position filename="src/st/st-widget.h" line="148"/>
|
|
12157
12157
|
<return-value transfer-ownership="full">
|
|
12158
12158
|
<doc xml:space="preserve"
|
|
12159
12159
|
filename="src/st/st-widget.c"
|
|
12160
|
-
line="
|
|
12160
|
+
line="2278">the debug name.</doc>
|
|
12161
12161
|
<type name="utf8" c:type="char*"/>
|
|
12162
12162
|
</return-value>
|
|
12163
12163
|
<parameters>
|
|
12164
12164
|
<parameter name="actor" transfer-ownership="none">
|
|
12165
12165
|
<doc xml:space="preserve"
|
|
12166
12166
|
filename="src/st/st-widget.c"
|
|
12167
|
-
line="
|
|
12167
|
+
line="2272">a #ClutterActor</doc>
|
|
12168
12168
|
<type name="Clutter.Actor" c:type="ClutterActor*"/>
|
|
12169
12169
|
</parameter>
|
|
12170
12170
|
</parameters>
|